Share via


BackupParameters Class

Definition

BackupParameters base

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

Constructors

BackupParameters()

Creates an new BackupParameters instance.

Properties

ObjectType

Type of the specific object - used for deserializing

Methods

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.Api20240401.IBackupParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.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