你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVMwareToAzStackHcidiskInput Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcidiskInputTypeConverter))]
public interface IVMwareToAzStackHcidiskInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcidiskInputTypeConverter))>]
type IVMwareToAzStackHcidiskInput = interface
    interface IJsonSerializable
Public Interface IVMwareToAzStackHcidiskInput
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DiskFileFormat

Gets or sets the type of the virtual hard disk, vhd or vhdx.

DiskId

Gets or sets the disk Id.

DiskSizeGb

Gets or sets the disk size in GB.

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 disk is os disk.

StorageContainerId

Gets or sets the target storage account ARM Id.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to