Partager via


NeighborGroups interface

Interface représentant un NeighborGroups.

Méthodes

beginCreate(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Implémente la méthode PUT du groupe voisin.

beginCreateAndWait(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Implémente la méthode PUT du groupe voisin.

beginDelete(string, string, NeighborGroupsDeleteOptionalParams)

Implémente la méthode DELETE du groupe voisin.

beginDeleteAndWait(string, string, NeighborGroupsDeleteOptionalParams)

Implémente la méthode DELETE du groupe voisin.

beginUpdate(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Mises à jour le groupe voisin.

beginUpdateAndWait(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Mises à jour le groupe voisin.

get(string, string, NeighborGroupsGetOptionalParams)

Obtient le groupe voisin.

listByResourceGroup(string, NeighborGroupsListByResourceGroupOptionalParams)

Affiche la liste NeighborGroups par méthode GET du groupe de ressources.

listBySubscription(NeighborGroupsListBySubscriptionOptionalParams)

Affiche la liste NeighborGroups par méthode GET d’abonnement.

Détails de la méthode

beginCreate(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Implémente la méthode PUT du groupe voisin.

function beginCreate(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams): Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

neighborGroupName

string

Nom du groupe voisin.

body
NeighborGroup

Charge utile de la demande.

options
NeighborGroupsCreateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

beginCreateAndWait(string, string, NeighborGroup, NeighborGroupsCreateOptionalParams)

Implémente la méthode PUT du groupe voisin.

function beginCreateAndWait(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams): Promise<NeighborGroup>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

neighborGroupName

string

Nom du groupe voisin.

body
NeighborGroup

Charge utile de la demande.

options
NeighborGroupsCreateOptionalParams

Paramètres d’options.

Retours

Promise<NeighborGroup>

beginDelete(string, string, NeighborGroupsDeleteOptionalParams)

Implémente la méthode DELETE du groupe voisin.

function beginDelete(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

neighborGroupName

string

Nom du groupe voisin.

options
NeighborGroupsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, NeighborGroupsDeleteOptionalParams)

Implémente la méthode DELETE du groupe voisin.

function beginDeleteAndWait(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams): Promise<void>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

neighborGroupName

string

Nom du groupe voisin.

options
NeighborGroupsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

beginUpdate(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Mises à jour le groupe voisin.

function beginUpdate(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

neighborGroupName

string

Nom du groupe voisin.

body
NeighborGroupPatch

Propriétés du groupe voisin à mettre à jour. Seules les annotations sont prises en charge.

options
NeighborGroupsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<NeighborGroup>, NeighborGroup>>

beginUpdateAndWait(string, string, NeighborGroupPatch, NeighborGroupsUpdateOptionalParams)

Mises à jour le groupe voisin.

function beginUpdateAndWait(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams): Promise<NeighborGroup>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

neighborGroupName

string

Nom du groupe voisin.

body
NeighborGroupPatch

Propriétés du groupe voisin à mettre à jour. Seules les annotations sont prises en charge.

options
NeighborGroupsUpdateOptionalParams

Paramètres d’options.

Retours

Promise<NeighborGroup>

get(string, string, NeighborGroupsGetOptionalParams)

Obtient le groupe voisin.

function get(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsGetOptionalParams): Promise<NeighborGroup>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

neighborGroupName

string

Nom du groupe voisin.

options
NeighborGroupsGetOptionalParams

Paramètres d’options.

Retours

Promise<NeighborGroup>

listByResourceGroup(string, NeighborGroupsListByResourceGroupOptionalParams)

Affiche la liste NeighborGroups par méthode GET du groupe de ressources.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
NeighborGroupsListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(NeighborGroupsListBySubscriptionOptionalParams)

Affiche la liste NeighborGroups par méthode GET d’abonnement.

function listBySubscription(options?: NeighborGroupsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NeighborGroup, NeighborGroup[], PageSettings>

Paramètres

options
NeighborGroupsListBySubscriptionOptionalParams

Paramètres d’options.

Retours