次の方法で共有


Volumes interface

ボリュームを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, Volume, VolumesCreateOrUpdateOptionalParams)

新しいボリュームを作成するか、既存のボリュームのプロパティを更新します。

beginCreateOrUpdateAndWait(string, string, Volume, VolumesCreateOrUpdateOptionalParams)

新しいボリュームを作成するか、既存のボリュームのプロパティを更新します。

beginDelete(string, string, VolumesDeleteOptionalParams)

指定されたボリュームを削除します。

beginDeleteAndWait(string, string, VolumesDeleteOptionalParams)

指定されたボリュームを削除します。

get(string, string, VolumesGetOptionalParams)

指定されたボリュームのプロパティを取得します。

listByResourceGroup(string, VolumesListByResourceGroupOptionalParams)

指定されたリソース グループ内のボリュームの一覧を取得します。

listBySubscription(VolumesListBySubscriptionOptionalParams)

指定されたサブスクリプション内のボリュームの一覧を取得します。

update(string, string, VolumesUpdateOptionalParams)

指定されたボリュームに関連付けられているタグを更新します。

メソッドの詳細

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
VolumesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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
VolumesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Volume>

beginDelete(string, string, VolumesDeleteOptionalParams)

指定されたボリュームを削除します。

function beginDelete(resourceGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

volumeName

string

ボリュームの名前。

options
VolumesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait(string, string, VolumesDeleteOptionalParams)

指定されたボリュームを削除します。

function beginDeleteAndWait(resourceGroupName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<OperationStatusResult>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

volumeName

string

ボリュームの名前。

options
VolumesDeleteOptionalParams

オプション パラメーター。

戻り値

get(string, string, VolumesGetOptionalParams)

指定されたボリュームのプロパティを取得します。

function get(resourceGroupName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<Volume>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

volumeName

string

ボリュームの名前。

options
VolumesGetOptionalParams

オプション パラメーター。

戻り値

Promise<Volume>

listByResourceGroup(string, VolumesListByResourceGroupOptionalParams)

指定されたリソース グループ内のボリュームの一覧を取得します。

function listByResourceGroup(resourceGroupName: string, options?: VolumesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Volume, Volume[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

options
VolumesListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(VolumesListBySubscriptionOptionalParams)

指定されたサブスクリプション内のボリュームの一覧を取得します。

function listBySubscription(options?: VolumesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Volume, Volume[], PageSettings>

パラメーター

options
VolumesListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

update(string, string, VolumesUpdateOptionalParams)

指定されたボリュームに関連付けられているタグを更新します。

function update(resourceGroupName: string, volumeName: string, options?: VolumesUpdateOptionalParams): Promise<Volume>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

volumeName

string

ボリュームの名前。

options
VolumesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Volume>