A2AProtectionIntentDiskInputDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |