共用方式為


ManagedClustersOperations interface

表示ManagedClusters作的介面。

屬性

createOrUpdate

建立或更新一個指定名稱的 Service Fabric 管理叢集資源。

delete
get

在指定的資源群組中建立或正在建立的 Service Fabric 管理叢集資源。

listByResourceGroup

負責將資源群組中所有已建立或正在建立的 Service Fabric 叢集資源。

listBySubscription

會取得訂閱中所有已建立或正在建立的 Service Fabric 叢集資源。

update

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

屬性詳細資料

createOrUpdate

建立或更新一個指定名稱的 Service Fabric 管理叢集資源。

createOrUpdate: (resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

屬性值

(resourceGroupName: string, clusterName: string, parameters: ManagedCluster, options?: ManagedClustersCreateOrUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

delete

delete: (resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

屬性值

(resourceGroupName: string, clusterName: string, options?: ManagedClustersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

在指定的資源群組中建立或正在建立的 Service Fabric 管理叢集資源。

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

屬性值

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

listByResourceGroup

負責將資源群組中所有已建立或正在建立的 Service Fabric 叢集資源。

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

屬性值

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

listBySubscription

會取得訂閱中所有已建立或正在建立的 Service Fabric 叢集資源。

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

屬性值

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

update

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

update: (resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>

屬性值

(resourceGroupName: string, clusterName: string, parameters: ManagedClusterUpdateParameters, options?: ManagedClustersUpdateOptionalParams) => PollerLike<OperationState<ManagedCluster>, ManagedCluster>