次の方法で共有


ManagedClusterSnapshots interface

ManagedClusterSnapshots を表すインターフェイス。

メソッド

createOrUpdate(string, string, ManagedClusterSnapshot, ManagedClusterSnapshotsCreateOrUpdateOptionalParams)

マネージド クラスター スナップショットを作成または更新します。

delete(string, string, ManagedClusterSnapshotsDeleteOptionalParams)

マネージド クラスター スナップショットを削除します。

get(string, string, ManagedClusterSnapshotsGetOptionalParams)

マネージド クラスター スナップショットを取得します。

list(ManagedClusterSnapshotsListOptionalParams)

指定したサブスクリプション内のマネージド クラスター スナップショットの一覧を取得します。

listByResourceGroup(string, ManagedClusterSnapshotsListByResourceGroupOptionalParams)

指定したサブスクリプションとリソース グループ内のマネージド クラスター スナップショットを一覧表示します。

updateTags(string, string, TagsObject, ManagedClusterSnapshotsUpdateTagsOptionalParams)

マネージド クラスター スナップショットのタグを更新します。

メソッドの詳細

createOrUpdate(string, string, ManagedClusterSnapshot, ManagedClusterSnapshotsCreateOrUpdateOptionalParams)

マネージド クラスター スナップショットを作成または更新します。

function createOrUpdate(resourceGroupName: string, resourceName: string, parameters: ManagedClusterSnapshot, options?: ManagedClusterSnapshotsCreateOrUpdateOptionalParams): Promise<ManagedClusterSnapshot>

パラメーター

resourceGroupName

string

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

resourceName

string

マネージド クラスター リソースの名前。

parameters
ManagedClusterSnapshot

作成または更新するマネージド クラスター スナップショット。

options
ManagedClusterSnapshotsCreateOrUpdateOptionalParams

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

戻り値

delete(string, string, ManagedClusterSnapshotsDeleteOptionalParams)

マネージド クラスター スナップショットを削除します。

function delete(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

resourceName

string

マネージド クラスター リソースの名前。

options
ManagedClusterSnapshotsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, ManagedClusterSnapshotsGetOptionalParams)

マネージド クラスター スナップショットを取得します。

function get(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsGetOptionalParams): Promise<ManagedClusterSnapshot>

パラメーター

resourceGroupName

string

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

resourceName

string

マネージド クラスター リソースの名前。

options
ManagedClusterSnapshotsGetOptionalParams

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

戻り値

list(ManagedClusterSnapshotsListOptionalParams)

指定したサブスクリプション内のマネージド クラスター スナップショットの一覧を取得します。

function list(options?: ManagedClusterSnapshotsListOptionalParams): PagedAsyncIterableIterator<ManagedClusterSnapshot, ManagedClusterSnapshot[], PageSettings>

パラメーター

options
ManagedClusterSnapshotsListOptionalParams

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

戻り値

listByResourceGroup(string, ManagedClusterSnapshotsListByResourceGroupOptionalParams)

指定したサブスクリプションとリソース グループ内のマネージド クラスター スナップショットを一覧表示します。

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

パラメーター

resourceGroupName

string

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

options
ManagedClusterSnapshotsListByResourceGroupOptionalParams

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

戻り値

updateTags(string, string, TagsObject, ManagedClusterSnapshotsUpdateTagsOptionalParams)

マネージド クラスター スナップショットのタグを更新します。

function updateTags(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClusterSnapshotsUpdateTagsOptionalParams): Promise<ManagedClusterSnapshot>

パラメーター

resourceGroupName

string

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

resourceName

string

マネージド クラスター リソースの名前。

parameters
TagsObject

マネージド クラスター スナップショット タグの更新操作に指定されたパラメーター。

options
ManagedClusterSnapshotsUpdateTagsOptionalParams

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

戻り値