FrontDoorCustomDomainHttpsContent 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.
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
| 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 |
Gets or sets Id. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, 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. |