다음을 통해 공유


ApplicationTypeVersions interface

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

메서드

beginCreateOrUpdate(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

지정된 이름의 Service Fabric 관리형 애플리케이션 유형 버전 리소스를 삭제합니다.

beginDeleteAndWait(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

지정된 이름의 Service Fabric 관리형 애플리케이션 유형 버전 리소스를 삭제합니다.

get(string, string, string, string, ApplicationTypeVersionsGetOptionalParams)

Service Fabric 관리형 애플리케이션 유형 이름 리소스에서 만들거나 만드는 프로세스에서 Service Fabric 관리되는 애플리케이션 유형 버전 리소스를 가져옵니다.

listByApplicationTypes(string, string, string, ApplicationTypeVersionsListByApplicationTypesOptionalParams)

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

update(string, string, string, string, ApplicationTypeVersionUpdateParameters, ApplicationTypeVersionsUpdateOptionalParams)

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

메서드 세부 정보

beginCreateOrUpdate(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>>

매개 변수

resourceGroupName

string

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

clusterName

string

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

applicationTypeName

string

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

version

string

애플리케이션 유형 버전입니다.

parameters
ApplicationTypeVersionResource

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

options
ApplicationTypeVersionsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginCreateOrUpdateAndWait(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<ApplicationTypeVersionResource>

매개 변수

resourceGroupName

string

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

clusterName

string

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

applicationTypeName

string

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

version

string

애플리케이션 유형 버전입니다.

parameters
ApplicationTypeVersionResource

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

options
ApplicationTypeVersionsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

beginDelete(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

지정된 이름의 Service Fabric 관리형 애플리케이션 유형 버전 리소스를 삭제합니다.

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

매개 변수

resourceGroupName

string

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

clusterName

string

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

applicationTypeName

string

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

version

string

애플리케이션 유형 버전입니다.

options
ApplicationTypeVersionsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

지정된 이름의 Service Fabric 관리형 애플리케이션 유형 버전 리소스를 삭제합니다.

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

매개 변수

resourceGroupName

string

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

clusterName

string

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

applicationTypeName

string

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

version

string

애플리케이션 유형 버전입니다.

options
ApplicationTypeVersionsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, string, ApplicationTypeVersionsGetOptionalParams)

Service Fabric 관리형 애플리케이션 유형 이름 리소스에서 만들거나 만드는 프로세스에서 Service Fabric 관리되는 애플리케이션 유형 버전 리소스를 가져옵니다.

function get(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams): Promise<ApplicationTypeVersionResource>

매개 변수

resourceGroupName

string

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

clusterName

string

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

applicationTypeName

string

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

version

string

애플리케이션 유형 버전입니다.

options
ApplicationTypeVersionsGetOptionalParams

옵션 매개 변수입니다.

반환

listByApplicationTypes(string, string, string, ApplicationTypeVersionsListByApplicationTypesOptionalParams)

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

function listByApplicationTypes(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams): PagedAsyncIterableIterator<ApplicationTypeVersionResource, ApplicationTypeVersionResource[], PageSettings>

매개 변수

resourceGroupName

string

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

clusterName

string

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

applicationTypeName

string

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

options
ApplicationTypeVersionsListByApplicationTypesOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, string, string, ApplicationTypeVersionUpdateParameters, ApplicationTypeVersionsUpdateOptionalParams)

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

function update(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionUpdateParameters, options?: ApplicationTypeVersionsUpdateOptionalParams): Promise<ApplicationTypeVersionResource>

매개 변수

resourceGroupName

string

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

clusterName

string

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

applicationTypeName

string

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

version

string

애플리케이션 유형 버전입니다.

parameters
ApplicationTypeVersionUpdateParameters

애플리케이션 유형 버전 리소스가 태그를 업데이트했습니다.

options
ApplicationTypeVersionsUpdateOptionalParams

옵션 매개 변수입니다.

반환