VolumeGroups interface
VolumeGroups を表すインターフェイス。
メソッド
begin |
指定したボリュームと共にボリューム グループを作成する |
begin |
指定したボリュームと共にボリューム グループを作成する |
begin |
指定したボリューム グループを削除するのは、ボリューム グループの下にボリュームがない場合のみです。 |
begin |
指定したボリューム グループを削除するのは、ボリューム グループの下にボリュームがない場合のみです。 |
get(string, string, string, Volume |
指定したボリューム グループの詳細を取得する |
list |
特定のアカウントのすべてのボリューム グループを一覧表示する |
メソッドの詳細
beginCreate(string, string, string, VolumeGroupDetails, VolumeGroupsCreateOptionalParams)
指定したボリュームと共にボリューム グループを作成する
function beginCreate(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams): Promise<PollerLike<PollOperationState<VolumeGroupDetails>, VolumeGroupDetails>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- accountName
-
string
NetApp アカウントの名前
- volumeGroupName
-
string
volumeGroup の名前
- body
- VolumeGroupDetails
操作の本文で指定されたボリューム グループ オブジェクト。
- options
- VolumeGroupsCreateOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<PollOperationState<VolumeGroupDetails>, VolumeGroupDetails>>
beginCreateAndWait(string, string, string, VolumeGroupDetails, VolumeGroupsCreateOptionalParams)
指定したボリュームと共にボリューム グループを作成する
function beginCreateAndWait(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams): Promise<VolumeGroupDetails>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- accountName
-
string
NetApp アカウントの名前
- volumeGroupName
-
string
volumeGroup の名前
- body
- VolumeGroupDetails
操作の本文で指定されたボリューム グループ オブジェクト。
- options
- VolumeGroupsCreateOptionalParams
options パラメーター。
戻り値
Promise<VolumeGroupDetails>
beginDelete(string, string, string, VolumeGroupsDeleteOptionalParams)
指定したボリューム グループを削除するのは、ボリューム グループの下にボリュームがない場合のみです。
function beginDelete(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- accountName
-
string
NetApp アカウントの名前
- volumeGroupName
-
string
volumeGroup の名前
- options
- VolumeGroupsDeleteOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, VolumeGroupsDeleteOptionalParams)
指定したボリューム グループを削除するのは、ボリューム グループの下にボリュームがない場合のみです。
function beginDeleteAndWait(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- accountName
-
string
NetApp アカウントの名前
- volumeGroupName
-
string
volumeGroup の名前
- options
- VolumeGroupsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, VolumeGroupsGetOptionalParams)
指定したボリューム グループの詳細を取得する
function get(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams): Promise<VolumeGroupDetails>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- accountName
-
string
NetApp アカウントの名前
- volumeGroupName
-
string
volumeGroup の名前
- options
- VolumeGroupsGetOptionalParams
options パラメーター。
戻り値
Promise<VolumeGroupDetails>
listByNetAppAccount(string, string, VolumeGroupsListByNetAppAccountOptionalParams)
特定のアカウントのすべてのボリューム グループを一覧表示する
function listByNetAppAccount(resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams): PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- accountName
-
string
NetApp アカウントの名前
options パラメーター。
戻り値
PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>