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

定義

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

public interface IDefinitionWithExistingVhd<ParentT> : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithDiskSource<ParentT>, Microsoft.Azure.Management.Compute.Fluent.VirtualMachineUnmanagedDataDisk.Definition.IWithVhdAttachedDiskSettings<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinitionWithExistingVhd<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDiskSource<'ParentT>
    interface IWithVhdAttachedDiskSettings<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IDefinitionWithExistingVhd(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDiskSource(Of ParentT), IWithVhdAttachedDiskSettings(Of ParentT)

型パラメーター

ParentT

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

実装

メソッド

Attach()

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

(継承元 IInDefinition<ParentT>)
FromImage(Int32)

ソース ディスク イメージのイメージ LUN 識別子を指定します。

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

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

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

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

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

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

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

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

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

ディスクのサイズを変更する必要があるサイズを GB 単位で指定します。

(継承元 IWithVhdAttachedDiskSettings<ParentT>)

適用対象