ProximityPlacementGroups interface
Schnittstelle, die ein ProximityPlacementGroups darstellt.
Methoden
create |
Erstellen oder aktualisieren Sie eine Näherungsplatzierungsgruppe. |
delete(string, string, Proximity |
Löschen sie eine Näherungsplatzierungsgruppe. |
get(string, string, Proximity |
Ruft Informationen zu einer Näherungsplatzierungsgruppe ab. |
list |
Listet alle Näherungsplatzierungsgruppen in einer Ressourcengruppe auf. |
list |
Listet alle Näherungsplatzierungsgruppen in einem Abonnement auf. |
update(string, string, Proximity |
Aktualisieren einer Näherungsplatzierungsgruppe. |
Details zur Methode
createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)
Erstellen oder aktualisieren Sie eine Näherungsplatzierungsgruppe.
function createOrUpdate(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroup, options?: ProximityPlacementGroupsCreateOrUpdateOptionalParams): Promise<ProximityPlacementGroup>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- proximityPlacementGroupName
-
string
Der Name der Näherungsplatzierungsgruppe.
- parameters
- ProximityPlacementGroup
Parameter, die für den Vorgang Näherungsplatzierungsgruppe erstellen bereitgestellt werden.
Die Optionsparameter.
Gibt zurück
Promise<ProximityPlacementGroup>
delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)
Löschen sie eine Näherungsplatzierungsgruppe.
function delete(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsDeleteOptionalParams): Promise<void>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- proximityPlacementGroupName
-
string
Der Name der Näherungsplatzierungsgruppe.
Die Optionsparameter.
Gibt zurück
Promise<void>
get(string, string, ProximityPlacementGroupsGetOptionalParams)
Ruft Informationen zu einer Näherungsplatzierungsgruppe ab.
function get(resourceGroupName: string, proximityPlacementGroupName: string, options?: ProximityPlacementGroupsGetOptionalParams): Promise<ProximityPlacementGroup>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- proximityPlacementGroupName
-
string
Der Name der Näherungsplatzierungsgruppe.
Die Optionsparameter.
Gibt zurück
Promise<ProximityPlacementGroup>
listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)
Listet alle Näherungsplatzierungsgruppen in einer Ressourcengruppe auf.
function listByResourceGroup(resourceGroupName: string, options?: ProximityPlacementGroupsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
Die Optionsparameter.
Gibt zurück
listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)
Listet alle Näherungsplatzierungsgruppen in einem Abonnement auf.
function listBySubscription(options?: ProximityPlacementGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ProximityPlacementGroup, ProximityPlacementGroup[], PageSettings>
Parameter
Die Optionsparameter.
Gibt zurück
update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)
Aktualisieren einer Näherungsplatzierungsgruppe.
function update(resourceGroupName: string, proximityPlacementGroupName: string, parameters: ProximityPlacementGroupUpdate, options?: ProximityPlacementGroupsUpdateOptionalParams): Promise<ProximityPlacementGroup>
Parameter
- resourceGroupName
-
string
Der Name der Ressourcengruppe.
- proximityPlacementGroupName
-
string
Der Name der Näherungsplatzierungsgruppe.
- parameters
- ProximityPlacementGroupUpdate
Parameter, die für den Vorgang Näherungsplatzierungsgruppe aktualisieren bereitgestellt werden.
Die Optionsparameter.
Gibt zurück
Promise<ProximityPlacementGroup>