| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.withCanonicalName(String canonicalName)
Set the canonicalName property: CNAME of the certificate to be issued via free certificate.
|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.withDomainValidationMethod(String domainValidationMethod)
Set the domainValidationMethod property: Method of domain validation for free cert.
|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.withHostNames(List<String> hostNames)
Set the hostNames property: Host names the certificate applies to.
|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.withKeyVaultId(String keyVaultId)
Set the keyVaultId property: Key Vault Csm resource Id.
|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.withKeyVaultSecretName(String keyVaultSecretName)
Set the keyVaultSecretName property: Key Vault secret name.
|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.withPassword(String password)
Set the password property: Certificate password.
|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.withPfxBlob(byte[] pfxBlob)
Set the pfxBlob property: Pfx blob.
|
CertificatePatchResourceProperties |
CertificatePatchResourceProperties.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.