| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateInner |
CertificatesClient.update(String resourceGroupName,
String name,
CertificatePatchResource certificateEnvelope)
Description for Create or update a certificate.
|
Mono<CertificateInner> |
CertificatesClient.updateAsync(String resourceGroupName,
String name,
CertificatePatchResource certificateEnvelope)
Description for Create or update a certificate.
|
com.azure.core.http.rest.Response<CertificateInner> |
CertificatesClient.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>> |
CertificatesClient.updateWithResponseAsync(String resourceGroupName,
String name,
CertificatePatchResource certificateEnvelope)
Description for Create or update a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
CertificatePatchResource |
CertificatePatchResource.withCanonicalName(String canonicalName)
Set the canonicalName property: CNAME of the certificate to be issued via free certificate.
|
CertificatePatchResource |
CertificatePatchResource.withDomainValidationMethod(String domainValidationMethod)
Set the domainValidationMethod property: Method of domain validation for free cert.
|
CertificatePatchResource |
CertificatePatchResource.withHostNames(List<String> hostNames)
Set the hostNames property: Host names the certificate applies to.
|
CertificatePatchResource |
CertificatePatchResource.withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault Csm resource Id.
|
CertificatePatchResource |
CertificatePatchResource.withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.
|
CertificatePatchResource |
CertificatePatchResource.withKind(String kind)
Set the kind property: Kind of resource.
|
CertificatePatchResource |
CertificatePatchResource.withPassword(String password)
Set the password property: Certificate password.
|
CertificatePatchResource |
CertificatePatchResource.withPfxBlob(byte[] pfxBlob)
Set the pfxBlob property: Pfx blob.
|
CertificatePatchResource |
CertificatePatchResource.withServerFarmId(String serverFarmId)
Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as:
"/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms"
+ "/{appServicePlanName}".
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.