ProximityPlacementGroupsOperations interface
Schnittstelle stellt eine ProximityPlacementGroups-Operation dar.
Eigenschaften
| create |
Erstellen oder aktualisieren Sie eine Näherungsplatzierungsgruppe. |
| delete | |
| get | Ruft Informationen zu einer Näherungsplatzierungsgruppe ab. |
| list |
Listet alle Näherungsplatzierungsgruppen in einer Ressourcengruppe auf. |
| list |
Listet alle Proximity-Placement-Gruppen in einem Abonnement auf. |
| update | Aktualisieren einer Näherungsplatzierungsgruppe. |
Details zur Eigenschaft
createOrUpdate
Erstellen oder aktualisieren Sie eine Näherungsplatzierungsgruppe.
createOrUpdate: (resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams) => Promise<ProximityPlacementGroup>
Eigenschaftswert
(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams) => Promise<ProximityPlacementGroup>
delete
delete: (resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams) => Promise<void>
get
Ruft Informationen zu einer Näherungsplatzierungsgruppe ab.
get: (resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams) => Promise<ProximityPlacementGroup>
Eigenschaftswert
(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams) => Promise<ProximityPlacementGroup>
listByResourceGroup
Listet alle Näherungsplatzierungsgruppen in einer Ressourcengruppe auf.
listByResourceGroup: (resourceGroupName: string, options?: ProximityPlacementGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, options?: ProximityPlacementGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
listBySubscription
Listet alle Proximity-Placement-Gruppen in einem Abonnement auf.
listBySubscription: (options?: ProximityPlacementGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
Eigenschaftswert
(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
update
Aktualisieren einer Näherungsplatzierungsgruppe.
update: (resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams) => Promise<ProximityPlacementGroup>
Eigenschaftswert
(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams) => Promise<ProximityPlacementGroup>