A2AProtectionIntentDiskInputDetails Class

Definition

Azure VM unmanaged disk input details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AProtectionIntentDiskInputDetailsTypeConverter))]
public class A2AProtectionIntentDiskInputDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AProtectionIntentDiskInputDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AProtectionIntentDiskInputDetailsTypeConverter))>]
type A2AProtectionIntentDiskInputDetails = class
    interface IA2AProtectionIntentDiskInputDetails
    interface IJsonSerializable
Public Class A2AProtectionIntentDiskInputDetails
Implements IA2AProtectionIntentDiskInputDetails
Inheritance
A2AProtectionIntentDiskInputDetails
Attributes
Implements

Constructors

Name Description
A2AProtectionIntentDiskInputDetails()

Creates an new A2AProtectionIntentDiskInputDetails instance.

Properties

Name Description
DiskUri

The disk Uri.

PrimaryStagingStorageAccountCustomInputResourceType

The class type.

RecoveryAzureStorageAccountCustomInputResourceType

The class type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of A2AProtectionIntentDiskInputDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of A2AProtectionIntentDiskInputDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AProtectionIntentDiskInputDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of A2AProtectionIntentDiskInputDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to