Clusters interface
クラスターを表すインターフェイス。
メソッド
メソッドの詳細
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
要求本文。
options パラメーター。
戻り値
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
要求本文。
options パラメーター。
戻り値
Promise<Cluster>
beginDelete(string, string, ClustersDeleteOptionalParams)
指定されたクラスターを削除します。
function beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- options
- ClustersDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)
指定されたクラスターを削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- options
- ClustersDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
beginDeploy(string, string, ClustersDeployOptionalParams)
指定されたラックにクラスターをデプロイします。
function beginDeploy(resourceGroupName: string, clusterName: string, options?: ClustersDeployOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- options
- ClustersDeployOptionalParams
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
要求本文。
options パラメーター。
戻り値
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
要求本文。
options パラメーター。
戻り値
Promise<OperationStatusResult>
get(string, string, ClustersGetOptionalParams)
指定されたクラスターのプロパティを取得します。
function get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- options
- ClustersGetOptionalParams
options パラメーター。
戻り値
Promise<Cluster>
listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)
指定されたリソース グループ内のクラスターの一覧を取得します。
function listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
options パラメーター。
戻り値
listBySubscription(ClustersListBySubscriptionOptionalParams)
指定されたサブスクリプション内のクラスターの一覧を取得します。
function listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
options パラメーター。