Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CustomDnsSuffixConfigurationProperties
Packages that use CustomDnsSuffixConfigurationProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of CustomDnsSuffixConfigurationProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CustomDnsSuffixConfigurationPropertiesModifier and TypeMethodDescriptionCustomDnsSuffixConfigurationProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDnsSuffixConfigurationProperties from the JsonReader.CustomDnsSuffixConfigurationProperties.withCertificateUrl
(String certificateUrl) Set the certificateUrl property: The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.CustomDnsSuffixConfigurationProperties.withDnsSuffix
(String dnsSuffix) Set the dnsSuffix property: The default custom domain suffix to use for all sites deployed on the ASE.CustomDnsSuffixConfigurationProperties.withKeyVaultReferenceIdentity
(String keyVaultReferenceIdentity) Set the keyVaultReferenceIdentity property: The user-assigned identity to use for resolving the key vault certificate reference.