Compartilhar via


NetworkProfiles interface

Interface que representa um NetworkProfiles.

Métodos

beginDelete(string, string, NetworkProfilesDeleteOptionalParams)

Exclui o perfil de rede especificado.

beginDeleteAndWait(string, string, NetworkProfilesDeleteOptionalParams)

Exclui o perfil de rede especificado.

createOrUpdate(string, string, NetworkProfile, NetworkProfilesCreateOrUpdateOptionalParams)

Cria ou atualiza um perfil de rede.

get(string, string, NetworkProfilesGetOptionalParams)

Obtém o perfil de rede especificado em um grupo de recursos especificado.

list(string, NetworkProfilesListOptionalParams)

Obtém todos os perfis de rede em um grupo de recursos.

listAll(NetworkProfilesListAllOptionalParams)

Obtém todos os perfis de rede em uma assinatura.

updateTags(string, string, TagsObject, NetworkProfilesUpdateTagsOptionalParams)

Atualiza marcas de perfil de rede.

Detalhes do método

beginDelete(string, string, NetworkProfilesDeleteOptionalParams)

Exclui o perfil de rede especificado.

function beginDelete(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkProfileName

string

O nome do NetworkProfile.

options
NetworkProfilesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, NetworkProfilesDeleteOptionalParams)

Exclui o perfil de rede especificado.

function beginDeleteAndWait(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkProfileName

string

O nome do NetworkProfile.

options
NetworkProfilesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

createOrUpdate(string, string, NetworkProfile, NetworkProfilesCreateOrUpdateOptionalParams)

Cria ou atualiza um perfil de rede.

function createOrUpdate(resourceGroupName: string, networkProfileName: string, parameters: NetworkProfile, options?: NetworkProfilesCreateOrUpdateOptionalParams): Promise<NetworkProfile>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkProfileName

string

O nome do perfil de rede.

parameters
NetworkProfile

Parâmetros fornecidos para a operação criar ou atualizar o perfil de rede.

options
NetworkProfilesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<NetworkProfile>

get(string, string, NetworkProfilesGetOptionalParams)

Obtém o perfil de rede especificado em um grupo de recursos especificado.

function get(resourceGroupName: string, networkProfileName: string, options?: NetworkProfilesGetOptionalParams): Promise<NetworkProfile>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkProfileName

string

O nome do prefixo IP público.

options
NetworkProfilesGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<NetworkProfile>

list(string, NetworkProfilesListOptionalParams)

Obtém todos os perfis de rede em um grupo de recursos.

function list(resourceGroupName: string, options?: NetworkProfilesListOptionalParams): PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

options
NetworkProfilesListOptionalParams

Os parâmetros de opções.

Retornos

listAll(NetworkProfilesListAllOptionalParams)

Obtém todos os perfis de rede em uma assinatura.

function listAll(options?: NetworkProfilesListAllOptionalParams): PagedAsyncIterableIterator<NetworkProfile, NetworkProfile[], PageSettings>

Parâmetros

options
NetworkProfilesListAllOptionalParams

Os parâmetros de opções.

Retornos

updateTags(string, string, TagsObject, NetworkProfilesUpdateTagsOptionalParams)

Atualiza marcas de perfil de rede.

function updateTags(resourceGroupName: string, networkProfileName: string, parameters: TagsObject, options?: NetworkProfilesUpdateTagsOptionalParams): Promise<NetworkProfile>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

networkProfileName

string

O nome do perfil de rede.

parameters
TagsObject

Parâmetros fornecidos para atualizar marcas de perfil de rede.

options
NetworkProfilesUpdateTagsOptionalParams

Os parâmetros de opções.

Retornos

Promise<NetworkProfile>