DedicatedHosts interface

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

메서드

beginCreateOrUpdate(string, string, string, DedicatedHost, DedicatedHostsCreateOrUpdateOptionalParams)

전용 호스트를 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, DedicatedHost, DedicatedHostsCreateOrUpdateOptionalParams)

전용 호스트를 만들거나 업데이트합니다.

beginDelete(string, string, string, DedicatedHostsDeleteOptionalParams)

전용 호스트를 삭제합니다.

beginDeleteAndWait(string, string, string, DedicatedHostsDeleteOptionalParams)

전용 호스트를 삭제합니다.

beginUpdate(string, string, string, DedicatedHostUpdate, DedicatedHostsUpdateOptionalParams)

전용 호스트를 업데이트합니다.

beginUpdateAndWait(string, string, string, DedicatedHostUpdate, DedicatedHostsUpdateOptionalParams)

전용 호스트를 업데이트합니다.

get(string, string, string, DedicatedHostsGetOptionalParams)

전용 호스트에 대한 정보를 검색합니다.

listByHostGroup(string, string, DedicatedHostsListByHostGroupOptionalParams)

지정된 전용 호스트 그룹의 모든 전용 호스트를 나열합니다. 응답에서 nextLink 속성을 사용하여 전용 호스트의 다음 페이지를 가져옵니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, DedicatedHost, DedicatedHostsCreateOrUpdateOptionalParams)

전용 호스트를 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<DedicatedHost>, DedicatedHost>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

hostName

string

전용 호스트의 이름입니다.

parameters
DedicatedHost

전용 호스트 만들기에 제공된 매개 변수입니다.

options
DedicatedHostsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginCreateOrUpdateAndWait(string, string, string, DedicatedHost, DedicatedHostsCreateOrUpdateOptionalParams)

전용 호스트를 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHost, options?: DedicatedHostsCreateOrUpdateOptionalParams): Promise<DedicatedHost>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

hostName

string

전용 호스트의 이름입니다.

parameters
DedicatedHost

전용 호스트 만들기에 제공된 매개 변수입니다.

options
DedicatedHostsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<DedicatedHost>

beginDelete(string, string, string, DedicatedHostsDeleteOptionalParams)

전용 호스트를 삭제합니다.

function beginDelete(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

hostName

string

전용 호스트의 이름입니다.

options
DedicatedHostsDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

beginDeleteAndWait(string, string, string, DedicatedHostsDeleteOptionalParams)

전용 호스트를 삭제합니다.

function beginDeleteAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

hostName

string

전용 호스트의 이름입니다.

options
DedicatedHostsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdate(string, string, string, DedicatedHostUpdate, DedicatedHostsUpdateOptionalParams)

전용 호스트를 업데이트합니다.

function beginUpdate(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams): Promise<PollerLike<PollOperationState<DedicatedHost>, DedicatedHost>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

hostName

string

전용 호스트의 이름입니다.

parameters
DedicatedHostUpdate

전용 호스트 업데이트 작업에 제공된 매개 변수입니다.

options
DedicatedHostsUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

beginUpdateAndWait(string, string, string, DedicatedHostUpdate, DedicatedHostsUpdateOptionalParams)

전용 호스트를 업데이트합니다.

function beginUpdateAndWait(resourceGroupName: string, hostGroupName: string, hostName: string, parameters: DedicatedHostUpdate, options?: DedicatedHostsUpdateOptionalParams): Promise<DedicatedHost>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

hostName

string

전용 호스트의 이름입니다.

parameters
DedicatedHostUpdate

전용 호스트 업데이트 작업에 제공된 매개 변수입니다.

options
DedicatedHostsUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<DedicatedHost>

get(string, string, string, DedicatedHostsGetOptionalParams)

전용 호스트에 대한 정보를 검색합니다.

function get(resourceGroupName: string, hostGroupName: string, hostName: string, options?: DedicatedHostsGetOptionalParams): Promise<DedicatedHost>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

hostName

string

전용 호스트의 이름입니다.

options
DedicatedHostsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<DedicatedHost>

listByHostGroup(string, string, DedicatedHostsListByHostGroupOptionalParams)

지정된 전용 호스트 그룹의 모든 전용 호스트를 나열합니다. 응답에서 nextLink 속성을 사용하여 전용 호스트의 다음 페이지를 가져옵니다.

function listByHostGroup(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostsListByHostGroupOptionalParams): PagedAsyncIterableIterator<DedicatedHost, DedicatedHost[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hostGroupName

string

전용 호스트 그룹의 이름입니다.

options
DedicatedHostsListByHostGroupOptionalParams

옵션 매개 변수입니다.

반환