다음을 통해 공유


ManagedClustersOperations interface

ManagedClusters 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

지정된 이름으로 서비스 패브릭 관리 클러스터 자원을 생성하거나 업데이트합니다.

delete
get

지정된 리소스 그룹에서 서비스 패브릭 관리 클러스터 리소스를 생성하거나 생성 중입니다.

listByResourceGroup

리소스 그룹 내에서 생성되거나 생성 중인 모든 Service Fabric 클러스터 자원을 받습니다.

listBySubscription

구독 내에서 생성되거나 생성 중인 모든 서비스 패브릭 클러스터 리소스를 가져옵니다.

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

리소스 그룹 내에서 생성되거나 생성 중인 모든 Service Fabric 클러스터 자원을 받습니다.

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>