CustomDnsSuffixConfigurationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CustomDnsSuffixConfiguration resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CustomDnsSuffixConfigurationPropertiesTypeConverter))]
public class CustomDnsSuffixConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICustomDnsSuffixConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CustomDnsSuffixConfigurationPropertiesTypeConverter))>]
type CustomDnsSuffixConfigurationProperties = class
interface ICustomDnsSuffixConfigurationProperties
interface IJsonSerializable
Public Class CustomDnsSuffixConfigurationProperties
Implements ICustomDnsSuffixConfigurationProperties
- Inheritance
-
CustomDnsSuffixConfigurationProperties
- Attributes
- Implements
Constructors
CustomDnsSuffixConfigurationProperties() |
Creates an new CustomDnsSuffixConfigurationProperties instance. |
Properties
CertificateUrl |
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. |
DnsSuffix |
The default custom domain suffix to use for all sites deployed on the ASE. |
KeyVaultReferenceIdentity |
The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available. |
ProvisioningDetail | |
ProvisioningState |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomDnsSuffixConfigurationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomDnsSuffixConfigurationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICustomDnsSuffixConfigurationProperties. |
FromJsonString(String) |
Creates a new instance of CustomDnsSuffixConfigurationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomDnsSuffixConfigurationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |