次の方法で共有


IUpdate.WithEphemeralOSDisk(DiffDiskOptions) メソッド

定義

OS ディスクのエフェメラル オプションを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate 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.Update.IUpdate
Public Function WithEphemeralOSDisk (diffDiskOptions As DiffDiskOptions) As IUpdate

パラメーター

diffDiskOptions
DiffDiskOptions

オペレーティング システム ディスクのエフェメラル ディスク オプションを指定します。 使用可能な値は次のとおりです: 'Local'

戻り値

適用対象