IVMwareToAzStackHcidiskInput 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.Api20240901.VMwareToAzStackHcidiskInputTypeConverter))]
public interface IVMwareToAzStackHcidiskInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.VMwareToAzStackHcidiskInputTypeConverter))>]
type IVMwareToAzStackHcidiskInput = interface
interface IJsonSerializable
Public Interface IVMwareToAzStackHcidiskInput
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| DiskBlockSize |
Gets or sets a value of disk block size. |
| DiskControllerId |
Gets or sets the controller ID. |
| DiskControllerLocation |
Gets or sets the controller Location. |
| DiskControllerName |
Gets or sets the controller name (IDE,SCSI). |
| DiskFileFormat |
Gets or sets the type of the virtual hard disk, vhd or vhdx. |
| DiskId |
Gets or sets the disk Id. |
| DiskIdentifier |
Gets or sets a value of disk identifier. |
| DiskLogicalSectorSize |
Gets or sets a value of disk logical sector size. |
| DiskPhysicalSectorSize |
Gets or sets a value of disk physical sector size. |
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |