DedicatedCloudServices interface
DedicatedCloudServices를 나타내는 인터페이스입니다.
메서드
| begin |
Dedicate 클라우드 서비스 삭제 |
| begin |
Dedicate 클라우드 서비스 삭제 |
| create |
헌정 클라우드 서비스 만들기 |
| get(string, string, Dedicated |
Dedicate Cloud Service를 반환합니다. |
| list |
리소스 그룹 내의 전용 클라우드 서비스 목록을 반환합니다. |
| list |
구독 내의 전용 클라우드 서비스 목록을 반환합니다. |
| update(string, string, Patch |
전용 클라우드 서비스의 속성 패치 |
메서드 세부 정보
beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)
Dedicate 클라우드 서비스 삭제
function beginDelete(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- dedicatedCloudServiceName
-
string
전용 클라우드 서비스 이름
옵션 매개 변수입니다.
반환
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
전용 클라우드 서비스 이름
옵션 매개 변수입니다.
반환
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
전용 클라우드 서비스 요청 만들기
옵션 매개 변수입니다.
반환
Promise<DedicatedCloudService>
get(string, string, DedicatedCloudServicesGetOptionalParams)
Dedicate Cloud Service를 반환합니다.
function get(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesGetOptionalParams): Promise<DedicatedCloudService>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- dedicatedCloudServiceName
-
string
전용 클라우드 서비스 이름
옵션 매개 변수입니다.
반환
Promise<DedicatedCloudService>
listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)
리소스 그룹 내의 전용 클라우드 서비스 목록을 반환합니다.
function listByResourceGroup(resourceGroupName: string, options?: DedicatedCloudServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
옵션 매개 변수입니다.
반환
listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)
구독 내의 전용 클라우드 서비스 목록을 반환합니다.
function listBySubscription(options?: DedicatedCloudServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>
매개 변수
옵션 매개 변수입니다.
반환
update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)
전용 클라우드 서비스의 속성 패치
function update(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: PatchPayload, options?: DedicatedCloudServicesUpdateOptionalParams): Promise<DedicatedCloudService>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- dedicatedCloudServiceName
-
string
전용 클라우드 서비스 이름
- dedicatedCloudServiceRequest
- PatchPayload
전용 클라우드 서비스 요청 패치
옵션 매개 변수입니다.
반환
Promise<DedicatedCloudService>