Compartilhar via


INetworkProfilesOperations Interface

Definição

Operações NetworkProfilesOperations.

public interface INetworkProfilesOperations
type INetworkProfilesOperations = interface
Public Interface INetworkProfilesOperations

Métodos

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui o perfil de rede especificado.

CreateOrUpdateWithHttpMessagesAsync(String, String, NetworkProfile, Dictionary<String,List<String>>, CancellationToken)

Cria ou atualiza um perfil de rede.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui o perfil de rede especificado.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Atualizações marcas de perfil de rede.

Métodos de Extensão

BeginDelete(INetworkProfilesOperations, String, String)

Exclui o perfil de rede especificado.

BeginDeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Exclui o perfil de rede especificado.

CreateOrUpdate(INetworkProfilesOperations, String, String, NetworkProfile)

Cria ou atualiza um perfil de rede.

CreateOrUpdateAsync(INetworkProfilesOperations, String, String, NetworkProfile, CancellationToken)

Cria ou atualiza um perfil de rede.

Delete(INetworkProfilesOperations, String, String)

Exclui o perfil de rede especificado.

DeleteAsync(INetworkProfilesOperations, String, String, CancellationToken)

Exclui o perfil de rede especificado.

Get(INetworkProfilesOperations, String, String, String)

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

GetAsync(INetworkProfilesOperations, String, String, String, CancellationToken)

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

List(INetworkProfilesOperations, String)

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

ListAll(INetworkProfilesOperations)

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

ListAllAsync(INetworkProfilesOperations, CancellationToken)

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

ListAllNext(INetworkProfilesOperations, String)

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

ListAllNextAsync(INetworkProfilesOperations, String, CancellationToken)

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

ListAsync(INetworkProfilesOperations, String, CancellationToken)

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

ListNext(INetworkProfilesOperations, String)

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

ListNextAsync(INetworkProfilesOperations, String, CancellationToken)

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

UpdateTags(INetworkProfilesOperations, String, String, TagsObject)

Atualizações marcas de perfil de rede.

UpdateTagsAsync(INetworkProfilesOperations, String, String, TagsObject, CancellationToken)

Atualizações marcas de perfil de rede.

Aplica-se a