다음을 통해 공유


DedicatedCloudServices interface

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

메서드

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

Dedicate 클라우드 서비스 삭제

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

Dedicate 클라우드 서비스 삭제

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

헌정 클라우드 서비스 만들기

get(string, string, DedicatedCloudServicesGetOptionalParams)

Dedicate Cloud Service를 반환합니다.

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

리소스 그룹 내의 전용 클라우드 서비스 목록을 반환합니다.

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

구독 내의 전용 클라우드 서비스 목록을 반환합니다.

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

전용 클라우드 서비스의 속성 패치

메서드 세부 정보

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

Dedicate 클라우드 서비스 삭제

function beginDelete(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름

dedicatedCloudServiceName

string

전용 클라우드 서비스 이름

options
DedicatedCloudServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

Dedicate 클라우드 서비스 삭제

function beginDeleteAndWait(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름

dedicatedCloudServiceName

string

전용 클라우드 서비스 이름

options
DedicatedCloudServicesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

헌정 클라우드 서비스 만들기

function createOrUpdate(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: DedicatedCloudService, options?: DedicatedCloudServicesCreateOrUpdateOptionalParams): Promise<DedicatedCloudService>

매개 변수

resourceGroupName

string

리소스 그룹의 이름

dedicatedCloudServiceName

string

전용 클라우드 서비스 이름

dedicatedCloudServiceRequest
DedicatedCloudService

전용 클라우드 서비스 요청 만들기

options
DedicatedCloudServicesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, DedicatedCloudServicesGetOptionalParams)

Dedicate Cloud Service를 반환합니다.

function get(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesGetOptionalParams): Promise<DedicatedCloudService>

매개 변수

resourceGroupName

string

리소스 그룹의 이름

dedicatedCloudServiceName

string

전용 클라우드 서비스 이름

options
DedicatedCloudServicesGetOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

리소스 그룹 내의 전용 클라우드 서비스 목록을 반환합니다.

function listByResourceGroup(resourceGroupName: string, options?: DedicatedCloudServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름

options
DedicatedCloudServicesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

구독 내의 전용 클라우드 서비스 목록을 반환합니다.

function listBySubscription(options?: DedicatedCloudServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>

매개 변수

options
DedicatedCloudServicesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

전용 클라우드 서비스의 속성 패치

function update(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: PatchPayload, options?: DedicatedCloudServicesUpdateOptionalParams): Promise<DedicatedCloudService>

매개 변수

resourceGroupName

string

리소스 그룹의 이름

dedicatedCloudServiceName

string

전용 클라우드 서비스 이름

dedicatedCloudServiceRequest
PatchPayload

전용 클라우드 서비스 요청 패치

options
DedicatedCloudServicesUpdateOptionalParams

옵션 매개 변수입니다.

반환