다음을 통해 공유


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 클러스터 리소스에서 만들거나 만드는 프로세스에 있는 모든 애플리케이션 유형 이름 리소스를 가져옵니다.

메서드 세부 정보

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

옵션 매개 변수입니다.

반환