Delen via


ProximityPlacementGroups interface

Interface die een ProximityPlacementGroups vertegenwoordigt.

Methoden

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

Een nabijheidsplaatsingsgroep maken of bijwerken.

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

Een nabijheidsplaatsingsgroep verwijderen.

get(string, string, ProximityPlacementGroupsGetOptionalParams)

Haalt informatie op over een nabijheidsplaatsingsgroep .

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

Een lijst met alle nabijheidsplaatsingsgroepen in een resourcegroep.

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

Een lijst met alle nabijheidsplaatsingsgroepen in een abonnement.

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

Een nabijheidsplaatsingsgroep bijwerken.

Methodedetails

createOrUpdate(string, string, ProximityPlacementGroup, ProximityPlacementGroupsCreateOrUpdateOptionalParams)

Een nabijheidsplaatsingsgroep maken of bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

proximityPlacementGroupName

string

De naam van de nabijheidsplaatsingsgroep.

parameters
ProximityPlacementGroup

Parameters die zijn opgegeven voor de bewerking Nabijheidsplaatsingsgroep maken.

Retouren

delete(string, string, ProximityPlacementGroupsDeleteOptionalParams)

Een nabijheidsplaatsingsgroep verwijderen.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

proximityPlacementGroupName

string

De naam van de nabijheidsplaatsingsgroep.

options
ProximityPlacementGroupsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

get(string, string, ProximityPlacementGroupsGetOptionalParams)

Haalt informatie op over een nabijheidsplaatsingsgroep .

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

proximityPlacementGroupName

string

De naam van de nabijheidsplaatsingsgroep.

options
ProximityPlacementGroupsGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, ProximityPlacementGroupsListByResourceGroupOptionalParams)

Een lijst met alle nabijheidsplaatsingsgroepen in een resourcegroep.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

Retouren

listBySubscription(ProximityPlacementGroupsListBySubscriptionOptionalParams)

Een lijst met alle nabijheidsplaatsingsgroepen in een abonnement.

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

Parameters

Retouren

update(string, string, ProximityPlacementGroupUpdate, ProximityPlacementGroupsUpdateOptionalParams)

Een nabijheidsplaatsingsgroep bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

proximityPlacementGroupName

string

De naam van de nabijheidsplaatsingsgroep.

parameters
ProximityPlacementGroupUpdate

Parameters die zijn opgegeven voor de bewerking Nabijheidsplaatsingsgroep bijwerken.

options
ProximityPlacementGroupsUpdateOptionalParams

De optiesparameters.

Retouren