다음을 통해 공유


ApplicationTypes interface

ApplicationTypes를 나타내는 인터페이스입니다.

메서드

beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)

지정된 이름을 사용하여 Service Fabric 관리되는 애플리케이션 유형 이름 리소스를 삭제합니다.

beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)

지정된 이름을 사용하여 Service Fabric 관리되는 애플리케이션 유형 이름 리소스를 삭제합니다.

createOrUpdate(string, string, string, ApplicationTypeResource, ApplicationTypesCreateOrUpdateOptionalParams)

지정된 이름으로 Service Fabric 관리형 애플리케이션 유형 이름 리소스를 만들거나 업데이트합니다.

get(string, string, string, ApplicationTypesGetOptionalParams)

Service Fabric 관리형 클러스터 리소스에서 만들거나 만드는 과정에서 Service Fabric 애플리케이션 유형 이름 리소스를 가져옵니다.

list(string, string, ApplicationTypesListOptionalParams)

Service Fabric 관리형 클러스터 리소스에서 만들거나 만드는 프로세스에 있는 모든 애플리케이션 유형 이름 리소스를 가져옵니다.

update(string, string, string, ApplicationTypeUpdateParameters, ApplicationTypesUpdateOptionalParams)

지정된 관리형 클러스터의 애플리케이션 유형 리소스 태그를 업데이트합니다.

메서드 세부 정보

beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)

지정된 이름을 사용하여 Service Fabric 관리되는 애플리케이션 유형 이름 리소스를 삭제합니다.

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

매개 변수

resourceGroupName

string

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

clusterName

string

클러스터 리소스의 이름입니다.

applicationTypeName

string

애플리케이션 유형 이름 리소스의 이름입니다.

options
ApplicationTypesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)

지정된 이름을 사용하여 Service Fabric 관리되는 애플리케이션 유형 이름 리소스를 삭제합니다.

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

매개 변수

resourceGroupName

string

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

clusterName

string

클러스터 리소스의 이름입니다.

applicationTypeName

string

애플리케이션 유형 이름 리소스의 이름입니다.

options
ApplicationTypesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

createOrUpdate(string, string, string, ApplicationTypeResource, ApplicationTypesCreateOrUpdateOptionalParams)

지정된 이름으로 Service Fabric 관리형 애플리케이션 유형 이름 리소스를 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams): Promise<ApplicationTypeResource>

매개 변수

resourceGroupName

string

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

clusterName

string

클러스터 리소스의 이름입니다.

applicationTypeName

string

애플리케이션 유형 이름 리소스의 이름입니다.

parameters
ApplicationTypeResource

애플리케이션 유형 이름 리소스입니다.

options
ApplicationTypesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, ApplicationTypesGetOptionalParams)

Service Fabric 관리형 클러스터 리소스에서 만들거나 만드는 과정에서 Service Fabric 애플리케이션 유형 이름 리소스를 가져옵니다.

function get(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams): Promise<ApplicationTypeResource>

매개 변수

resourceGroupName

string

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

clusterName

string

클러스터 리소스의 이름입니다.

applicationTypeName

string

애플리케이션 유형 이름 리소스의 이름입니다.

options
ApplicationTypesGetOptionalParams

옵션 매개 변수입니다.

반환

list(string, string, ApplicationTypesListOptionalParams)

Service Fabric 관리형 클러스터 리소스에서 만들거나 만드는 프로세스에 있는 모든 애플리케이션 유형 이름 리소스를 가져옵니다.

function list(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeResource, ApplicationTypeResource[], PageSettings>

매개 변수

resourceGroupName

string

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

clusterName

string

클러스터 리소스의 이름입니다.

options
ApplicationTypesListOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, string, ApplicationTypeUpdateParameters, ApplicationTypesUpdateOptionalParams)

지정된 관리형 클러스터의 애플리케이션 유형 리소스 태그를 업데이트합니다.

function update(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeUpdateParameters, options?: ApplicationTypesUpdateOptionalParams): Promise<ApplicationTypeResource>

매개 변수

resourceGroupName

string

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

clusterName

string

클러스터 리소스의 이름입니다.

applicationTypeName

string

애플리케이션 유형 이름 리소스의 이름입니다.

parameters
ApplicationTypeUpdateParameters

애플리케이션 유형 리소스 업데이트 태그입니다.

options
ApplicationTypesUpdateOptionalParams

옵션 매개 변수입니다.

반환