NeighborGroupsOperations interface

Interfaccia che rappresenta un'operazione di NeighborGroups.

Proprietà

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginResync
beginResyncAndWait
beginUpdate
beginUpdateAndWait
create

Implementa il metodo PUT del gruppo Neighbor.

delete

Implementa il metodo NEIGHBOR Group DELETE.

get

Ottiene il gruppo adiacente.

listByResourceGroup

Visualizza i NeighborGroups elencando per metodo GET del gruppo di risorse.

listBySubscription

Visualizza la lista dei NeighborGroups tramite il metodo GET in abbonamento.

resync

Resincronizza il gruppo di vicini dopo una modifica di configurazione.

update

Aggiorna il gruppo di vicini.

Dettagli proprietà

beginCreate

Avviso

Questa API è ora deprecata.

use create instead

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

Valore della proprietà

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

beginCreateAndWait

Avviso

Questa API è ora deprecata.

use create instead

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

Valore della proprietà

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

beginDelete

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginDeleteAndWait

Avviso

Questa API è ora deprecata.

use delete instead

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

Valore della proprietà

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

beginResync

Avviso

Questa API è ora deprecata.

use resync instead

beginResync: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>>

Valore della proprietà

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>>

beginResyncAndWait

Avviso

Questa API è ora deprecata.

use resync instead

beginResyncAndWait: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<NeighborGroupResyncResponse>

Valore della proprietà

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<NeighborGroupResyncResponse>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

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

Valore della proprietà

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

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

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

Valore della proprietà

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

create

Implementa il metodo PUT del gruppo Neighbor.

create: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>

Valore della proprietà

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroup, options?: NeighborGroupsCreateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>

delete

Implementa il metodo NEIGHBOR Group DELETE.

delete: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Ottiene il gruppo adiacente.

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

Valore della proprietà

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

listByResourceGroup

Visualizza i NeighborGroups elencando per metodo GET del gruppo di risorse.

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

Valore della proprietà

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

listBySubscription

Visualizza la lista dei NeighborGroups tramite il metodo GET in abbonamento.

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

Valore della proprietà

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

resync

Resincronizza il gruppo di vicini dopo una modifica di configurazione.

resync: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => PollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>

Valore della proprietà

(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => PollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>

update

Aggiorna il gruppo di vicini.

update: (resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>

Valore della proprietà

(resourceGroupName: string, neighborGroupName: string, body: NeighborGroupPatch, options?: NeighborGroupsUpdateOptionalParams) => PollerLike<OperationState<NeighborGroup>, NeighborGroup>