次の方法で共有


Clusters interface

クラスターを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

新しいクラスターを作成するか、クラスターのプロパティが存在する場合は更新します。

beginCreateOrUpdateAndWait(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

新しいクラスターを作成するか、クラスターのプロパティが存在する場合は更新します。

beginDelete(string, string, ClustersDeleteOptionalParams)

指定されたクラスターを削除します。

beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)

指定されたクラスターを削除します。

beginDeploy(string, string, ClustersDeployOptionalParams)

指定されたラックにクラスターをデプロイします。

beginDeployAndWait(string, string, ClustersDeployOptionalParams)

指定されたラックにクラスターをデプロイします。

beginUpdate(string, string, ClustersUpdateOptionalParams)

指定されたクラスターのプロパティにパッチを適用するか、クラスターに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。

beginUpdateAndWait(string, string, ClustersUpdateOptionalParams)

指定されたクラスターのプロパティにパッチを適用するか、クラスターに関連付けられているタグを更新します。 プロパティとタグの更新は、個別に行うことができます。

beginUpdateVersion(string, string, ClusterUpdateVersionParameters, ClustersUpdateVersionOptionalParams)

提供されたクラスターのバージョンを、サポートされている使用可能なバージョンのいずれかに更新します。

beginUpdateVersionAndWait(string, string, ClusterUpdateVersionParameters, ClustersUpdateVersionOptionalParams)

提供されたクラスターのバージョンを、サポートされている使用可能なバージョンのいずれかに更新します。

get(string, string, ClustersGetOptionalParams)

指定されたクラスターのプロパティを取得します。

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

指定されたリソース グループ内のクラスターの一覧を取得します。

listBySubscription(ClustersListBySubscriptionOptionalParams)

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

メソッドの詳細

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
ClustersCreateOrUpdateOptionalParams

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
ClustersCreateOrUpdateOptionalParams

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 パラメーター。

戻り値

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
ClustersUpdateVersionOptionalParams

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
ClustersUpdateVersionOptionalParams

options パラメーター。

戻り値

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
ClustersListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(ClustersListBySubscriptionOptionalParams)

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

function listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

パラメーター

options
ClustersListBySubscriptionOptionalParams

options パラメーター。

戻り値