IHyperVToAzStackHciprotectedDiskProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHciprotectedDiskPropertiesTypeConverter))]
public interface IHyperVToAzStackHciprotectedDiskProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHciprotectedDiskPropertiesTypeConverter))>]
type IHyperVToAzStackHciprotectedDiskProperties = interface
interface IJsonSerializable
Public Interface IHyperVToAzStackHciprotectedDiskProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |