NeighborGroupsOperations interface
Interface representando uma operação NeighborGroups.
Propriedades
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | Implementa o método PUT do Grupo vizinho. |
| delete | Implementa o método DELETE do grupo vizinho. |
| get | Obtém o grupo vizinho. |
| list |
Exibe a lista dos Grupos de Vizinhanças por método GET do grupo de recursos. |
| list |
Exibe a lista dos Grupos de Vizinhanças pelo método GET por assinatura. |
| resync | Resincronize o Grupo de Vizinhos após uma alteração de configuração. |
| 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>
beginResync
Aviso
Essa API foi preterida.
use resync instead
beginResync: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>>
Valor da propriedade
(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<SimplePollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>>
beginResyncAndWait
Aviso
Essa API foi preterida.
use resync instead
beginResyncAndWait: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<NeighborGroupResyncResponse>
Valor da propriedade
(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => Promise<NeighborGroupResyncResponse>
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
Implementa o método DELETE do grupo vizinho.
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>
resync
Resincronize o Grupo de Vizinhos após uma alteração de configuração.
resync: (resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => PollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>
Valor da propriedade
(resourceGroupName: string, neighborGroupName: string, options?: NeighborGroupsResyncOptionalParams) => PollerLike<OperationState<NeighborGroupResyncResponse>, NeighborGroupResyncResponse>
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>