Share via


BackupParameters Class

Definition

BackupParameters base

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.BackupParametersTypeConverter))]
public class BackupParameters : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.BackupParametersTypeConverter))>]
type BackupParameters = class
    interface IBackupParameters
    interface IJsonSerializable
Public Class BackupParameters
Implements IBackupParameters
Inheritance
BackupParameters
Attributes
Implements

Constructors

Name Description
BackupParameters()

Creates an new BackupParameters instance.

Properties

Name Description
ObjectType

Type of the specific object - used for deserializing

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BackupParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BackupParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IBackupParameters interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of BackupParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BackupParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to