com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> |
CertificatesClient.beginCreateOrUpdate(String resourceGroupName,
String serviceName,
String certificateName,
CertificateProperties properties) |
Create or update certificate resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> |
CertificatesClient.beginCreateOrUpdate(String resourceGroupName,
String serviceName,
String certificateName,
CertificateProperties properties) |
Create or update certificate resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> |
CertificatesClient.beginCreateOrUpdate(String resourceGroupName,
String serviceName,
String certificateName,
CertificateProperties properties,
com.azure.core.util.Context context) |
Create or update certificate resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> |
CertificatesClient.beginCreateOrUpdate(String resourceGroupName,
String serviceName,
String certificateName,
CertificateProperties properties,
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> |
CertificatesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serviceName,
String certificateName,
CertificateProperties properties) |
Create or update certificate resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CertificateResourceInner>,CertificateResourceInner> |
CertificatesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serviceName,
String certificateName,
CertificateProperties properties) |
Create or update certificate resource.
|
Mono<CertificateResourceInner> |
CertificatesClient.createOrUpdateAsync(String resourceGroupName,
String serviceName,
String certificateName) |
Create or update certificate resource.
|
Mono<CertificateResourceInner> |
CertificatesClient.createOrUpdateAsync(String resourceGroupName,
String serviceName,
String certificateName,
CertificateProperties properties) |
Create or update certificate resource.
|
Mono<CertificateResourceInner> |
CertificatesClient.getAsync(String resourceGroupName,
String serviceName,
String certificateName) |
Get the certificate resource.
|
com.azure.core.http.rest.Response<CertificateResourceInner> |
CertificatesClient.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>> |
CertificatesClient.getWithResponseAsync(String resourceGroupName,
String serviceName,
String certificateName) |
Get the certificate resource.
|
com.azure.core.http.rest.PagedIterable<CertificateResourceInner> |
CertificatesClient.list(String resourceGroupName,
String serviceName) |
List all the certificates of one user.
|
com.azure.core.http.rest.PagedIterable<CertificateResourceInner> |
CertificatesClient.list(String resourceGroupName,
String serviceName,
com.azure.core.util.Context context) |
List all the certificates of one user.
|
com.azure.core.http.rest.PagedFlux<CertificateResourceInner> |
CertificatesClient.listAsync(String resourceGroupName,
String serviceName) |
List all the certificates of one user.
|