Clusters interface
クラスターを表すインターフェイス。
メソッド
メソッドの詳細
beginContinueUpdateVersion(string, string, ClusterContinueUpdateVersionParameters, ClustersContinueUpdateVersionOptionalParams)
更新プログラムのセグメントを完了した後に一時停止した一致する更新戦略を使用して、クラスターの更新の継続をトリガーします。
function beginContinueUpdateVersion(resourceGroupName: string, clusterName: string, clusterContinueUpdateVersionParameters: ClusterContinueUpdateVersionParameters, options?: ClustersContinueUpdateVersionOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- clusterContinueUpdateVersionParameters
- ClusterContinueUpdateVersionParameters
要求本文。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginContinueUpdateVersionAndWait(string, string, ClusterContinueUpdateVersionParameters, ClustersContinueUpdateVersionOptionalParams)
更新プログラムのセグメントを完了した後に一時停止した一致する更新戦略を使用して、クラスターの更新の継続をトリガーします。
function beginContinueUpdateVersionAndWait(resourceGroupName: string, clusterName: string, clusterContinueUpdateVersionParameters: ClusterContinueUpdateVersionParameters, options?: ClustersContinueUpdateVersionOptionalParams): Promise<OperationStatusResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- clusterContinueUpdateVersionParameters
- ClusterContinueUpdateVersionParameters
要求本文。
オプション パラメーター。
戻り値
Promise<OperationStatusResult>
beginCreateOrUpdate(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)
新しいクラスターを作成するか、クラスターのプロパティが存在する場合は更新します。
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, clusterParameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- clusterParameters
- Cluster
要求本文。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Cluster>, Cluster>>
beginCreateOrUpdateAndWait(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)
新しいクラスターを作成するか、クラスターのプロパティが存在する場合は更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, clusterParameters: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- clusterParameters
- Cluster
要求本文。
オプション パラメーター。
戻り値
Promise<Cluster>
beginDelete(string, string, ClustersDeleteOptionalParams)
指定されたクラスターを削除します。
function beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- options
- ClustersDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)
指定されたクラスターを削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<OperationStatusResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- options
- ClustersDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<OperationStatusResult>
beginDeploy(string, string, ClustersDeployOptionalParams)
作成時に提供されるラック構成を使用して、クラスターをデプロイします。
function beginDeploy(resourceGroupName: string, clusterName: string, options?: ClustersDeployOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- options
- ClustersDeployOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeployAndWait(string, string, ClustersDeployOptionalParams)
作成時に提供されるラック構成を使用して、クラスターをデプロイします。
function beginDeployAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeployOptionalParams): Promise<OperationStatusResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- options
- ClustersDeployOptionalParams
オプション パラメーター。
戻り値
Promise<OperationStatusResult>
beginScanRuntime(string, string, ClustersScanRuntimeOptionalParams)
ランタイム保護スキャンの実行をトリガーし、クラスター構成に従って検出された問題を検出して修復します。
function beginScanRuntime(resourceGroupName: string, clusterName: string, options?: ClustersScanRuntimeOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginScanRuntimeAndWait(string, string, ClustersScanRuntimeOptionalParams)
ランタイム保護スキャンの実行をトリガーし、クラスター構成に従って検出された問題を検出して修復します。
function beginScanRuntimeAndWait(resourceGroupName: string, clusterName: string, options?: ClustersScanRuntimeOptionalParams): Promise<OperationStatusResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
オプション パラメーター。
戻り値
Promise<OperationStatusResult>
beginUpdate(string, string, ClustersUpdateOptionalParams)
指定されたクラスターのプロパティにパッチを適用するか、クラスターに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に実行できます。
function beginUpdate(resourceGroupName: string, clusterName: string, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- options
- ClustersUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Cluster>, Cluster>>
beginUpdateAndWait(string, string, ClustersUpdateOptionalParams)
指定されたクラスターのプロパティにパッチを適用するか、クラスターに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に実行できます。
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, options?: ClustersUpdateOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- options
- ClustersUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Cluster>
beginUpdateVersion(string, string, ClusterUpdateVersionParameters, ClustersUpdateVersionOptionalParams)
提供されているクラスターのバージョンを、サポートされている使用可能なバージョンのいずれかに更新します。
function beginUpdateVersion(resourceGroupName: string, clusterName: string, clusterUpdateVersionParameters: ClusterUpdateVersionParameters, options?: ClustersUpdateVersionOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- clusterUpdateVersionParameters
- ClusterUpdateVersionParameters
要求本文。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginUpdateVersionAndWait(string, string, ClusterUpdateVersionParameters, ClustersUpdateVersionOptionalParams)
提供されているクラスターのバージョンを、サポートされている使用可能なバージョンのいずれかに更新します。
function beginUpdateVersionAndWait(resourceGroupName: string, clusterName: string, clusterUpdateVersionParameters: ClusterUpdateVersionParameters, options?: ClustersUpdateVersionOptionalParams): Promise<OperationStatusResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- clusterUpdateVersionParameters
- ClusterUpdateVersionParameters
要求本文。
オプション パラメーター。
戻り値
Promise<OperationStatusResult>
get(string, string, ClustersGetOptionalParams)
指定されたクラスターのプロパティを取得します。
function get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
クラスターの名前。
- options
- ClustersGetOptionalParams
オプション パラメーター。
戻り値
Promise<Cluster>
listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)
指定されたリソース グループ内のクラスターの一覧を取得します。
function listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。
戻り値
listBySubscription(ClustersListBySubscriptionOptionalParams)
指定されたサブスクリプション内のクラスターの一覧を取得します。
function listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
オプション パラメーター。