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

IWithOSDiskSettings.WithEphemeralOSDisk(DiffDiskOptions) 方法

定义

指定 OS 磁盘的临时选项。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate WithEphemeralOSDisk (Microsoft.Azure.Management.Compute.Fluent.Models.DiffDiskOptions diffDiskOptions);
abstract member WithEphemeralOSDisk : Microsoft.Azure.Management.Compute.Fluent.Models.DiffDiskOptions -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithCreate
Public Function WithEphemeralOSDisk (diffDiskOptions As DiffDiskOptions) As IWithCreate

参数

diffDiskOptions
DiffDiskOptions

指定操作系统磁盘的临时磁盘选项。 可能的值包括:“Local”

返回

适用于