你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

A2AProtectionIntentDiskInputDetails Class

Definition

Azure VM unmanaged disk input details.

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

Constructors

A2AProtectionIntentDiskInputDetails()

Creates an new A2AProtectionIntentDiskInputDetails instance.

Properties

DiskUri

The disk Uri.

PrimaryStagingStorageAccountCustomInputResourceType

The class type.

RecoveryAzureStorageAccountCustomInputResourceType

The class type.

Methods

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.Api202301.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