ManagedClustersOperations interface
ManagedClusters 操作を表すインターフェイス。
プロパティ
| create |
指定された名前でサービスファブリック管理クラスタリソースを作成または更新します。 |
| delete | |
| get | 指定されたリソースグループ内で、サービスファブリック管理のクラスタリソースを作成または作成中です。 |
| list |
リソースグループ内で作成された、または作成中のすべてのサービスファブリッククラスターリソースを取得します。 |
| list |
サブスクリプション内で作成された、または作成中のすべてのサービスファブリッククラスターリソースを取得します。 |
| update | 指定した名前で Service Fabric マネージド クラスター リソースのタグを更新します。 |
プロパティの詳細
createOrUpdate
指定された名前でサービスファブリック管理クラスタリソースを作成または更新します。
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
指定されたリソースグループ内で、サービスファブリック管理のクラスタリソースを作成または作成中です。
get: (resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>
プロパティ値
(resourceGroupName: string, clusterName: string, options?: ManagedClustersGetOptionalParams) => Promise<ManagedCluster>
listByResourceGroup
リソースグループ内で作成された、または作成中のすべてのサービスファブリッククラスターリソースを取得します。
listByResourceGroup: (resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: ManagedClustersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ManagedCluster, ManagedCluster[], PageSettings>
listBySubscription
サブスクリプション内で作成された、または作成中のすべてのサービスファブリッククラスターリソースを取得します。
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>