你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualMachine.DefinitionStages.WithManagedCreate Interface
public interface WithManagedCreate extends VirtualMachine.DefinitionStages.WithManagedDataDisk,VirtualMachine.DefinitionStages.WithAvailabilityZone,VirtualMachine.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the VM using managed OS disk to be created and optionally allow managed data disks specific settings to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withDataDiskDefaultCachingType(CachingTypes cachingType)
Specifies the default caching type for the managed data disks. |
Virtual |
withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies the default caching type for managed data disks. |
Virtual |
withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for the managed OS disk. |
Inherited Members
Method Details
withDataDiskDefaultCachingType
public WithManagedCreate withDataDiskDefaultCachingType(CachingTypes cachingType)
Specifies the default caching type for the managed data disks.
Parameters:
Returns:
withDataDiskDefaultStorageAccountType
public WithManagedCreate withDataDiskDefaultStorageAccountType(StorageAccountTypes storageAccountType)
Specifies the default caching type for managed data disks.
Parameters:
Returns:
withOSDiskStorageAccountType
public WithManagedCreate withOSDiskStorageAccountType(StorageAccountTypes accountType)
Specifies the storage account type for the managed OS disk.
Parameters:
Returns: