Share via


CustomDomainHttpsContent Class

Definition

The JSON object that contains the properties to secure a custom domain. Please note CustomDomainHttpsContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include UserManagedHttpsContent and CdnManagedHttpsContent.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownCustomDomainHttpsParameters))]
public abstract class CustomDomainHttpsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.CustomDomainHttpsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.CustomDomainHttpsContent>
public abstract class CustomDomainHttpsContent
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownCustomDomainHttpsParameters))>]
type CustomDomainHttpsContent = class
    interface IJsonModel<CustomDomainHttpsContent>
    interface IPersistableModel<CustomDomainHttpsContent>
type CustomDomainHttpsContent = class
Public MustInherit Class CustomDomainHttpsContent
Implements IJsonModel(Of CustomDomainHttpsContent), IPersistableModel(Of CustomDomainHttpsContent)
Public MustInherit Class CustomDomainHttpsContent
Inheritance
CustomDomainHttpsContent
Derived
Attributes
Implements

Constructors

CustomDomainHttpsContent(SecureDeliveryProtocolType)

Initializes a new instance of CustomDomainHttpsContent.

Properties

MinimumTlsVersion

TLS protocol version that will be used for Https.

ProtocolType

Defines the TLS extension protocol that is used for secure delivery.

Explicit Interface Implementations

IJsonModel<CustomDomainHttpsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomDomainHttpsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomDomainHttpsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomDomainHttpsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomDomainHttpsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to