Uses of Class
com.microsoft.azure.management.appservice.CertificatePatchResource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of CertificatePatchResource in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionCertificatePatchResource.withCanonicalName
(String canonicalName) Set CNAME of the certificate to be issued via free certificate.CertificatePatchResource.withHostNames
(List<String> hostNames) Set host names the certificate applies to.CertificatePatchResource.withKeyVaultId
(String keyVaultId) Set key Vault Csm resource Id.CertificatePatchResource.withKeyVaultSecretName
(String keyVaultSecretName) Set key Vault secret name.CertificatePatchResource.withPassword
(String password) Set certificate password.CertificatePatchResource.withPfxBlob
(byte[] pfxBlob) Set pfx blob.CertificatePatchResource.withServerFarmId
(String serverFarmId) Set resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".