HyperVToAzStackHciprotectedDiskProperties 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.
HyperVToAzStackHCI protected disk properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHciprotectedDiskPropertiesTypeConverter))]
public class HyperVToAzStackHciprotectedDiskProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedDiskProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHciprotectedDiskPropertiesTypeConverter))>]
type HyperVToAzStackHciprotectedDiskProperties = class
interface IHyperVToAzStackHciprotectedDiskProperties
interface IJsonSerializable
Public Class HyperVToAzStackHciprotectedDiskProperties
Implements IHyperVToAzStackHciprotectedDiskProperties
- Inheritance
-
HyperVToAzStackHciprotectedDiskProperties
- Attributes
- Implements
Constructors
HyperVToAzStackHciprotectedDiskProperties() |
Creates an new HyperVToAzStackHciprotectedDiskProperties instance. |
Properties
CapacityInByte |
Gets or sets the disk capacity in bytes. |
DiskType |
Gets or sets the disk type. |
IsDynamic |
Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk. |
IsOSDisk |
Gets or sets a value indicating whether the disk is the OS disk. |
MigrateDiskName |
Gets or sets the failover clone disk. |
SeedDiskName |
Gets or sets the seed disk name. |
SourceDiskId |
Gets or sets the source disk Id. |
SourceDiskName |
Gets or sets the source disk Name. |
StorageContainerId |
Gets or sets the ARM Id of the storage container. |
StorageContainerLocalPath |
Gets or sets the local path of the storage container. |
TestMigrateDiskName |
Gets or sets the test failover clone disk. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HyperVToAzStackHciprotectedDiskProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVToAzStackHciprotectedDiskProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHciprotectedDiskProperties. |
FromJsonString(String) |
Creates a new instance of HyperVToAzStackHciprotectedDiskProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVToAzStackHciprotectedDiskProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |