Share via


VMwareToAzStackHciprotectedDiskProperties Class

Definition

VMwareToAzStackHCI protected disk properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHciprotectedDiskPropertiesTypeConverter))]
public class VMwareToAzStackHciprotectedDiskProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHciprotectedDiskProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHciprotectedDiskPropertiesTypeConverter))>]
type VMwareToAzStackHciprotectedDiskProperties = class
    interface IVMwareToAzStackHciprotectedDiskProperties
    interface IJsonSerializable
Public Class VMwareToAzStackHciprotectedDiskProperties
Implements IVMwareToAzStackHciprotectedDiskProperties
Inheritance
VMwareToAzStackHciprotectedDiskProperties
Attributes
Implements

Constructors

VMwareToAzStackHciprotectedDiskProperties()

Creates an new VMwareToAzStackHciprotectedDiskProperties 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 VMwareToAzStackHciprotectedDiskProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMwareToAzStackHciprotectedDiskProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHciprotectedDiskProperties.

FromJsonString(String)

Creates a new instance of VMwareToAzStackHciprotectedDiskProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMwareToAzStackHciprotectedDiskProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to