InterconnectBlocksOperations interface

Interface representando uma operação InterconnectBlocks.

Propriedades

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Cria ou atualiza um Bloco de Interligação. Ao atualizar um Bloco de Interligação, apenas as etiquetas e o sku.capacity podem ser modificados.

delete

Elimina um bloco de interligação. A operação só é permitida quando não existem máquinas virtuais ou instâncias VMSS VM associadas ao Bloco de Interconexão.

get

Recupera informações sobre um Bloco de Interligação.

listByResourceGroup

Lista todos os Blocos de Interligação no grupo de recursos especificado. Use a propriedade nextLink na resposta para obter a página seguinte de Interconnect Blocks.

listBySubscription

Lista todos os Blocos de Interligação na subscrição. Use a propriedade nextLink na resposta para obter a página seguinte de Interconnect Blocks.

update

Atualiza um bloco de interligação. Ao atualizar um Bloco de Interligação, apenas as etiquetas e o sku.capacity podem ser modificados.

Detalhes de Propriedade

beginCreateOrUpdate

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>

beginCreateOrUpdateAndWait

Aviso

Esta API foi preterida.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<InterconnectBlock>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => Promise<InterconnectBlock>

beginDelete

Aviso

Esta API foi preterida.

use delete instead

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

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<void>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => Promise<void>

beginUpdate

Aviso

Esta API foi preterida.

use update instead

beginUpdate: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InterconnectBlock>, InterconnectBlock>>

beginUpdateAndWait

Aviso

Esta API foi preterida.

use update instead

beginUpdateAndWait: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<InterconnectBlock>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => Promise<InterconnectBlock>

createOrUpdate

Cria ou atualiza um Bloco de Interligação. Ao atualizar um Bloco de Interligação, apenas as etiquetas e o sku.capacity podem ser modificados.

createOrUpdate: (resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, resource: InterconnectBlock, options?: InterconnectBlocksCreateOrUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>

delete

Elimina um bloco de interligação. A operação só é permitida quando não existem máquinas virtuais ou instâncias VMSS VM associadas ao Bloco de Interconexão.

delete: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Recupera informações sobre um Bloco de Interligação.

get: (resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksGetOptionalParams) => Promise<InterconnectBlock>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, options?: InterconnectBlocksGetOptionalParams) => Promise<InterconnectBlock>

listByResourceGroup

Lista todos os Blocos de Interligação no grupo de recursos especificado. Use a propriedade nextLink na resposta para obter a página seguinte de Interconnect Blocks.

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

Valor de Propriedade

(resourceGroupName: string, options?: InterconnectBlocksListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>

listBySubscription

Lista todos os Blocos de Interligação na subscrição. Use a propriedade nextLink na resposta para obter a página seguinte de Interconnect Blocks.

listBySubscription: (options?: InterconnectBlocksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>

Valor de Propriedade

(options?: InterconnectBlocksListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<InterconnectBlock, InterconnectBlock[], PageSettings>

update

Atualiza um bloco de interligação. Ao atualizar um Bloco de Interligação, apenas as etiquetas e o sku.capacity podem ser modificados.

update: (resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>

Valor de Propriedade

(resourceGroupName: string, interconnectBlockName: string, properties: InterconnectBlockUpdate, options?: InterconnectBlocksUpdateOptionalParams) => PollerLike<OperationState<InterconnectBlock>, InterconnectBlock>