ProximityPlacementGroupsOperations interface

ProximityPlacementGroups 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

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

delete
get

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

listByResourceGroup

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

listBySubscription

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

update

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

속성 세부 정보

createOrUpdate

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

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

속성 값

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

delete

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

속성 값

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

get

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

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

속성 값

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

listByResourceGroup

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

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

속성 값

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

listBySubscription

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

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

속성 값

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

update

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

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

속성 값

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