Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CertificateProperties
Packages that use CertificateProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of CertificateProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CertificatePropertiesModifier and TypeMethodDescriptionstatic CertificatePropertiesCertificateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateProperties from the JsonReader.CertificateProperties.withCanonicalName(String canonicalName) Set the canonicalName property: CNAME of the certificate to be issued via free certificate.CertificateProperties.withDomainValidationMethod(String domainValidationMethod) Set the domainValidationMethod property: Method of domain validation for free cert.CertificateProperties.withHostNames(List<String> hostNames) Set the hostNames property: Host names the certificate applies to.CertificateProperties.withKeyVaultId(String keyVaultId) Set the keyVaultId property: Key Vault Csm resource Id.CertificateProperties.withKeyVaultSecretName(String keyVaultSecretName) Set the keyVaultSecretName property: Key Vault secret name.CertificateProperties.withPassword(String password) Set the password property: Certificate password.CertificateProperties.withPfxBlob(byte[] pfxBlob) Set the pfxBlob property: Pfx blob.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}".