次の方法で共有


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

定義

新しい VHD に基づいてディスクを構成できるステージ。

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

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

新しい VHD に基づいてディスクを構成できるステージ。

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

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

WithCaching(CachingTypes)

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

WithLun(Int32)

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

適用対象