NetworkPacketBrokersOperations interface

Interface representando operações de NetworkPacketBrokers.

Propriedades

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
create

Cria um Broker de Pacotes de Rede.

delete

Exclui o Broker de Pacotes de Rede.

get

Recupera detalhes deste Agente de Pacotes de Rede.

listByResourceGroup

Exibe a lista dos NetworkPacketBrokers por grupo de recursos do método GET.

listBySubscription

Exibe a lista dos Corretores de Pacotes de Rede pelo método GET por assinatura.

update

API para atualizar certas propriedades do recurso Network Packet Broker.

Detalhes da propriedade

beginCreate

Aviso

Essa API foi preterida.

use create instead

beginCreate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

beginCreateAndWait

Aviso

Essa API foi preterida.

use create instead

beginCreateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => Promise<NetworkPacketBroker>

beginDelete

Aviso

Essa API foi preterida.

use delete instead

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

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Essa API foi preterida.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => Promise<void>

beginUpdate

Aviso

Essa API foi preterida.

use update instead

beginUpdate: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>>

beginUpdateAndWait

Aviso

Essa API foi preterida.

use update instead

beginUpdateAndWait: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => Promise<NetworkPacketBroker>

create

Cria um Broker de Pacotes de Rede.

create: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBroker, options?: NetworkPacketBrokersCreateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>

delete

Exclui o Broker de Pacotes de Rede.

delete: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Recupera detalhes deste Agente de Pacotes de Rede.

get: (resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, options?: NetworkPacketBrokersGetOptionalParams) => Promise<NetworkPacketBroker>

listByResourceGroup

Exibe a lista dos NetworkPacketBrokers por grupo de recursos do método GET.

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

Valor da propriedade

(resourceGroupName: string, options?: NetworkPacketBrokersListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>

listBySubscription

Exibe a lista dos Corretores de Pacotes de Rede pelo método GET por assinatura.

listBySubscription: (options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>

Valor da propriedade

(options?: NetworkPacketBrokersListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<NetworkPacketBroker, NetworkPacketBroker[], PageSettings>

update

API para atualizar certas propriedades do recurso Network Packet Broker.

update: (resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>

Valor da propriedade

(resourceGroupName: string, networkPacketBrokerName: string, body: NetworkPacketBrokerPatch, options?: NetworkPacketBrokersUpdateOptionalParams) => PollerLike<OperationState<NetworkPacketBroker>, NetworkPacketBroker>