CertificateProperties |
CertificateProperties.withCanonicalName(String canonicalName) |
Set the canonicalName property: CNAME of the certificate to be issued via free certificate.
|
CertificateProperties |
CertificateProperties.withDomainValidationMethod(String domainValidationMethod) |
Set the domainValidationMethod property: Method of domain validation for free cert.
|
CertificateProperties |
CertificateProperties.withHostNames(List<String> hostNames) |
Set the hostNames property: Host names the certificate applies to.
|
CertificateProperties |
CertificateProperties.withKeyVaultId(String keyVaultId) |
Set the keyVaultId property: Key Vault Csm resource Id.
|
CertificateProperties |
CertificateProperties.withKeyVaultSecretName(String keyVaultSecretName) |
Set the keyVaultSecretName property: Key Vault secret name.
|
CertificateProperties |
CertificateProperties.withPassword(String password) |
Set the password property: Certificate password.
|
CertificateProperties |
CertificateProperties.withPfxBlob(byte[] pfxBlob) |
Set the pfxBlob property: Pfx blob.
|
CertificateProperties |
CertificateProperties.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}".
|