public interface AppServiceCertificateOrdersClient extends InnerSupportsGet<AppServiceCertificateOrderInner>, InnerSupportsListing<AppServiceCertificateOrderInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServiceCertificateOrderInner>,AppServiceCertificateOrderInner> |
beginCreateOrUpdate(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderInner certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServiceCertificateOrderInner>,AppServiceCertificateOrderInner> |
beginCreateOrUpdate(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderInner certificateDistinguishedName,
com.azure.core.util.Context context)
Description for Create or update a certificate purchase order.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppServiceCertificateOrderInner>,AppServiceCertificateOrderInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderInner certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServiceCertificateResourceInner>,AppServiceCertificateResourceInner> |
beginCreateOrUpdateCertificate(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificateResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AppServiceCertificateResourceInner>,AppServiceCertificateResourceInner> |
beginCreateOrUpdateCertificate(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificateResourceInner keyVaultCertificate,
com.azure.core.util.Context context)
Description for Creates or updates a certificate and associates with key vault secret.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AppServiceCertificateResourceInner>,AppServiceCertificateResourceInner> |
beginCreateOrUpdateCertificateAsync(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificateResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
AppServiceCertificateOrderInner |
createOrUpdate(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderInner certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
AppServiceCertificateOrderInner |
createOrUpdate(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderInner certificateDistinguishedName,
com.azure.core.util.Context context)
Description for Create or update a certificate purchase order.
|
Mono<AppServiceCertificateOrderInner> |
createOrUpdateAsync(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderInner certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
AppServiceCertificateResourceInner |
createOrUpdateCertificate(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificateResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
AppServiceCertificateResourceInner |
createOrUpdateCertificate(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificateResourceInner keyVaultCertificate,
com.azure.core.util.Context context)
Description for Creates or updates a certificate and associates with key vault secret.
|
Mono<AppServiceCertificateResourceInner> |
createOrUpdateCertificateAsync(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificateResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateCertificateWithResponseAsync(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificateResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderInner certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
void |
delete(String resourceGroupName,
String certificateOrderName)
Description for Delete an existing certificate order.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String certificateOrderName)
Description for Delete an existing certificate order.
|
void |
deleteCertificate(String resourceGroupName,
String certificateOrderName,
String name)
Description for Delete the certificate associated with a certificate order.
|
Mono<Void> |
deleteCertificateAsync(String resourceGroupName,
String certificateOrderName,
String name)
Description for Delete the certificate associated with a certificate order.
|
com.azure.core.http.rest.Response<Void> |
deleteCertificateWithResponse(String resourceGroupName,
String certificateOrderName,
String name,
com.azure.core.util.Context context)
Description for Delete the certificate associated with a certificate order.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteCertificateWithResponseAsync(String resourceGroupName,
String certificateOrderName,
String name)
Description for Delete the certificate associated with a certificate order.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String certificateOrderName,
com.azure.core.util.Context context)
Description for Delete an existing certificate order.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String certificateOrderName)
Description for Delete an existing certificate order.
|
AppServiceCertificateOrderInner |
getByResourceGroup(String resourceGroupName,
String certificateOrderName)
Description for Get a certificate order.
|
Mono<AppServiceCertificateOrderInner> |
getByResourceGroupAsync(String resourceGroupName,
String certificateOrderName)
Description for Get a certificate order.
|
com.azure.core.http.rest.Response<AppServiceCertificateOrderInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String certificateOrderName,
com.azure.core.util.Context context)
Description for Get a certificate order.
|
Mono<com.azure.core.http.rest.Response<AppServiceCertificateOrderInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String certificateOrderName)
Description for Get a certificate order.
|
AppServiceCertificateResourceInner |
getCertificate(String resourceGroupName,
String certificateOrderName,
String name)
Description for Get the certificate associated with a certificate order.
|
Mono<AppServiceCertificateResourceInner> |
getCertificateAsync(String resourceGroupName,
String certificateOrderName,
String name)
Description for Get the certificate associated with a certificate order.
|
com.azure.core.http.rest.Response<AppServiceCertificateResourceInner> |
getCertificateWithResponse(String resourceGroupName,
String certificateOrderName,
String name,
com.azure.core.util.Context context)
Description for Get the certificate associated with a certificate order.
|
Mono<com.azure.core.http.rest.Response<AppServiceCertificateResourceInner>> |
getCertificateWithResponseAsync(String resourceGroupName,
String certificateOrderName,
String name)
Description for Get the certificate associated with a certificate order.
|
com.azure.core.http.rest.PagedIterable<AppServiceCertificateOrderInner> |
list()
Description for List all certificate orders in a subscription.
|
com.azure.core.http.rest.PagedIterable<AppServiceCertificateOrderInner> |
list(com.azure.core.util.Context context)
Description for List all certificate orders in a subscription.
|
com.azure.core.http.rest.PagedFlux<AppServiceCertificateOrderInner> |
listAsync()
Description for List all certificate orders in a subscription.
|
com.azure.core.http.rest.PagedIterable<AppServiceCertificateOrderInner> |
listByResourceGroup(String resourceGroupName)
Description for Get certificate orders in a resource group.
|
com.azure.core.http.rest.PagedIterable<AppServiceCertificateOrderInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Description for Get certificate orders in a resource group.
|
com.azure.core.http.rest.PagedFlux<AppServiceCertificateOrderInner> |
listByResourceGroupAsync(String resourceGroupName)
Description for Get certificate orders in a resource group.
|
com.azure.core.http.rest.PagedIterable<AppServiceCertificateResourceInner> |
listCertificates(String resourceGroupName,
String certificateOrderName)
Description for List all certificates associated with a certificate order.
|
com.azure.core.http.rest.PagedIterable<AppServiceCertificateResourceInner> |
listCertificates(String resourceGroupName,
String certificateOrderName,
com.azure.core.util.Context context)
Description for List all certificates associated with a certificate order.
|
com.azure.core.http.rest.PagedFlux<AppServiceCertificateResourceInner> |
listCertificatesAsync(String resourceGroupName,
String certificateOrderName)
Description for List all certificates associated with a certificate order.
|
void |
reissue(String resourceGroupName,
String certificateOrderName,
ReissueCertificateOrderRequest reissueCertificateOrderRequest)
Description for Reissue an existing certificate order.
|
Mono<Void> |
reissueAsync(String resourceGroupName,
String certificateOrderName,
ReissueCertificateOrderRequest reissueCertificateOrderRequest)
Description for Reissue an existing certificate order.
|
com.azure.core.http.rest.Response<Void> |
reissueWithResponse(String resourceGroupName,
String certificateOrderName,
ReissueCertificateOrderRequest reissueCertificateOrderRequest,
com.azure.core.util.Context context)
Description for Reissue an existing certificate order.
|
Mono<com.azure.core.http.rest.Response<Void>> |
reissueWithResponseAsync(String resourceGroupName,
String certificateOrderName,
ReissueCertificateOrderRequest reissueCertificateOrderRequest)
Description for Reissue an existing certificate order.
|
void |
renew(String resourceGroupName,
String certificateOrderName,
RenewCertificateOrderRequest renewCertificateOrderRequest)
Description for Renew an existing certificate order.
|
Mono<Void> |
renewAsync(String resourceGroupName,
String certificateOrderName,
RenewCertificateOrderRequest renewCertificateOrderRequest)
Description for Renew an existing certificate order.
|
com.azure.core.http.rest.Response<Void> |
renewWithResponse(String resourceGroupName,
String certificateOrderName,
RenewCertificateOrderRequest renewCertificateOrderRequest,
com.azure.core.util.Context context)
Description for Renew an existing certificate order.
|
Mono<com.azure.core.http.rest.Response<Void>> |
renewWithResponseAsync(String resourceGroupName,
String certificateOrderName,
RenewCertificateOrderRequest renewCertificateOrderRequest)
Description for Renew an existing certificate order.
|
void |
resendEmail(String resourceGroupName,
String certificateOrderName)
Description for Resend certificate email.
|
Mono<Void> |
resendEmailAsync(String resourceGroupName,
String certificateOrderName)
Description for Resend certificate email.
|
com.azure.core.http.rest.Response<Void> |
resendEmailWithResponse(String resourceGroupName,
String certificateOrderName,
com.azure.core.util.Context context)
Description for Resend certificate email.
|
Mono<com.azure.core.http.rest.Response<Void>> |
resendEmailWithResponseAsync(String resourceGroupName,
String certificateOrderName)
Description for Resend certificate email.
|
void |
resendRequestEmails(String resourceGroupName,
String certificateOrderName,
NameIdentifierInner nameIdentifier)
Resend domain verification ownership email containing steps on how to verify a domain for a given certificate
order.
|
Mono<Void> |
resendRequestEmailsAsync(String resourceGroupName,
String certificateOrderName,
NameIdentifierInner nameIdentifier)
Resend domain verification ownership email containing steps on how to verify a domain for a given certificate
order.
|
com.azure.core.http.rest.Response<Void> |
resendRequestEmailsWithResponse(String resourceGroupName,
String certificateOrderName,
NameIdentifierInner nameIdentifier,
com.azure.core.util.Context context)
Resend domain verification ownership email containing steps on how to verify a domain for a given certificate
order.
|
Mono<com.azure.core.http.rest.Response<Void>> |
resendRequestEmailsWithResponseAsync(String resourceGroupName,
String certificateOrderName,
NameIdentifierInner nameIdentifier)
Resend domain verification ownership email containing steps on how to verify a domain for a given certificate
order.
|
List<CertificateOrderActionInner> |
retrieveCertificateActions(String resourceGroupName,
String name)
Description for Retrieve the list of certificate actions.
|
Mono<List<CertificateOrderActionInner>> |
retrieveCertificateActionsAsync(String resourceGroupName,
String name)
Description for Retrieve the list of certificate actions.
|
com.azure.core.http.rest.Response<List<CertificateOrderActionInner>> |
retrieveCertificateActionsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Retrieve the list of certificate actions.
|
Mono<com.azure.core.http.rest.Response<List<CertificateOrderActionInner>>> |
retrieveCertificateActionsWithResponseAsync(String resourceGroupName,
String name)
Description for Retrieve the list of certificate actions.
|
List<CertificateEmailInner> |
retrieveCertificateEmailHistory(String resourceGroupName,
String name)
Description for Retrieve email history.
|
Mono<List<CertificateEmailInner>> |
retrieveCertificateEmailHistoryAsync(String resourceGroupName,
String name)
Description for Retrieve email history.
|
com.azure.core.http.rest.Response<List<CertificateEmailInner>> |
retrieveCertificateEmailHistoryWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Retrieve email history.
|
Mono<com.azure.core.http.rest.Response<List<CertificateEmailInner>>> |
retrieveCertificateEmailHistoryWithResponseAsync(String resourceGroupName,
String name)
Description for Retrieve email history.
|
SiteSealInner |
retrieveSiteSeal(String resourceGroupName,
String certificateOrderName,
SiteSealRequest siteSealRequest)
This method is used to obtain the site seal information for an issued certificate.
|
Mono<SiteSealInner> |
retrieveSiteSealAsync(String resourceGroupName,
String certificateOrderName,
SiteSealRequest siteSealRequest)
This method is used to obtain the site seal information for an issued certificate.
|
com.azure.core.http.rest.Response<SiteSealInner> |
retrieveSiteSealWithResponse(String resourceGroupName,
String certificateOrderName,
SiteSealRequest siteSealRequest,
com.azure.core.util.Context context)
This method is used to obtain the site seal information for an issued certificate.
|
Mono<com.azure.core.http.rest.Response<SiteSealInner>> |
retrieveSiteSealWithResponseAsync(String resourceGroupName,
String certificateOrderName,
SiteSealRequest siteSealRequest)
This method is used to obtain the site seal information for an issued certificate.
|
AppServiceCertificateOrderInner |
update(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderPatchResource certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
Mono<AppServiceCertificateOrderInner> |
updateAsync(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderPatchResource certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
AppServiceCertificateResourceInner |
updateCertificate(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificatePatchResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
Mono<AppServiceCertificateResourceInner> |
updateCertificateAsync(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificatePatchResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
com.azure.core.http.rest.Response<AppServiceCertificateResourceInner> |
updateCertificateWithResponse(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificatePatchResourceInner keyVaultCertificate,
com.azure.core.util.Context context)
Description for Creates or updates a certificate and associates with key vault secret.
|
Mono<com.azure.core.http.rest.Response<AppServiceCertificateResourceInner>> |
updateCertificateWithResponseAsync(String resourceGroupName,
String certificateOrderName,
String name,
AppServiceCertificatePatchResourceInner keyVaultCertificate)
Description for Creates or updates a certificate and associates with key vault secret.
|
com.azure.core.http.rest.Response<AppServiceCertificateOrderInner> |
updateWithResponse(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderPatchResource certificateDistinguishedName,
com.azure.core.util.Context context)
Description for Create or update a certificate purchase order.
|
Mono<com.azure.core.http.rest.Response<AppServiceCertificateOrderInner>> |
updateWithResponseAsync(String resourceGroupName,
String certificateOrderName,
AppServiceCertificateOrderPatchResource certificateDistinguishedName)
Description for Create or update a certificate purchase order.
|
void |
validatePurchaseInformation(AppServiceCertificateOrderInner appServiceCertificateOrder)
Description for Validate information for a certificate order.
|
Mono<Void> |
validatePurchaseInformationAsync(AppServiceCertificateOrderInner appServiceCertificateOrder)
Description for Validate information for a certificate order.
|
com.azure.core.http.rest.Response<Void> |
validatePurchaseInformationWithResponse(AppServiceCertificateOrderInner appServiceCertificateOrder,
com.azure.core.util.Context context)
Description for Validate information for a certificate order.
|
Mono<com.azure.core.http.rest.Response<Void>> |
validatePurchaseInformationWithResponseAsync(AppServiceCertificateOrderInner appServiceCertificateOrder)
Description for Validate information for a certificate order.
|
void |
verifyDomainOwnership(String resourceGroupName,
String certificateOrderName)
Description for Verify domain ownership for this certificate order.
|
Mono<Void> |
verifyDomainOwnershipAsync(String resourceGroupName,
String certificateOrderName)
Description for Verify domain ownership for this certificate order.
|
com.azure.core.http.rest.Response<Void> |
verifyDomainOwnershipWithResponse(String resourceGroupName,
String certificateOrderName,
com.azure.core.util.Context context)
Description for Verify domain ownership for this certificate order.
|
Mono<com.azure.core.http.rest.Response<Void>> |
verifyDomainOwnershipWithResponseAsync(String resourceGroupName,
String certificateOrderName)
Description for Verify domain ownership for this certificate order.
|
com.azure.core.http.rest.PagedFlux<AppServiceCertificateOrderInner> listAsync()
listAsync in interface InnerSupportsListing<AppServiceCertificateOrderInner>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<AppServiceCertificateOrderInner> list()
list in interface InnerSupportsListing<AppServiceCertificateOrderInner>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<AppServiceCertificateOrderInner> 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<Void>> validatePurchaseInformationWithResponseAsync(AppServiceCertificateOrderInner appServiceCertificateOrder)
appServiceCertificateOrder - Information for a certificate order.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> validatePurchaseInformationAsync(AppServiceCertificateOrderInner appServiceCertificateOrder)
appServiceCertificateOrder - Information for a certificate order.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 validatePurchaseInformation(AppServiceCertificateOrderInner appServiceCertificateOrder)
appServiceCertificateOrder - Information for a certificate order.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> validatePurchaseInformationWithResponse(AppServiceCertificateOrderInner appServiceCertificateOrder, com.azure.core.util.Context context)
appServiceCertificateOrder - Information for a certificate order.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<AppServiceCertificateOrderInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<AppServiceCertificateOrderInner>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<AppServiceCertificateOrderInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<AppServiceCertificateOrderInner>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<AppServiceCertificateOrderInner> 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<AppServiceCertificateOrderInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order..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<AppServiceCertificateOrderInner> getByResourceGroupAsync(String resourceGroupName, String certificateOrderName)
getByResourceGroupAsync in interface InnerSupportsGet<AppServiceCertificateOrderInner>resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order..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.AppServiceCertificateOrderInner getByResourceGroup(String resourceGroupName, String certificateOrderName)
getByResourceGroup in interface InnerSupportsGet<AppServiceCertificateOrderInner>resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order..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<AppServiceCertificateOrderInner> getByResourceGroupWithResponse(String resourceGroupName, String certificateOrderName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order..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 certificateOrderName, AppServiceCertificateOrderInner certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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<AppServiceCertificateOrderInner>,AppServiceCertificateOrderInner> beginCreateOrUpdateAsync(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderInner certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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<AppServiceCertificateOrderInner>,AppServiceCertificateOrderInner> beginCreateOrUpdate(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderInner certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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<AppServiceCertificateOrderInner>,AppServiceCertificateOrderInner> beginCreateOrUpdate(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderInner certificateDistinguishedName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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<AppServiceCertificateOrderInner> createOrUpdateAsync(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderInner certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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.AppServiceCertificateOrderInner createOrUpdate(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderInner certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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.AppServiceCertificateOrderInner createOrUpdate(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderInner certificateDistinguishedName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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 certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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 certificateOrderName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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 certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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 certificateOrderName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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<AppServiceCertificateOrderInner>> updateWithResponseAsync(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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<AppServiceCertificateOrderInner> updateAsync(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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.AppServiceCertificateOrderInner update(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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<AppServiceCertificateOrderInner> updateWithResponse(String resourceGroupName, String certificateOrderName, AppServiceCertificateOrderPatchResource certificateDistinguishedName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.certificateDistinguishedName - Distinguished name to use for the certificate order.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<AppServiceCertificateResourceInner> listCertificatesAsync(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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<AppServiceCertificateResourceInner> listCertificates(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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<AppServiceCertificateResourceInner> listCertificates(String resourceGroupName, String certificateOrderName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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<AppServiceCertificateResourceInner>> getCertificateWithResponseAsync(String resourceGroupName, String certificateOrderName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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<AppServiceCertificateResourceInner> getCertificateAsync(String resourceGroupName, String certificateOrderName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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.AppServiceCertificateResourceInner getCertificate(String resourceGroupName, String certificateOrderName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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<AppServiceCertificateResourceInner> getCertificateWithResponse(String resourceGroupName, String certificateOrderName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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>>> createOrUpdateCertificateWithResponseAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificateResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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<AppServiceCertificateResourceInner>,AppServiceCertificateResourceInner> beginCreateOrUpdateCertificateAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificateResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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<AppServiceCertificateResourceInner>,AppServiceCertificateResourceInner> beginCreateOrUpdateCertificate(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificateResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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<AppServiceCertificateResourceInner>,AppServiceCertificateResourceInner> beginCreateOrUpdateCertificate(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificateResourceInner keyVaultCertificate, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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<AppServiceCertificateResourceInner> createOrUpdateCertificateAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificateResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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.AppServiceCertificateResourceInner createOrUpdateCertificate(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificateResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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.AppServiceCertificateResourceInner createOrUpdateCertificate(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificateResourceInner keyVaultCertificate, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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>> deleteCertificateWithResponseAsync(String resourceGroupName, String certificateOrderName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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> deleteCertificateAsync(String resourceGroupName, String certificateOrderName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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 deleteCertificate(String resourceGroupName, String certificateOrderName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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> deleteCertificateWithResponse(String resourceGroupName, String certificateOrderName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.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<AppServiceCertificateResourceInner>> updateCertificateWithResponseAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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<AppServiceCertificateResourceInner> updateCertificateAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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.AppServiceCertificateResourceInner updateCertificate(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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<AppServiceCertificateResourceInner> updateCertificateWithResponse(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.name - Name of the certificate.keyVaultCertificate - Key vault certificate resource Id.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>> reissueWithResponseAsync(String resourceGroupName, String certificateOrderName, ReissueCertificateOrderRequest reissueCertificateOrderRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.reissueCertificateOrderRequest - Parameters for the reissue.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> reissueAsync(String resourceGroupName, String certificateOrderName, ReissueCertificateOrderRequest reissueCertificateOrderRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.reissueCertificateOrderRequest - Parameters for the reissue.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 reissue(String resourceGroupName, String certificateOrderName, ReissueCertificateOrderRequest reissueCertificateOrderRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.reissueCertificateOrderRequest - Parameters for the reissue.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> reissueWithResponse(String resourceGroupName, String certificateOrderName, ReissueCertificateOrderRequest reissueCertificateOrderRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.reissueCertificateOrderRequest - Parameters for the reissue.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 certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.renewCertificateOrderRequest - Renew parameters.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 certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.renewCertificateOrderRequest - Renew parameters.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 certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.renewCertificateOrderRequest - Renew parameters.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 certificateOrderName, RenewCertificateOrderRequest renewCertificateOrderRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.renewCertificateOrderRequest - Renew parameters.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>> resendEmailWithResponseAsync(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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> resendEmailAsync(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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 resendEmail(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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> resendEmailWithResponse(String resourceGroupName, String certificateOrderName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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>> resendRequestEmailsWithResponseAsync(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.nameIdentifier - Email address.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> resendRequestEmailsAsync(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.nameIdentifier - Email address.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 resendRequestEmails(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.nameIdentifier - Email address.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> resendRequestEmailsWithResponse(String resourceGroupName, String certificateOrderName, NameIdentifierInner nameIdentifier, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.nameIdentifier - Email address.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<SiteSealInner>> retrieveSiteSealWithResponseAsync(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.siteSealRequest - Site seal request.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<SiteSealInner> retrieveSiteSealAsync(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.siteSealRequest - Site seal request.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.SiteSealInner retrieveSiteSeal(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.siteSealRequest - Site seal request.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<SiteSealInner> retrieveSiteSealWithResponse(String resourceGroupName, String certificateOrderName, SiteSealRequest siteSealRequest, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.siteSealRequest - Site seal request.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>> verifyDomainOwnershipWithResponseAsync(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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> verifyDomainOwnershipAsync(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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 verifyDomainOwnership(String resourceGroupName, String certificateOrderName)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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> verifyDomainOwnershipWithResponse(String resourceGroupName, String certificateOrderName, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.certificateOrderName - Name of the certificate order.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<List<CertificateOrderActionInner>>> retrieveCertificateActionsWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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<List<CertificateOrderActionInner>> retrieveCertificateActionsAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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.List<CertificateOrderActionInner> retrieveCertificateActions(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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<List<CertificateOrderActionInner>> retrieveCertificateActionsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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<List<CertificateEmailInner>>> retrieveCertificateEmailHistoryWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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<List<CertificateEmailInner>> retrieveCertificateEmailHistoryAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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.List<CertificateEmailInner> retrieveCertificateEmailHistory(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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<List<CertificateEmailInner>> retrieveCertificateEmailHistoryWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate order.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.Copyright © 2021 Microsoft Corporation. All rights reserved.