NetworkGroupsOperations interface

Interface representando uma operação NetworkGroups.

Propriedades

beginDelete
beginDeleteAndWait
createOrUpdate

Cria ou atualiza um grupo de rede.

delete

Exclui um grupo de rede.

get

Obtém o grupo de rede especificado.

list

Lista o grupo de rede especificado.

Detalhes de Propriedade

beginDelete

Aviso

Esta API foi preterida.

use delete instead

beginDelete: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valor de Propriedade

(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Aviso

Esta API foi preterida.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<void>

Valor de Propriedade

(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => Promise<void>

createOrUpdate

Cria ou atualiza um grupo de rede.

createOrUpdate: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, parameters: NetworkGroup, options?: NetworkGroupsCreateOrUpdateOptionalParams) => Promise<NetworkGroup>

Valor de Propriedade

(resourceGroupName: string, networkManagerName: string, networkGroupName: string, parameters: NetworkGroup, options?: NetworkGroupsCreateOrUpdateOptionalParams) => Promise<NetworkGroup>

delete

Exclui um grupo de rede.

delete: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de Propriedade

(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtém o grupo de rede especificado.

get: (resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsGetOptionalParams) => Promise<NetworkGroup>

Valor de Propriedade

(resourceGroupName: string, networkManagerName: string, networkGroupName: string, options?: NetworkGroupsGetOptionalParams) => Promise<NetworkGroup>

list

Lista o grupo de rede especificado.

list: (resourceGroupName: string, networkManagerName: string, options?: NetworkGroupsListOptionalParams) => PagedAsyncIterableIterator<NetworkGroup, NetworkGroup[], PageSettings>

Valor de Propriedade

(resourceGroupName: string, networkManagerName: string, options?: NetworkGroupsListOptionalParams) => PagedAsyncIterableIterator<NetworkGroup, NetworkGroup[], PageSettings>