Condividi tramite


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>
public class FrontDoorCustomDomainHttpsContent
type FrontDoorCustomDomainHttpsContent = class
    interface IJsonModel<FrontDoorCustomDomainHttpsContent>
    interface IPersistableModel<FrontDoorCustomDomainHttpsContent>
type FrontDoorCustomDomainHttpsContent = class
Public Class FrontDoorCustomDomainHttpsContent
Implements IJsonModel(Of FrontDoorCustomDomainHttpsContent), IPersistableModel(Of FrontDoorCustomDomainHttpsContent)
Public Class FrontDoorCustomDomainHttpsContent
Inheritance
FrontDoorCustomDomainHttpsContent
Implements

Constructors

FrontDoorCustomDomainHttpsContent(FrontDoorCertificateType)

Initializes a new instance of FrontDoorCustomDomainHttpsContent.

Properties

CertificateType

Defines the source of the SSL certificate.

MinimumTlsVersion

TLS protocol version that will be used for Https.

SecretId

Resource ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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