共用方式為


Clusters interface

表示叢集的介面。

方法

beginContinueUpdateVersion(string, string, ClusterContinueUpdateVersionParameters, ClustersContinueUpdateVersionOptionalParams)

使用完成更新區段之後暫停的相符更新策略,觸發叢集更新的接續。

beginContinueUpdateVersionAndWait(string, string, ClusterContinueUpdateVersionParameters, ClustersContinueUpdateVersionOptionalParams)

使用完成更新區段之後暫停的相符更新策略,觸發叢集更新的接續。

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)

使用建立期間提供的機架組態來部署叢集。

beginScanRuntime(string, string, ClustersScanRuntimeOptionalParams)

根據叢集組態,觸發運行時間保護掃描的執行,以偵測和補救偵測到的問題。

beginScanRuntimeAndWait(string, string, ClustersScanRuntimeOptionalParams)

根據叢集組態,觸發運行時間保護掃描的執行,以偵測和補救偵測到的問題。

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)

取得所提供訂用帳戶中的叢集清單。

方法詳細資料

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

要求本文。

傳回

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<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

選項參數。

傳回

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

選項參數。

傳回

beginScanRuntime(string, string, ClustersScanRuntimeOptionalParams)

根據叢集組態,觸發運行時間保護掃描的執行,以偵測和補救偵測到的問題。

function beginScanRuntime(resourceGroupName: string, clusterName: string, options?: ClustersScanRuntimeOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

clusterName

string

叢集的名稱。

options
ClustersScanRuntimeOptionalParams

選項參數。

傳回

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

叢集的名稱。

options
ClustersScanRuntimeOptionalParams

選項參數。

傳回

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>

參數

傳回