DedicatedCloudNodes interface
DedicatedCloudNodes를 나타내는 인터페이스입니다.
메서드
| begin |
이름으로 전용 클라우드 노드를 반환합니다. |
| begin |
이름으로 전용 클라우드 노드를 반환합니다. |
| delete(string, string, Dedicated |
전용 클라우드 노드 삭제 |
| get(string, string, Dedicated |
전용 클라우드 노드를 반환합니다. |
| list |
리소스 그룹 내의 Dedicate 클라우드 노드 목록을 반환합니다. |
| list |
구독 내의 Dedicate 클라우드 노드 목록을 반환합니다. |
| update(string, string, Patch |
전용 노드 속성 패치 |
메서드 세부 정보
beginCreateOrUpdate(string, string, string, DedicatedCloudNode, DedicatedCloudNodesCreateOrUpdateOptionalParams)
이름으로 전용 클라우드 노드를 반환합니다.
function beginCreateOrUpdate(resourceGroupName: string, referer: string, dedicatedCloudNodeName: string, dedicatedCloudNodeRequest: DedicatedCloudNode, options?: DedicatedCloudNodesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DedicatedCloudNodesCreateOrUpdateResponse>, DedicatedCloudNodesCreateOrUpdateResponse>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- referer
-
string
참조자 URL
- dedicatedCloudNodeName
-
string
전용 클라우드 노드 이름
- dedicatedCloudNodeRequest
- DedicatedCloudNode
전용 클라우드 노드 요청 만들기
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<DedicatedCloudNodesCreateOrUpdateResponse>, DedicatedCloudNodesCreateOrUpdateResponse>>
beginCreateOrUpdateAndWait(string, string, string, DedicatedCloudNode, DedicatedCloudNodesCreateOrUpdateOptionalParams)
이름으로 전용 클라우드 노드를 반환합니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, referer: string, dedicatedCloudNodeName: string, dedicatedCloudNodeRequest: DedicatedCloudNode, options?: DedicatedCloudNodesCreateOrUpdateOptionalParams): Promise<DedicatedCloudNodesCreateOrUpdateResponse>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- referer
-
string
참조자 URL
- dedicatedCloudNodeName
-
string
전용 클라우드 노드 이름
- dedicatedCloudNodeRequest
- DedicatedCloudNode
전용 클라우드 노드 요청 만들기
옵션 매개 변수입니다.
반환
delete(string, string, DedicatedCloudNodesDeleteOptionalParams)
전용 클라우드 노드 삭제
function delete(resourceGroupName: string, dedicatedCloudNodeName: string, options?: DedicatedCloudNodesDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- dedicatedCloudNodeName
-
string
전용 클라우드 노드 이름
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, DedicatedCloudNodesGetOptionalParams)
전용 클라우드 노드를 반환합니다.
function get(resourceGroupName: string, dedicatedCloudNodeName: string, options?: DedicatedCloudNodesGetOptionalParams): Promise<DedicatedCloudNode>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- dedicatedCloudNodeName
-
string
전용 클라우드 노드 이름
옵션 매개 변수입니다.
반환
Promise<DedicatedCloudNode>
listByResourceGroup(string, DedicatedCloudNodesListByResourceGroupOptionalParams)
리소스 그룹 내의 Dedicate 클라우드 노드 목록을 반환합니다.
function listByResourceGroup(resourceGroupName: string, options?: DedicatedCloudNodesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCloudNode, DedicatedCloudNode[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
옵션 매개 변수입니다.
반환
listBySubscription(DedicatedCloudNodesListBySubscriptionOptionalParams)
구독 내의 Dedicate 클라우드 노드 목록을 반환합니다.
function listBySubscription(options?: DedicatedCloudNodesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudNode, DedicatedCloudNode[], PageSettings>
매개 변수
옵션 매개 변수입니다.
반환
update(string, string, PatchPayload, DedicatedCloudNodesUpdateOptionalParams)
전용 노드 속성 패치
function update(resourceGroupName: string, dedicatedCloudNodeName: string, dedicatedCloudNodeRequest: PatchPayload, options?: DedicatedCloudNodesUpdateOptionalParams): Promise<DedicatedCloudNode>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름
- dedicatedCloudNodeName
-
string
전용 클라우드 노드 이름
- dedicatedCloudNodeRequest
- PatchPayload
전용 클라우드 노드 요청 패치
옵션 매개 변수입니다.
반환
Promise<DedicatedCloudNode>