Partager via


IProfilesOperations Interface

Définition

ProfilsOpérations.

public interface IProfilesOperations
type IProfilesOperations = interface
Public Interface IProfilesOperations

Méthodes

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

Vérifier la disponibilité d’un nom DNS relatif dans Traffic Manager.

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

Créez ou mettez à jour un profil Traffic Manager.

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

Supprime un profil Traffic Manager.

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

Obtient un profil Traffic Manager.

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

Répertorie tous les profils Traffic Manager au sein d’un groupe de ressources.

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

Répertorie tous les profils Traffic Manager au sein d’un abonnement.

UpdateWithHttpMessagesAsync(String, String, ProfileInner, Dictionary<String,List<String>>, CancellationToken)

Mettre à jour un profil Traffic Manager.

Méthodes d’extension

CheckTrafficManagerRelativeDnsNameAvailabilityAsync(IProfilesOperations, String, String, CancellationToken)

Vérifier la disponibilité d’un nom DNS relatif dans Traffic Manager.

CreateOrUpdateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken)

Créez ou mettez à jour un profil Traffic Manager.

DeleteAsync(IProfilesOperations, String, String, CancellationToken)

Supprime un profil Traffic Manager.

GetAsync(IProfilesOperations, String, String, CancellationToken)

Obtient un profil Traffic Manager.

ListByResourceGroupAsync(IProfilesOperations, String, CancellationToken)

Répertorie tous les profils Traffic Manager au sein d’un groupe de ressources.

ListBySubscriptionAsync(IProfilesOperations, CancellationToken)

Répertorie tous les profils Traffic Manager au sein d’un abonnement.

UpdateAsync(IProfilesOperations, String, String, ProfileInner, CancellationToken)

Mettre à jour un profil Traffic Manager.

S’applique à