Partager via


IDomainsOperations Interface

Définition

DomainsOperations operations.

public interface IDomainsOperations
type IDomainsOperations = interface
Public Interface IDomainsOperations

Méthodes

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, DomainInner, Dictionary<String,List<String>>, CancellationToken)

Crée ou met à jour un domaine.

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

Vérifiez si un domaine est disponible pour l’inscription.

CreateOrUpdateOwnershipIdentifierWithHttpMessagesAsync(String, String, String, DomainOwnershipIdentifierInner, Dictionary<String, List<String>>, CancellationToken)

Crée un identificateur de propriété pour un domaine ou met à jour les détails de l’identificateur d’un identifer existant

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

Crée ou met à jour un domaine.

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

Supprimer l’identificateur de propriété pour le domaine

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

Supprimez un domaine.

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

Générez une demande d’authentification unique pour le portail de gestion de domaine.

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

Obtenir l’identificateur de propriété pour le domaine

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

Obtenir un domaine.

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

Obtenir tous les domaines d’un groupe de ressources.

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

Obtenir tous les domaines d’un groupe de ressources.

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

Obtenez tous les domaines d’un abonnement.

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

Répertorie les identificateurs de propriété de domaine.

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

Répertorie les identificateurs de propriété de domaine.

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

Obtenez des recommandations de nom de domaine basées sur des mots clés.

ListRecommendationsWithHttpMessagesAsync(DomainRecommendationSearchParameters, Dictionary<String,List<String>>, CancellationToken)

Obtenez des recommandations de nom de domaine basées sur des mots clés.

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

Obtenez tous les domaines d’un abonnement.

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

Renouveler un domaine.

UpdateOwnershipIdentifierWithHttpMessagesAsync(String, String, String, DomainOwnershipIdentifierInner, Dictionary<String,List<String>>, CancellationToken)

Crée un identificateur de propriété pour un domaine ou met à jour les détails de l’identificateur d’un identifer existant

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

Crée ou met à jour un domaine.

Méthodes d’extension

BeginCreateOrUpdateAsync(IDomainsOperations, String, String, DomainInner, CancellationToken)

Crée ou met à jour un domaine.

CheckAvailabilityAsync(IDomainsOperations, String, CancellationToken)

Vérifiez si un domaine est disponible pour l’inscription.

CreateOrUpdateAsync(IDomainsOperations, String, String, DomainInner, CancellationToken)

Crée ou met à jour un domaine.

CreateOrUpdateOwnershipIdentifierAsync(IDomainsOperations, String, String, String, DomainOwnershipIdentifierInner, CancellationToken)

Crée un identificateur de propriété pour un domaine ou met à jour les détails de l’identificateur d’un identifer existant

DeleteAsync(IDomainsOperations, String, String, Nullable<Boolean>, CancellationToken)

Supprimez un domaine.

DeleteOwnershipIdentifierAsync(IDomainsOperations, String, String, String, CancellationToken)

Supprimer l’identificateur de propriété pour le domaine

GetAsync(IDomainsOperations, String, String, CancellationToken)

Obtenir un domaine.

GetControlCenterSsoRequestAsync(IDomainsOperations, CancellationToken)

Générez une demande d’authentification unique pour le portail de gestion de domaine.

GetOwnershipIdentifierAsync(IDomainsOperations, String, String, String, CancellationToken)

Obtenir l’identificateur de propriété pour le domaine

ListAsync(IDomainsOperations, CancellationToken)

Obtenez tous les domaines d’un abonnement.

ListByResourceGroupAsync(IDomainsOperations, String, CancellationToken)

Obtenir tous les domaines d’un groupe de ressources.

ListByResourceGroupNextAsync(IDomainsOperations, String, CancellationToken)

Obtenir tous les domaines d’un groupe de ressources.

ListNextAsync(IDomainsOperations, String, CancellationToken)

Obtenez tous les domaines d’un abonnement.

ListOwnershipIdentifiersAsync(IDomainsOperations, String, String, CancellationToken)

Répertorie les identificateurs de propriété de domaine.

ListOwnershipIdentifiersNextAsync(IDomainsOperations, String, CancellationToken)

Répertorie les identificateurs de propriété de domaine.

ListRecommendationsAsync(IDomainsOperations, DomainRecommendationSearchParameters, CancellationToken)

Obtenez des recommandations de nom de domaine basées sur des mots clés.

ListRecommendationsNextAsync(IDomainsOperations, String, CancellationToken)

Obtenez des recommandations de nom de domaine basées sur des mots clés.

RenewAsync(IDomainsOperations, String, String, CancellationToken)

Renouveler un domaine.

UpdateAsync(IDomainsOperations, String, String, DomainPatchResource, CancellationToken)

Crée ou met à jour un domaine.

UpdateOwnershipIdentifierAsync(IDomainsOperations, String, String, String, DomainOwnershipIdentifierInner, CancellationToken)

Crée un identificateur de propriété pour un domaine ou met à jour les détails de l’identificateur d’un identifer existant

S’applique à