NeighborGroupsOperations interface

Interface representando uma operação NeighborGroups.

Propriedades

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Implementa o método PUT do Grupo vizinho.

delete
get

Obtém o grupo vizinho.

listByResourceGroup

Exibe a lista dos Grupos de Vizinhanças por método GET do grupo de recursos.

listBySubscription

Exibe a lista dos Grupos de Vizinhanças pelo método GET por assinatura.

update

Atualiza o grupo de vizinhos.

Detalhes da propriedade

beginCreate

Aviso

Essa API foi preterida.

use create instead

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

Valor da propriedade

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

beginCreateAndWait

Aviso

Essa API foi preterida.

use create instead

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

Valor da propriedade

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

beginDelete

Aviso

Essa API foi preterida.

use delete instead

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

Valor da propriedade

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

beginDeleteAndWait

Aviso

Essa API foi preterida.

use delete instead

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

Valor da propriedade

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

beginUpdate

Aviso

Essa API foi preterida.

use update instead

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

Valor da propriedade

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

beginUpdateAndWait

Aviso

Essa API foi preterida.

use update instead

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

Valor da propriedade

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

create

Implementa o método PUT do Grupo vizinho.

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

Valor da propriedade

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

delete

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

Valor da propriedade

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

get

Obtém o grupo vizinho.

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

Valor da propriedade

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

listByResourceGroup

Exibe a lista dos Grupos de Vizinhanças por método GET do grupo de recursos.

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

Valor da propriedade

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

listBySubscription

Exibe a lista dos Grupos de Vizinhanças pelo método GET por assinatura.

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

Valor da propriedade

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

update

Atualiza o grupo de vizinhos.

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

Valor da propriedade

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