public interface DomainsClient extends InnerSupportsGet<DomainInner>, InnerSupportsListing<DomainInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> |
beginCreateOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> |
beginCreateOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain,
com.azure.core.util.Context context)
Description for Creates or updates a domain.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
DomainAvailabilityCheckResultInner |
checkAvailability(NameIdentifierInner identifier)
Description for Check if a domain is available for registration.
|
Mono<DomainAvailabilityCheckResultInner> |
checkAvailabilityAsync(NameIdentifierInner identifier)
Description for Check if a domain is available for registration.
|
com.azure.core.http.rest.Response<DomainAvailabilityCheckResultInner> |
checkAvailabilityWithResponse(NameIdentifierInner identifier,
com.azure.core.util.Context context)
Description for Check if a domain is available for registration.
|
Mono<com.azure.core.http.rest.Response<DomainAvailabilityCheckResultInner>> |
checkAvailabilityWithResponseAsync(NameIdentifierInner identifier)
Description for Check if a domain is available for registration.
|
DomainInner |
createOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
DomainInner |
createOrUpdate(String resourceGroupName,
String domainName,
DomainInner domain,
com.azure.core.util.Context context)
Description for Creates or updates a domain.
|
Mono<DomainInner> |
createOrUpdateAsync(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
DomainOwnershipIdentifierInner |
createOrUpdateOwnershipIdentifier(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
Mono<DomainOwnershipIdentifierInner> |
createOrUpdateOwnershipIdentifierAsync(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner> |
createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier,
com.azure.core.util.Context context)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>> |
createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String domainName,
DomainInner domain)
Description for Creates or updates a domain.
|
void |
delete(String resourceGroupName,
String domainName)
Description for Delete a domain.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String domainName)
Description for Delete a domain.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String domainName,
Boolean forceHardDeleteDomain)
Description for Delete a domain.
|
void |
deleteOwnershipIdentifier(String resourceGroupName,
String domainName,
String name)
Description for Delete ownership identifier for domain.
|
Mono<Void> |
deleteOwnershipIdentifierAsync(String resourceGroupName,
String domainName,
String name)
Description for Delete ownership identifier for domain.
|
com.azure.core.http.rest.Response<Void> |
deleteOwnershipIdentifierWithResponse(String resourceGroupName,
String domainName,
String name,
com.azure.core.util.Context context)
Description for Delete ownership identifier for domain.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String domainName,
String name)
Description for Delete ownership identifier for domain.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String domainName,
Boolean forceHardDeleteDomain,
com.azure.core.util.Context context)
Description for Delete a domain.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String domainName,
Boolean forceHardDeleteDomain)
Description for Delete a domain.
|
DomainInner |
getByResourceGroup(String resourceGroupName,
String domainName)
Description for Get a domain.
|
Mono<DomainInner> |
getByResourceGroupAsync(String resourceGroupName,
String domainName)
Description for Get a domain.
|
com.azure.core.http.rest.Response<DomainInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String domainName,
com.azure.core.util.Context context)
Description for Get a domain.
|
Mono<com.azure.core.http.rest.Response<DomainInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String domainName)
Description for Get a domain.
|
DomainControlCenterSsoRequestInner |
getControlCenterSsoRequest()
Description for Generate a single sign-on request for the domain management portal.
|
Mono<DomainControlCenterSsoRequestInner> |
getControlCenterSsoRequestAsync()
Description for Generate a single sign-on request for the domain management portal.
|
com.azure.core.http.rest.Response<DomainControlCenterSsoRequestInner> |
getControlCenterSsoRequestWithResponse(com.azure.core.util.Context context)
Description for Generate a single sign-on request for the domain management portal.
|
Mono<com.azure.core.http.rest.Response<DomainControlCenterSsoRequestInner>> |
getControlCenterSsoRequestWithResponseAsync()
Description for Generate a single sign-on request for the domain management portal.
|
DomainOwnershipIdentifierInner |
getOwnershipIdentifier(String resourceGroupName,
String domainName,
String name)
Description for Get ownership identifier for domain.
|
Mono<DomainOwnershipIdentifierInner> |
getOwnershipIdentifierAsync(String resourceGroupName,
String domainName,
String name)
Description for Get ownership identifier for domain.
|
com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner> |
getOwnershipIdentifierWithResponse(String resourceGroupName,
String domainName,
String name,
com.azure.core.util.Context context)
Description for Get ownership identifier for domain.
|
Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>> |
getOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String domainName,
String name)
Description for Get ownership identifier for domain.
|
com.azure.core.http.rest.PagedIterable<DomainInner> |
list()
Description for Get all domains in a subscription.
|
com.azure.core.http.rest.PagedIterable<DomainInner> |
list(com.azure.core.util.Context context)
Description for Get all domains in a subscription.
|
com.azure.core.http.rest.PagedFlux<DomainInner> |
listAsync()
Description for Get all domains in a subscription.
|
com.azure.core.http.rest.PagedIterable<DomainInner> |
listByResourceGroup(String resourceGroupName)
Description for Get all domains in a resource group.
|
com.azure.core.http.rest.PagedIterable<DomainInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Description for Get all domains in a resource group.
|
com.azure.core.http.rest.PagedFlux<DomainInner> |
listByResourceGroupAsync(String resourceGroupName)
Description for Get all domains in a resource group.
|
com.azure.core.http.rest.PagedIterable<DomainOwnershipIdentifierInner> |
listOwnershipIdentifiers(String resourceGroupName,
String domainName)
Description for Lists domain ownership identifiers.
|
com.azure.core.http.rest.PagedIterable<DomainOwnershipIdentifierInner> |
listOwnershipIdentifiers(String resourceGroupName,
String domainName,
com.azure.core.util.Context context)
Description for Lists domain ownership identifiers.
|
com.azure.core.http.rest.PagedFlux<DomainOwnershipIdentifierInner> |
listOwnershipIdentifiersAsync(String resourceGroupName,
String domainName)
Description for Lists domain ownership identifiers.
|
com.azure.core.http.rest.PagedIterable<NameIdentifierInner> |
listRecommendations(DomainRecommendationSearchParameters parameters)
Description for Get domain name recommendations based on keywords.
|
com.azure.core.http.rest.PagedIterable<NameIdentifierInner> |
listRecommendations(DomainRecommendationSearchParameters parameters,
com.azure.core.util.Context context)
Description for Get domain name recommendations based on keywords.
|
com.azure.core.http.rest.PagedFlux<NameIdentifierInner> |
listRecommendationsAsync(DomainRecommendationSearchParameters parameters)
Description for Get domain name recommendations based on keywords.
|
void |
renew(String resourceGroupName,
String domainName)
Description for Renew a domain.
|
Mono<Void> |
renewAsync(String resourceGroupName,
String domainName)
Description for Renew a domain.
|
com.azure.core.http.rest.Response<Void> |
renewWithResponse(String resourceGroupName,
String domainName,
com.azure.core.util.Context context)
Description for Renew a domain.
|
Mono<com.azure.core.http.rest.Response<Void>> |
renewWithResponseAsync(String resourceGroupName,
String domainName)
Description for Renew a domain.
|
DomainInner |
update(String resourceGroupName,
String domainName,
DomainPatchResource domain)
Description for Creates or updates a domain.
|
Mono<DomainInner> |
updateAsync(String resourceGroupName,
String domainName,
DomainPatchResource domain)
Description for Creates or updates a domain.
|
DomainOwnershipIdentifierInner |
updateOwnershipIdentifier(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
Mono<DomainOwnershipIdentifierInner> |
updateOwnershipIdentifierAsync(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner> |
updateOwnershipIdentifierWithResponse(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier,
com.azure.core.util.Context context)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>> |
updateOwnershipIdentifierWithResponseAsync(String resourceGroupName,
String domainName,
String name,
DomainOwnershipIdentifierInner domainOwnershipIdentifier)
Description for Creates an ownership identifier for a domain or updates identifier details for an existing
identifier.
|
com.azure.core.http.rest.Response<DomainInner> |
updateWithResponse(String resourceGroupName,
String domainName,
DomainPatchResource domain,
com.azure.core.util.Context context)
Description for Creates or updates a domain.
|
Mono<com.azure.core.http.rest.Response<DomainInner>> |
updateWithResponseAsync(String resourceGroupName,
String domainName,
DomainPatchResource domain)
Description for Creates or updates a domain.
|
Mono<com.azure.core.http.rest.Response<DomainAvailabilityCheckResultInner>> checkAvailabilityWithResponseAsync(NameIdentifierInner identifier)
identifier - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainAvailabilityCheckResultInner> checkAvailabilityAsync(NameIdentifierInner identifier)
identifier - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainAvailabilityCheckResultInner checkAvailability(NameIdentifierInner identifier)
identifier - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DomainAvailabilityCheckResultInner> checkAvailabilityWithResponse(NameIdentifierInner identifier, com.azure.core.util.Context context)
identifier - Name of the domain.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DomainInner> listAsync()
listAsync in interface InnerSupportsListing<DomainInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DomainInner> list()
list in interface InnerSupportsListing<DomainInner>DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DomainInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DomainControlCenterSsoRequestInner>> getControlCenterSsoRequestWithResponseAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainControlCenterSsoRequestInner> getControlCenterSsoRequestAsync()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainControlCenterSsoRequestInner getControlCenterSsoRequest()
DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DomainControlCenterSsoRequestInner> getControlCenterSsoRequestWithResponse(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<NameIdentifierInner> listRecommendationsAsync(DomainRecommendationSearchParameters parameters)
parameters - Search parameters for domain name recommendations.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NameIdentifierInner> listRecommendations(DomainRecommendationSearchParameters parameters)
parameters - Search parameters for domain name recommendations.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<NameIdentifierInner> listRecommendations(DomainRecommendationSearchParameters parameters, com.azure.core.util.Context context)
parameters - Search parameters for domain name recommendations.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DomainInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<DomainInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DomainInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<DomainInner>resourceGroupName - Name of the resource group to which the resource belongs.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DomainInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DomainInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String domainName)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainInner> getByResourceGroupAsync(String resourceGroupName, String domainName)
getByResourceGroupAsync in interface InnerSupportsGet<DomainInner>resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainInner getByResourceGroup(String resourceGroupName, String domainName)
getByResourceGroup in interface InnerSupportsGet<DomainInner>resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DomainInner> getByResourceGroupWithResponse(String resourceGroupName, String domainName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String domainName, DomainInner domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> beginCreateOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DomainInner>,DomainInner> beginCreateOrUpdate(String resourceGroupName, String domainName, DomainInner domain, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainInner> createOrUpdateAsync(String resourceGroupName, String domainName, DomainInner domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainInner createOrUpdate(String resourceGroupName, String domainName, DomainInner domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainInner createOrUpdate(String resourceGroupName, String domainName, DomainInner domain, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.forceHardDeleteDomain - Specify <code>true</code> to delete the domain immediately. The default
is <code>false</code> which deletes the domain after 24 hours.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.forceHardDeleteDomain - Specify <code>true</code> to delete the domain immediately. The default
is <code>false</code> which deletes the domain after 24 hours.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String domainName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String domainName)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String domainName, Boolean forceHardDeleteDomain, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.forceHardDeleteDomain - Specify <code>true</code> to delete the domain immediately. The default
is <code>false</code> which deletes the domain after 24 hours.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DomainInner>> updateWithResponseAsync(String resourceGroupName, String domainName, DomainPatchResource domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainInner> updateAsync(String resourceGroupName, String domainName, DomainPatchResource domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainInner update(String resourceGroupName, String domainName, DomainPatchResource domain)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DomainInner> updateWithResponse(String resourceGroupName, String domainName, DomainPatchResource domain, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.domain - Domain registration information.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DomainOwnershipIdentifierInner> listOwnershipIdentifiersAsync(String resourceGroupName, String domainName)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DomainOwnershipIdentifierInner> listOwnershipIdentifiers(String resourceGroupName, String domainName)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DomainOwnershipIdentifierInner> listOwnershipIdentifiers(String resourceGroupName, String domainName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>> getOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainOwnershipIdentifierInner> getOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainOwnershipIdentifierInner getOwnershipIdentifier(String resourceGroupName, String domainName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner> getOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>> createOrUpdateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainOwnershipIdentifierInner createOrUpdateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner> createOrUpdateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteOwnershipIdentifier(String resourceGroupName, String domainName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner>> updateOwnershipIdentifierWithResponseAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DomainOwnershipIdentifierInner> updateOwnershipIdentifierAsync(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DomainOwnershipIdentifierInner updateOwnershipIdentifier(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DomainOwnershipIdentifierInner> updateOwnershipIdentifierWithResponse(String resourceGroupName, String domainName, String name, DomainOwnershipIdentifierInner domainOwnershipIdentifier, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of domain.name - Name of identifier.domainOwnershipIdentifier - A JSON representation of the domain ownership properties.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> renewWithResponseAsync(String resourceGroupName, String domainName)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> renewAsync(String resourceGroupName, String domainName)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void renew(String resourceGroupName, String domainName)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> renewWithResponse(String resourceGroupName, String domainName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.domainName - Name of the domain.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.