다음을 통해 공유


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

클러스터 리소스입니다.

options
ManagedClustersCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

클러스터 리소스입니다.

options
ManagedClustersCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

리소스 그룹의 이름입니다.

options
ManagedClustersListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(ManagedClustersListBySubscriptionOptionalParams)

구독에서 만들거나 만드는 프로세스에 있는 모든 Service Fabric 클러스터 리소스를 가져옵니다.

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

매개 변수

options
ManagedClustersListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환

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>