你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureVmDiskDetails 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.
Disk details for E2A provider.
public class AzureVmDiskDetails
type AzureVmDiskDetails = class
Public Class AzureVmDiskDetails
- Inheritance
-
AzureVmDiskDetails
Constructors
AzureVmDiskDetails() |
Initializes a new instance of the AzureVmDiskDetails class. |
AzureVmDiskDetails(String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the AzureVmDiskDetails class. |
Properties
CustomTargetDiskName |
Gets or sets the custom target Azure disk name. |
DiskEncryptionSetId |
Gets or sets the DiskEncryptionSet ARM ID. |
DiskId |
Gets or sets the disk resource id. |
LunId |
Gets or sets ordinal\LunId of the disk for the Azure VM. |
MaxSizeMb |
Gets or sets max side in MB. |
TargetDiskLocation |
Gets or sets blob uri of the Azure disk. |
TargetDiskName |
Gets or sets the target Azure disk name. |
VhdId |
Gets or sets the VHD id. |
VhdName |
Gets or sets vHD name. |
VhdType |
Gets or sets vHD type. |