다음을 통해 공유


ServicesOperations interface

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

속성

createOrUpdate

지정된 이름으로 Service Fabric 관리 서비스 리소스를 만들거나 업데이트합니다.

delete
get

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

listByApplications

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

restartReplica

장기 실행 리소스 작업입니다.

update

지정된 관리형 클러스터의 서비스 리소스 태그를 업데이트합니다.

속성 세부 정보

createOrUpdate

지정된 이름으로 Service Fabric 관리 서비스 리소스를 만들거나 업데이트합니다.

createOrUpdate: (resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServiceResource>, ServiceResource>

속성 값

(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ServiceResource>, ServiceResource>

delete

delete: (resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

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

get: (resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesGetOptionalParams) => Promise<ServiceResource>

속성 값

(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesGetOptionalParams) => Promise<ServiceResource>

listByApplications

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

listByApplications: (resourceGroupName: string, clusterName: string, applicationName: string, options?: ServicesListByApplicationsOptionalParams) => PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>

속성 값

(resourceGroupName: string, clusterName: string, applicationName: string, options?: ServicesListByApplicationsOptionalParams) => PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>

restartReplica

장기 실행 리소스 작업입니다.

restartReplica: (resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: RestartReplicaRequest, options?: ServicesRestartReplicaOptionalParams) => PollerLike<OperationState<void>, void>

속성 값

(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: RestartReplicaRequest, options?: ServicesRestartReplicaOptionalParams) => PollerLike<OperationState<void>, void>

update

지정된 관리형 클러스터의 서비스 리소스 태그를 업데이트합니다.

update: (resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceUpdateParameters, options?: ServicesUpdateOptionalParams) => Promise<ServiceResource>

속성 값

(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceUpdateParameters, options?: ServicesUpdateOptionalParams) => Promise<ServiceResource>