Volumes interface
ボリュームを表すインターフェイス。
メソッド
begin |
新しいボリュームを作成するか、既存のボリュームのプロパティを更新します。 |
begin |
新しいボリュームを作成するか、既存のボリュームのプロパティを更新します。 |
begin |
指定されたボリュームを削除します。 |
begin |
指定されたボリュームを削除します。 |
get(string, string, Volumes |
指定されたボリュームのプロパティを取得します。 |
list |
指定されたリソース グループ内のボリュームの一覧を取得します。 |
list |
指定されたサブスクリプション内のボリュームの一覧を取得します。 |
update(string, string, Volumes |
指定されたボリュームに関連付けられているタグを更新します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, Volume, VolumesCreateOrUpdateOptionalParams)
新しいボリュームを作成するか、既存のボリュームのプロパティを更新します。
function beginCreateOrUpdate(resourceGroupName: string, volumeName: string, volumeParameters: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Volume>, Volume>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- volumeName
-
string
ボリュームの名前。
- volumeParameters
- Volume
要求本文。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Volume>, Volume>>
beginCreateOrUpdateAndWait(string, string, Volume, VolumesCreateOrUpdateOptionalParams)
新しいボリュームを作成するか、既存のボリュームのプロパティを更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, volumeName: string, volumeParameters: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<Volume>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- volumeName
-
string
ボリュームの名前。
- volumeParameters
- Volume
要求本文。
options パラメーター。
戻り値
Promise<Volume>
beginDelete(string, string, VolumesDeleteOptionalParams)
指定されたボリュームを削除します。
function beginDelete(resourceGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- volumeName
-
string
ボリュームの名前。
- options
- VolumesDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, VolumesDeleteOptionalParams)
指定されたボリュームを削除します。
function beginDeleteAndWait(resourceGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- volumeName
-
string
ボリュームの名前。
- options
- VolumesDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, VolumesGetOptionalParams)
指定されたボリュームのプロパティを取得します。
function get(resourceGroupName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<Volume>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- volumeName
-
string
ボリュームの名前。
- options
- VolumesGetOptionalParams
options パラメーター。
戻り値
Promise<Volume>
listByResourceGroup(string, VolumesListByResourceGroupOptionalParams)
指定されたリソース グループ内のボリュームの一覧を取得します。
function listByResourceGroup(resourceGroupName: string, options?: VolumesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Volume, Volume[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
listBySubscription(VolumesListBySubscriptionOptionalParams)
指定されたサブスクリプション内のボリュームの一覧を取得します。
function listBySubscription(options?: VolumesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Volume, Volume[], PageSettings>
パラメーター
options パラメーター。
戻り値
update(string, string, VolumesUpdateOptionalParams)
指定されたボリュームに関連付けられているタグを更新します。
function update(resourceGroupName: string, volumeName: string, options?: VolumesUpdateOptionalParams): Promise<Volume>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- volumeName
-
string
ボリュームの名前。
- options
- VolumesUpdateOptionalParams
options パラメーター。
戻り値
Promise<Volume>