次の方法で共有


IUpdateDefinition<ParentT> インターフェイス

定義

仮想マシン スケール セット定義のアンマネージド データ ディスク全体。

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition.IWithDiskSource<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetUnmanagedDataDisk.UpdateDefinition.IWithNewVhdDiskSettings<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDiskSource<'ParentT>
    interface IWithNewVhdDiskSettings<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithDiskSource(Of ParentT), IWithNewVhdDiskSettings(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親の更新のステージ。

実装

メソッド

Attach()

仮想マシン スケール セット定義のアンマネージド データ ディスク全体。

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

アンマネージド データ ディスクのキャッシュの種類を指定します。

(継承元 IWithNewVhdDiskSettings<ParentT>)
WithLun(Int32)

アンマネージド データ ディスクの論理ユニット番号を指定します。

(継承元 IWithNewVhdDiskSettings<ParentT>)
WithNewVhd(Int32)

指定したサイズの新しい VHD を使用してアンマネージド ディスクを作成する必要があることを指定します。

(継承元 IWithDiskSource<ParentT>)

適用対象