Custom Dns Suffix Configuration Args
data class CustomDnsSuffixConfigurationArgs(val certificateUrl: Output<String>? = null, val dnsSuffix: Output<String>? = null, val keyVaultReferenceIdentity: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<CustomDnsSuffixConfigurationArgs>
Full view of the custom domain suffix configuration for ASEv3.
Constructors
Link copied to clipboard
fun CustomDnsSuffixConfigurationArgs(certificateUrl: Output<String>? = null, dnsSuffix: Output<String>? = null, keyVaultReferenceIdentity: Output<String>? = null, kind: Output<String>? = null)