你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithManagedDataDisk.WithNewDataDisk 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
WithNewDataDisk(Int32) |
指定需要使用给定大小隐式创建托管磁盘。 |
WithNewDataDisk(Int32, Int32, CachingTypes) |
指定需要使用给定设置隐式创建托管磁盘。 |
WithNewDataDisk(Int32, Int32, CachingTypes, StorageAccountTypes) |
指定需要使用给定设置隐式创建托管磁盘。 |
WithNewDataDisk(Int32)
指定需要使用给定大小隐式创建托管磁盘。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB);
abstract member WithNewDataDisk : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer) As IWithApply
参数
- sizeInGB
- Int32
托管磁盘的大小。
返回
适用于
WithNewDataDisk(Int32, Int32, CachingTypes)
指定需要使用给定设置隐式创建托管磁盘。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithNewDataDisk : int * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer, lun As Integer, cachingType As CachingTypes) As IWithApply
参数
- sizeInGB
- Int32
托管磁盘的大小。
- lun
- Int32
磁盘 LUN。
- cachingType
- CachingTypes
缓存类型。
返回
适用于
WithNewDataDisk(Int32, Int32, CachingTypes, StorageAccountTypes)
指定需要使用给定设置隐式创建托管磁盘。
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType);
abstract member WithNewDataDisk : int * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer, lun As Integer, cachingType As CachingTypes, storageAccountType As StorageAccountTypes) As IWithApply
参数
- sizeInGB
- Int32
托管磁盘的大小。
- lun
- Int32
磁盘 LUN。
- cachingType
- CachingTypes
缓存类型。
- storageAccountType
- StorageAccountTypes
存储帐户类型。