次の方法で共有


IUpdate インターフェイス

定義

仮想マシンの更新の一部としてのデータ ディスク更新の全体。

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Update.IWithDiskCaching, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Update.IWithDiskLun, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Update.IWithDiskSize, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Update.IUpdate>
type IUpdate = interface
    interface IWithDiskSize
    interface IWithDiskLun
    interface IWithDiskCaching
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithDiskCaching, IWithDiskLun, IWithDiskSize
実装

メソッド

Parent()

仮想マシンの更新の一部としてのデータ ディスク更新の全体。

(継承元 ISettable<ParentT>)
WithCaching(CachingTypes)

データ ディスクの新しいキャッシュの種類を指定します。

(継承元 IWithDiskCaching)
WithLun(Int32)

データ ディスクの新しい論理ユニット番号を指定します。

(継承元 IWithDiskLun)
WithSizeInGB(Int32)

データ ディスクの新しいサイズを GB 単位で指定します。

(継承元 IWithDiskSize)

適用対象