次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

実装

メソッド

Attach()

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

(継承元 IInUpdate<ParentT>)
StoreAt(String, String, String)

新しい空のデータ ディスクに関連付けられている VHD を格納する必要がある場所を指定します。

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

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

(継承元 IWithNewVhdDiskSettings<ParentT>)
WithExistingVhd(String, String, String)

ディスクの既存のソース VHD を指定します。

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

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

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

指定したサイズの新しい VHD でディスクを作成する必要があることを指定します。

(継承元 IWithDiskSource<ParentT>)

適用対象