FrontDoorCustomDomainHttpsContent Class

Definition

The JSON object that contains the properties to secure a domain.

public class FrontDoorCustomDomainHttpsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainHttpsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.FrontDoorCustomDomainHttpsContent>
type FrontDoorCustomDomainHttpsContent = class
    interface IJsonModel<FrontDoorCustomDomainHttpsContent>
    interface IPersistableModel<FrontDoorCustomDomainHttpsContent>
Public Class FrontDoorCustomDomainHttpsContent
Implements IJsonModel(Of FrontDoorCustomDomainHttpsContent), IPersistableModel(Of FrontDoorCustomDomainHttpsContent)
Inheritance
FrontDoorCustomDomainHttpsContent
Implements

Constructors

Name Description
FrontDoorCustomDomainHttpsContent(FrontDoorCertificateType)

Initializes a new instance of FrontDoorCustomDomainHttpsContent.

Properties

Name Description
CertificateType

Defines the source of the SSL certificate.

CipherSuiteSetType

cipher suite set type that will be used for Https.

CustomizedCipherSuiteSet

Customized cipher suites object that will be used for Https when cipherSuiteSetType is Customized.

MinimumTlsVersion

TLS protocol version that will be used for Https when cipherSuiteSetType is Customized.

SecretId

Resource ID.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<FrontDoorCustomDomainHttpsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorCustomDomainHttpsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorCustomDomainHttpsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorCustomDomainHttpsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to