共用方式為


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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

要求本文。

options
ClustersUpdateVersionOptionalParams

選項參數。

傳回

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

選項參數。

傳回

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>

參數

傳回