共用方式為


ManagedClusters interface

表示ManagedClusters的介面。

方法

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

使用指定的名稱建立或更新 Service Fabric 受控叢集資源。

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

使用指定的名稱建立或更新 Service Fabric 受控叢集資源。

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

刪除具有指定名稱的 Service Fabric 受控叢集資源。

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

刪除具有指定名稱的 Service Fabric 受控叢集資源。

get(string, string, ManagedClustersGetOptionalParams)

取得在指定的資源群組中建立或程式中建立的 Service Fabric 受控叢集資源。

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

取得在資源群組中建立或程式中建立的所有 Service Fabric 叢集資源。

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

取得在訂用帳戶中建立或程式中建立的所有 Service Fabric 叢集資源。

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

使用指定的名稱更新 Service Fabric 受控叢集資源的標籤。

方法詳細資料

beginCreateOrUpdate(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

使用指定的名稱建立或更新 Service Fabric 受控叢集資源。

function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

parameters
ManagedCluster

叢集資源。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedCluster>, ManagedCluster>>

beginCreateOrUpdateAndWait(string, string, ManagedCluster, ManagedClustersCreateOrUpdateOptionalParams)

使用指定的名稱建立或更新 Service Fabric 受控叢集資源。

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams): Promise<ManagedCluster>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

parameters
ManagedCluster

叢集資源。

傳回

Promise<ManagedCluster>

beginDelete(string, string, ManagedClustersDeleteOptionalParams)

刪除具有指定名稱的 Service Fabric 受控叢集資源。

function beginDelete(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

options
ManagedClustersDeleteOptionalParams

選項參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ManagedClustersDeleteOptionalParams)

刪除具有指定名稱的 Service Fabric 受控叢集資源。

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

options
ManagedClustersDeleteOptionalParams

選項參數。

傳回

Promise<void>

get(string, string, ManagedClustersGetOptionalParams)

取得在指定的資源群組中建立或程式中建立的 Service Fabric 受控叢集資源。

function get(resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams): Promise<ManagedCluster>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

options
ManagedClustersGetOptionalParams

選項參數。

傳回

Promise<ManagedCluster>

listByResourceGroup(string, ManagedClustersListByResourceGroupOptionalParams)

取得在資源群組中建立或程式中建立的所有 Service Fabric 叢集資源。

function listByResourceGroup(resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。

傳回

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

取得在訂用帳戶中建立或程式中建立的所有 Service Fabric 叢集資源。

function listBySubscription(options?: ManagedClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>

參數

傳回

update(string, string, ManagedClusterUpdateParameters, ManagedClustersUpdateOptionalParams)

使用指定的名稱更新 Service Fabric 受控叢集資源的標籤。

function update(resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams): Promise<ManagedCluster>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

parameters
ManagedClusterUpdateParameters

受控叢集資源已更新標籤。

options
ManagedClustersUpdateOptionalParams

選項參數。

傳回

Promise<ManagedCluster>