public interface CertificatesClient extends InnerSupportsGet<CertificateInner>, InnerSupportsListing<CertificateInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
CertificateInner |
createOrUpdate(String resourceGroupName,
String name,
CertificateInner certificateEnvelope)
Description for Create or update a certificate.
|
Mono<CertificateInner> |
createOrUpdateAsync(String resourceGroupName,
String name,
CertificateInner certificateEnvelope)
Description for Create or update a certificate.
|
com.azure.core.http.rest.Response<CertificateInner> |
createOrUpdateWithResponse(String resourceGroupName,
String name,
CertificateInner certificateEnvelope,
com.azure.core.util.Context context)
Description for Create or update a certificate.
|
Mono<com.azure.core.http.rest.Response<CertificateInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String name,
CertificateInner certificateEnvelope)
Description for Create or update a certificate.
|
void |
delete(String resourceGroupName,
String name)
Description for Delete a certificate.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String name)
Description for Delete a certificate.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Delete a certificate.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String name)
Description for Delete a certificate.
|
CertificateInner |
getByResourceGroup(String resourceGroupName,
String name)
Description for Get a certificate.
|
Mono<CertificateInner> |
getByResourceGroupAsync(String resourceGroupName,
String name)
Description for Get a certificate.
|
com.azure.core.http.rest.Response<CertificateInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context)
Description for Get a certificate.
|
Mono<com.azure.core.http.rest.Response<CertificateInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String name)
Description for Get a certificate.
|
com.azure.core.http.rest.PagedIterable<CertificateInner> |
list()
Description for Get all certificates for a subscription.
|
com.azure.core.http.rest.PagedIterable<CertificateInner> |
list(String filter,
com.azure.core.util.Context context)
Description for Get all certificates for a subscription.
|
com.azure.core.http.rest.PagedFlux<CertificateInner> |
listAsync()
Description for Get all certificates for a subscription.
|
com.azure.core.http.rest.PagedFlux<CertificateInner> |
listAsync(String filter)
Description for Get all certificates for a subscription.
|
com.azure.core.http.rest.PagedIterable<CertificateInner> |
listByResourceGroup(String resourceGroupName)
Description for Get all certificates in a resource group.
|
com.azure.core.http.rest.PagedIterable<CertificateInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Description for Get all certificates in a resource group.
|
com.azure.core.http.rest.PagedFlux<CertificateInner> |
listByResourceGroupAsync(String resourceGroupName)
Description for Get all certificates in a resource group.
|
CertificateInner |
update(String resourceGroupName,
String name,
CertificatePatchResource certificateEnvelope)
Description for Create or update a certificate.
|
Mono<CertificateInner> |
updateAsync(String resourceGroupName,
String name,
CertificatePatchResource certificateEnvelope)
Description for Create or update a certificate.
|
com.azure.core.http.rest.Response<CertificateInner> |
updateWithResponse(String resourceGroupName,
String name,
CertificatePatchResource certificateEnvelope,
com.azure.core.util.Context context)
Description for Create or update a certificate.
|
Mono<com.azure.core.http.rest.Response<CertificateInner>> |
updateWithResponseAsync(String resourceGroupName,
String name,
CertificatePatchResource certificateEnvelope)
Description for Create or update a certificate.
|
com.azure.core.http.rest.PagedFlux<CertificateInner> listAsync(String filter)
filter - Return only information specified in the filter (using OData syntax). For example:
$filter=KeyVaultId eq 'KeyVaultId'.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<CertificateInner> listAsync()
listAsync in interface InnerSupportsListing<CertificateInner>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<CertificateInner> list()
list in interface InnerSupportsListing<CertificateInner>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<CertificateInner> list(String filter, com.azure.core.util.Context context)
filter - Return only information specified in the filter (using OData syntax). For example:
$filter=KeyVaultId eq 'KeyVaultId'.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<CertificateInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<CertificateInner>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<CertificateInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<CertificateInner>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<CertificateInner> 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<CertificateInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.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<CertificateInner> getByResourceGroupAsync(String resourceGroupName, String name)
getByResourceGroupAsync in interface InnerSupportsGet<CertificateInner>resourceGroupName - Name of the resource group to which the resource belongs.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.CertificateInner getByResourceGroup(String resourceGroupName, String name)
getByResourceGroup in interface InnerSupportsGet<CertificateInner>resourceGroupName - Name of the resource group to which the resource belongs.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<CertificateInner> getByResourceGroupWithResponse(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.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<CertificateInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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<CertificateInner> createOrUpdateAsync(String resourceGroupName, String name, CertificateInner certificateEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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.CertificateInner createOrUpdate(String resourceGroupName, String name, CertificateInner certificateEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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<CertificateInner> createOrUpdateWithResponse(String resourceGroupName, String name, CertificateInner certificateEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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 name)
resourceGroupName - Name of the resource group to which the resource belongs.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> deleteAsync(String resourceGroupName, String name)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the resource group to which the resource belongs.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 delete(String resourceGroupName, String name)
resourceGroupName - Name of the resource group to which the resource belongs.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> deleteWithResponse(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.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<CertificateInner>> updateWithResponseAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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<CertificateInner> updateAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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.CertificateInner update(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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<CertificateInner> updateWithResponse(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope, com.azure.core.util.Context context)
resourceGroupName - Name of the resource group to which the resource belongs.name - Name of the certificate.certificateEnvelope - Details of certificate, if it exists already.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.