Freigeben über


ProximityPlacementGroups interface

Schnittstelle, die eine ProximityPlacementGroups darstellt.

Methoden

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Näherungsplatzierungsgruppe.

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

Löschen einer Näherungsplatzierungsgruppe.

get(string, string, ProximityPlacementGroupsGetOptionalParams)

Ruft Informationen zu einer Näherungsplatzierungsgruppe ab.

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

Listet alle Näherungsplatzierungsgruppen in einer Ressourcengruppe auf.

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

Listet alle Näherungsplatzierungsgruppen in einem Abonnement auf.

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

Aktualisieren einer Näherungsplatzierungsgruppe.

Details zur Methode

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

Erstellen oder Aktualisieren einer Näherungsplatzierungsgruppe.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

proximityPlacementGroupName

string

Der Name der Näherungsplatzierungsgruppe.

parameters
ProximityPlacementGroup

Parameter, die für den Vorgang "Näherungsplatzierungsgruppe erstellen" bereitgestellt werden.

Gibt zurück

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

Löschen einer Näherungsplatzierungsgruppe.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

proximityPlacementGroupName

string

Der Name der Näherungsplatzierungsgruppe.

options
ProximityPlacementGroupsDeleteOptionalParams

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. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

proximityPlacementGroupName

string

Der Name der Näherungsplatzierungsgruppe.

options
ProximityPlacementGroupsGetOptionalParams

Die Optionsparameter.

Gibt zurück

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. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

Gibt zurück

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

Listet alle Näherungsplatzierungsgruppen in einem Abonnement auf.

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

Parameter

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. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

proximityPlacementGroupName

string

Der Name der Näherungsplatzierungsgruppe.

parameters
ProximityPlacementGroupUpdate

Parameter, die für den Vorgang "Näherungsplatzierungsgruppe aktualisieren" bereitgestellt werden.

options
ProximityPlacementGroupsUpdateOptionalParams

Die Optionsparameter.

Gibt zurück