CustomDnsSuffixConfigurationData Class

Definition

A class representing the CustomDnsSuffixConfiguration data model. Full view of the custom domain suffix configuration for ASEv3. Serialized Name: CustomDnsSuffixConfiguration

public class CustomDnsSuffixConfigurationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationData>
type CustomDnsSuffixConfigurationData = class
    inherit ResourceData
    interface IJsonModel<CustomDnsSuffixConfigurationData>
    interface IPersistableModel<CustomDnsSuffixConfigurationData>
Public Class CustomDnsSuffixConfigurationData
Inherits ResourceData
Implements IJsonModel(Of CustomDnsSuffixConfigurationData), IPersistableModel(Of CustomDnsSuffixConfigurationData)
Inheritance
CustomDnsSuffixConfigurationData
Implements

Constructors

Name Description
CustomDnsSuffixConfigurationData()

Initializes a new instance of CustomDnsSuffixConfigurationData.

Properties

Name Description
CertificateUri

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. Serialized Name: CustomDnsSuffixConfiguration.properties.certificateUrl

DnsSuffix

The default custom domain suffix to use for all sites deployed on the ASE. Serialized Name: CustomDnsSuffixConfiguration.properties.dnsSuffix

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
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. Serialized Name: CustomDnsSuffixConfiguration.properties.keyVaultReferenceIdentity

Kind

Kind of resource. Serialized Name: CustomDnsSuffixConfiguration.kind

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningDetails

Serialized Name: CustomDnsSuffixConfiguration.properties.provisioningDetails.

ProvisioningState

Serialized Name: CustomDnsSuffixConfiguration.properties.provisioningState.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CustomDnsSuffixConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<CustomDnsSuffixConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomDnsSuffixConfigurationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomDnsSuffixConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<CustomDnsSuffixConfigurationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to