IProfilesOperations Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Operações ProfilesOperations.
public interface IProfilesOperations
type IProfilesOperations = interface
Public Interface IProfilesOperations
Métodos
Métodos de Extensão
CheckTrafficManagerRelativeDnsNameAvailabilityAsync(IProfilesOperations, String, String, CancellationToken) |
Verificar a disponibilidade de um nome DNS relativo do Gerenciador de Tráfego. |
CreateOrUpdateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken) |
Criar ou atualizar um perfil do Gerenciador de Tráfego. |
DeleteAsync(IProfilesOperations, String, String, CancellationToken) |
Exclui um perfil do Gerenciador de Tráfego. |
GetAsync(IProfilesOperations, String, String, CancellationToken) |
Obtém um perfil do Gerenciador de Tráfego. |
ListByResourceGroupAsync(IProfilesOperations, String, CancellationToken) |
Lista todos os perfis do Gerenciador de Tráfego em um grupo de recursos. |
ListBySubscriptionAsync(IProfilesOperations, CancellationToken) |
Lista todos os perfis do Gerenciador de Tráfego em uma assinatura. |
UpdateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken) |
Atualizar um perfil do Gerenciador de Tráfego. |
Aplica-se a
Azure SDK for .NET