Share via


AzureBackupParams Class

Definition

Azure backup parameters

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureBackupParamsTypeConverter))]
public class AzureBackupParams : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupParams, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.AzureBackupParamsTypeConverter))>]
type AzureBackupParams = class
    interface IAzureBackupParams
    interface IJsonSerializable
    interface IBackupParameters
    interface IValidates
Public Class AzureBackupParams
Implements IAzureBackupParams, IValidates
Inheritance
AzureBackupParams
Attributes
Implements

Constructors

AzureBackupParams()

Creates an new AzureBackupParams instance.

Properties

BackupType

BackupType ; Full/Incremental etc

ObjectType

Type of the specific object - used for deserializing

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureBackupParams.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureBackupParams.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IAzureBackupParams.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureBackupParams into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to