Interface CertificatesClient
public interface CertificatesClient
An instance of this class provides access to all the operations defined in CertificatesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.beginDelete(String resourceGroupName, String serviceName, String certificateName) Delete the certificate resource.beginDelete(String resourceGroupName, String serviceName, String certificateName, com.azure.core.util.Context context) Delete the certificate resource.beginDeleteAsync(String resourceGroupName, String serviceName, String certificateName) Delete the certificate resource.createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.createOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.voidDelete the certificate resource.voiddelete(String resourceGroupName, String serviceName, String certificateName, com.azure.core.util.Context context) Delete the certificate resource.deleteAsync(String resourceGroupName, String serviceName, String certificateName) Delete the certificate resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>deleteWithResponseAsync(String resourceGroupName, String serviceName, String certificateName) Delete the certificate resource.Get the certificate resource.Get the certificate resource.com.azure.core.http.rest.Response<CertificateResourceInner>getWithResponse(String resourceGroupName, String serviceName, String certificateName, com.azure.core.util.Context context) Get the certificate resource.Mono<com.azure.core.http.rest.Response<CertificateResourceInner>>getWithResponseAsync(String resourceGroupName, String serviceName, String certificateName) Get the certificate resource.com.azure.core.http.rest.PagedIterable<CertificateResourceInner>List all the certificates of one user.com.azure.core.http.rest.PagedIterable<CertificateResourceInner>List all the certificates of one user.com.azure.core.http.rest.PagedFlux<CertificateResourceInner>List all the certificates of one user.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<CertificateResourceInner>> getWithResponseAsync(String resourceGroupName, String serviceName, String certificateName) Get the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Returns:
- the certificate resource along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<CertificateResourceInner> getAsync(String resourceGroupName, String serviceName, String certificateName) Get the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Returns:
- the certificate resource on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
Get the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Returns:
- the certificate resource.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<CertificateResourceInner> getWithResponse(String resourceGroupName, String serviceName, String certificateName, com.azure.core.util.Context context) Get the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.context- The context to associate with this operation.- Returns:
- the certificate resource along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.certificateResource- Parameters for the create or update operation.- Returns:
- certificate resource payload along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> beginCreateOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.certificateResource- Parameters for the create or update operation.- Returns:
- the
PollerFluxfor polling of certificate resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.certificateResource- Parameters for the create or update operation.- Returns:
- the
SyncPollerfor polling of certificate resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> beginCreateOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.certificateResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of certificate resource payload. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<CertificateResourceInner> createOrUpdateAsync(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.certificateResource- Parameters for the create or update operation.- Returns:
- certificate resource payload on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
CertificateResourceInner createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource) Create or update certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.certificateResource- Parameters for the create or update operation.- Returns:
- certificate resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
CertificateResourceInner createOrUpdate(String resourceGroupName, String serviceName, String certificateName, CertificateResourceInner certificateResource, com.azure.core.util.Context context) Create or update certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.certificateResource- Parameters for the create or update operation.context- The context to associate with this operation.- Returns:
- certificate resource payload.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serviceName, String certificateName) Delete the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serviceName, String certificateName) Delete the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String certificateName) Delete the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serviceName, String certificateName, com.azure.core.util.Context context) Delete the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
Delete the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Delete the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String serviceName, String certificateName, com.azure.core.util.Context context) Delete the certificate resource.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.certificateName- The name of the certificate resource.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listAsync
com.azure.core.http.rest.PagedFlux<CertificateResourceInner> listAsync(String resourceGroupName, String serviceName) List all the certificates of one user.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- collection compose of certificate resources list and a possible link for next page as paginated response
with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<CertificateResourceInner> list(String resourceGroupName, String serviceName) List all the certificates of one user.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.- Returns:
- collection compose of certificate resources list and a possible link for next page as paginated response
with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<CertificateResourceInner> list(String resourceGroupName, String serviceName, com.azure.core.util.Context context) List all the certificates of one user.- Parameters:
resourceGroupName- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.serviceName- The name of the Service resource.context- The context to associate with this operation.- Returns:
- collection compose of certificate resources list and a possible link for next page as paginated response
with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-