다음을 통해 공유


ApplicationTypeVersionsOperations interface

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

속성

createOrUpdate

지정된 이름으로 서비스 패브릭 관리 애플리케이션 유형의 버전 리소스를 생성하거나 업데이트합니다.

delete
get

Service Fabric 관리 애플리케이션 유형 버전 리소스를 생성하거나 생성 중인 자원을 서비스 패브릭 관리 애플리케이션 유형 이름 자원에 포함시키세요.

listByApplicationTypes

서비스 패브릭 관리 애플리케이션 유형 이름 자원에서 생성되었거나 생성 중인 모든 애플리케이션 유형 자원을 받습니다.

update

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

속성 세부 정보

createOrUpdate

지정된 이름으로 서비스 패브릭 관리 애플리케이션 유형의 버전 리소스를 생성하거나 업데이트합니다.

createOrUpdate: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>

속성 값

(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>

delete

delete: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Service Fabric 관리 애플리케이션 유형 버전 리소스를 생성하거나 생성 중인 자원을 서비스 패브릭 관리 애플리케이션 유형 이름 자원에 포함시키세요.

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

속성 값

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

listByApplicationTypes

서비스 패브릭 관리 애플리케이션 유형 이름 자원에서 생성되었거나 생성 중인 모든 애플리케이션 유형 자원을 받습니다.

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

속성 값

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

update

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

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) => Promise<ApplicationTypeVersionResource>