CustomDomainHttpsContent 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 custom domain. Please note this is the abstract base class. The derived classes available for instantiation are: CdnManagedHttpsContent and UserManagedHttpsContent.
[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>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Cdn.Models.UnknownCustomDomainHttpsParameters))>]
type CustomDomainHttpsContent = class
interface IJsonModel<CustomDomainHttpsContent>
interface IPersistableModel<CustomDomainHttpsContent>
Public MustInherit Class CustomDomainHttpsContent
Implements IJsonModel(Of CustomDomainHttpsContent), IPersistableModel(Of CustomDomainHttpsContent)
- Inheritance
-
CustomDomainHttpsContent
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| MinimumTlsVersion |
TLS protocol version that will be used for Https. |
| ProtocolType |
Defines the TLS extension protocol that is used for secure delivery. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |