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<SimplePollerLike<OperationState<VolumeGroupDetails>, VolumeGroupDetails>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- accountName
-
string
NetApp アカウントの名前
- volumeGroupName
-
string
volumeGroup の名前
- body
- VolumeGroupDetails
操作の本文で指定されたボリューム グループ オブジェクト。
- options
- VolumeGroupsCreateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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
オプション パラメーター。
戻り値
Promise<VolumeGroupDetails>
beginDelete(string, string, string, VolumeGroupsDeleteOptionalParams)
指定されたボリューム グループは、ボリューム グループの下にボリュームがない場合にのみ削除します。
function beginDelete(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- accountName
-
string
NetApp アカウントの名前
- volumeGroupName
-
string
volumeGroup の名前
- options
- VolumeGroupsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
Promise<VolumeGroupDetails>
listByNetAppAccount(string, string, VolumeGroupsListByNetAppAccountOptionalParams)
特定のアカウントのすべてのボリューム グループを一覧表示する
function listByNetAppAccount(resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams): PagedAsyncIterableIterator<VolumeGroup, VolumeGroup[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- accountName
-
string
NetApp アカウントの名前
オプション パラメーター。