A2AUnprotectedDiskDetails 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.
A2A unprotected disk details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AUnprotectedDiskDetailsTypeConverter))]
public class A2AUnprotectedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AUnprotectedDiskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AUnprotectedDiskDetailsTypeConverter))>]
type A2AUnprotectedDiskDetails = class
interface IA2AUnprotectedDiskDetails
interface IJsonSerializable
Public Class A2AUnprotectedDiskDetails
Implements IA2AUnprotectedDiskDetails
- Inheritance
-
A2AUnprotectedDiskDetails
- Attributes
- Implements
Constructors
A2AUnprotectedDiskDetails() |
Creates an new A2AUnprotectedDiskDetails instance. |
Properties
DiskAutoProtectionStatus |
A value indicating whether the disk auto protection is enabled. |
DiskLunId |
The source lun Id for the data disk. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2AUnprotectedDiskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2AUnprotectedDiskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IA2AUnprotectedDiskDetails. |
FromJsonString(String) |
Creates a new instance of A2AUnprotectedDiskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2AUnprotectedDiskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |