Partilhar 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 as tags de perfil de rede.

Detalhes de 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.

Devoluções

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.

Devoluções

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 de criação ou atualização de perfil de rede.

options
NetworkProfilesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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.

Devoluções

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.

Devoluções

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.

Devoluções

updateTags(string, string, TagsObject, NetworkProfilesUpdateTagsOptionalParams)

Atualiza as tags 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 tags de perfil de rede.

options
NetworkProfilesUpdateTagsOptionalParams

Os parâmetros de opções.

Devoluções

Promise<NetworkProfile>