ProximityPlacementGroups interface

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

메서드

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

근접 배치 그룹을 만들거나 업데이트합니다.

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

근접 배치 그룹을 삭제합니다.

get(string, string, ProximityPlacementGroupsGetOptionalParams)

근접 배치 그룹 에 대한 정보를 검색합니다.

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

리소스 그룹의 모든 근접 배치 그룹을 나열합니다.

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

구독의 모든 근접 배치 그룹을 나열합니다.

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

근접 배치 그룹을 업데이트합니다.

메서드 세부 정보

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

근접 배치 그룹을 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams): Promise<ProximityPlacementGroup>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

proximityPlacementGroupName

string

근접 배치 그룹의 이름입니다.

parameters
ProximityPlacementGroup

근접 배치 그룹 만들기 작업에 제공된 매개 변수입니다.

options
ProximityPlacementGroupsCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

근접 배치 그룹을 삭제합니다.

function delete(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

proximityPlacementGroupName

string

근접 배치 그룹의 이름입니다.

options
ProximityPlacementGroupsDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, ProximityPlacementGroupsGetOptionalParams)

근접 배치 그룹 에 대한 정보를 검색합니다.

function get(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams): Promise<ProximityPlacementGroup>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

proximityPlacementGroupName

string

근접 배치 그룹의 이름입니다.

options
ProximityPlacementGroupsGetOptionalParams

옵션 매개 변수입니다.

반환

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

리소스 그룹의 모든 근접 배치 그룹을 나열합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

options
ProximityPlacementGroupsListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

구독의 모든 근접 배치 그룹을 나열합니다.

function listBySubscription(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>

매개 변수

options
ProximityPlacementGroupsListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

근접 배치 그룹을 업데이트합니다.

function update(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams): Promise<ProximityPlacementGroup>

매개 변수

resourceGroupName

string

리소스 그룹의 이름.

proximityPlacementGroupName

string

근접 배치 그룹의 이름입니다.

parameters
ProximityPlacementGroupUpdate

근접 배치 그룹 업데이트 작업에 제공된 매개 변수입니다.

options
ProximityPlacementGroupsUpdateOptionalParams

옵션 매개 변수입니다.

반환