ProximityPlacementGroupsOperations interface
Interface die een ProximityPlacementGroups-operatie vertegenwoordigt.
Eigenschappen
| create |
Maak of werk een nabijheidsplaatsingsgroep bij. |
| delete | |
| get | Haalt informatie op over een nabijheidsplaatsingsgroep . |
| list |
Geeft een lijst met alle nabijheidsplaatsingsgroepen in een resourcegroep. |
| list |
Geeft een overzicht van alle nabijheidsplaatsingsgroepen in een abonnement. |
| update | Werk een nabijheidsplaatsingsgroep bij. |
Eigenschapdetails
createOrUpdate
Maak of werk een nabijheidsplaatsingsgroep bij.
createOrUpdate: (resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams) => Promise<ProximityPlacementGroup>
Waarde van eigenschap
(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams) => Promise<ProximityPlacementGroup>
delete
delete: (resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams) => Promise<void>
Waarde van eigenschap
(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams) => Promise<void>
get
Haalt informatie op over een nabijheidsplaatsingsgroep .
get: (resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams) => Promise<ProximityPlacementGroup>
Waarde van eigenschap
(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams) => Promise<ProximityPlacementGroup>
listByResourceGroup
Geeft een lijst met alle nabijheidsplaatsingsgroepen in een resourcegroep.
listByResourceGroup: (resourceGroupName: string, options?: ProximityPlacementGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, options?: ProximityPlacementGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
listBySubscription
Geeft een overzicht van alle nabijheidsplaatsingsgroepen in een abonnement.
listBySubscription: (options?: ProximityPlacementGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
Waarde van eigenschap
(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
update
Werk een nabijheidsplaatsingsgroep bij.
update: (resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams) => Promise<ProximityPlacementGroup>
Waarde van eigenschap
(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams) => Promise<ProximityPlacementGroup>