IDomainsOperations Interface

Definition

DomainsOperations operations.

public interface IDomainsOperations
type IDomainsOperations = interface
Public Interface IDomainsOperations

Methods

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

Creates or updates a domain.

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

Check if a domain is available for registration.

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

Creates an ownership identifier for a domain or updates identifier details for an existing identifer

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

Creates or updates a domain.

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

Delete ownership identifier for domain

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

Delete a domain.

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

Generate a single sign-on request for the domain management portal.

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

Get ownership identifier for domain

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

Get a domain.

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

Get all domains in a resource group.

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

Get all domains in a resource group.

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

Get all domains in a subscription.

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

Lists domain ownership identifiers.

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

Lists domain ownership identifiers.

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

Get domain name recommendations based on keywords.

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

Get domain name recommendations based on keywords.

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

Get all domains in a subscription.

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

Renew a domain.

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

Creates an ownership identifier for a domain or updates identifier details for an existing identifer

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

Creates or updates a domain.

Extension Methods

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

Creates or updates a domain.

CheckAvailabilityAsync(IDomainsOperations, String, CancellationToken)

Check if a domain is available for registration.

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

Creates or updates a domain.

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

Creates an ownership identifier for a domain or updates identifier details for an existing identifer

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

Delete a domain.

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

Delete ownership identifier for domain

GetAsync(IDomainsOperations, String, String, CancellationToken)

Get a domain.

GetControlCenterSsoRequestAsync(IDomainsOperations, CancellationToken)

Generate a single sign-on request for the domain management portal.

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

Get ownership identifier for domain

ListAsync(IDomainsOperations, CancellationToken)

Get all domains in a subscription.

ListByResourceGroupAsync(IDomainsOperations, String, CancellationToken)

Get all domains in a resource group.

ListByResourceGroupNextAsync(IDomainsOperations, String, CancellationToken)

Get all domains in a resource group.

ListNextAsync(IDomainsOperations, String, CancellationToken)

Get all domains in a subscription.

ListOwnershipIdentifiersAsync(IDomainsOperations, String, String, CancellationToken)

Lists domain ownership identifiers.

ListOwnershipIdentifiersNextAsync(IDomainsOperations, String, CancellationToken)

Lists domain ownership identifiers.

ListRecommendationsAsync(IDomainsOperations, DomainRecommendationSearchParameters, CancellationToken)

Get domain name recommendations based on keywords.

ListRecommendationsNextAsync(IDomainsOperations, String, CancellationToken)

Get domain name recommendations based on keywords.

RenewAsync(IDomainsOperations, String, String, CancellationToken)

Renew a domain.

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

Creates or updates a domain.

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

Creates an ownership identifier for a domain or updates identifier details for an existing identifer

Applies to