ManagedClusterSnapshots interface
ManagedClusterSnapshots を表すインターフェイス。
メソッド
| create |
マネージド クラスター スナップショットを作成または更新します。 |
| delete(string, string, Managed |
マネージド クラスター スナップショットを削除します。 |
| get(string, string, Managed |
マネージド クラスター スナップショットを取得します。 |
| list(Managed |
指定したサブスクリプション内のマネージド クラスター スナップショットの一覧を取得します。 |
| list |
指定したサブスクリプションとリソース グループ内のマネージド クラスター スナップショットを一覧表示します。 |
| update |
マネージド クラスター スナップショットのタグを更新します。 |
メソッドの詳細
createOrUpdate(string, string, ManagedClusterSnapshot, ManagedClusterSnapshotsCreateOrUpdateOptionalParams)
マネージド クラスター スナップショットを作成または更新します。
function createOrUpdate(resourceGroupName: string, resourceName: string, parameters: ManagedClusterSnapshot, options?: ManagedClusterSnapshotsCreateOrUpdateOptionalParams): Promise<ManagedClusterSnapshot>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
マネージド クラスター リソースの名前。
- parameters
- ManagedClusterSnapshot
作成または更新するマネージド クラスター スナップショット。
オプション パラメーター。
戻り値
Promise<ManagedClusterSnapshot>
delete(string, string, ManagedClusterSnapshotsDeleteOptionalParams)
マネージド クラスター スナップショットを削除します。
function delete(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
マネージド クラスター リソースの名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, ManagedClusterSnapshotsGetOptionalParams)
マネージド クラスター スナップショットを取得します。
function get(resourceGroupName: string, resourceName: string, options?: ManagedClusterSnapshotsGetOptionalParams): Promise<ManagedClusterSnapshot>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
マネージド クラスター リソースの名前。
オプション パラメーター。
戻り値
Promise<ManagedClusterSnapshot>
list(ManagedClusterSnapshotsListOptionalParams)
指定したサブスクリプション内のマネージド クラスター スナップショットの一覧を取得します。
function list(options?: ManagedClusterSnapshotsListOptionalParams): PagedAsyncIterableIterator<ManagedClusterSnapshot, ManagedClusterSnapshot[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
listByResourceGroup(string, ManagedClusterSnapshotsListByResourceGroupOptionalParams)
指定したサブスクリプションとリソース グループ内のマネージド クラスター スナップショットを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: ManagedClusterSnapshotsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedClusterSnapshot, ManagedClusterSnapshot[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
updateTags(string, string, TagsObject, ManagedClusterSnapshotsUpdateTagsOptionalParams)
マネージド クラスター スナップショットのタグを更新します。
function updateTags(resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: ManagedClusterSnapshotsUpdateTagsOptionalParams): Promise<ManagedClusterSnapshot>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
マネージド クラスター リソースの名前。
- parameters
- TagsObject
マネージド クラスター スナップショット タグの更新操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<ManagedClusterSnapshot>