CustomHttpsConfiguration 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.
Https settings for a domain.
public class CustomHttpsConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.CustomHttpsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.CustomHttpsConfiguration>
public class CustomHttpsConfiguration
type CustomHttpsConfiguration = class
interface IJsonModel<CustomHttpsConfiguration>
interface IPersistableModel<CustomHttpsConfiguration>
type CustomHttpsConfiguration = class
Public Class CustomHttpsConfiguration
Implements IJsonModel(Of CustomHttpsConfiguration), IPersistableModel(Of CustomHttpsConfiguration)
Public Class CustomHttpsConfiguration
- Inheritance
-
CustomHttpsConfiguration
- Implements
Constructors
CustomHttpsConfiguration(FrontDoorCertificateSource, FrontDoorTlsProtocolType, FrontDoorRequiredMinimumTlsVersion) |
Initializes a new instance of CustomHttpsConfiguration. |
Properties
CertificateSource |
Defines the source of the SSL certificate. |
CertificateType |
Defines the type of the certificate used for secure connections to a frontendEndpoint. |
MinimumTlsVersion |
The minimum TLS version required from the clients to establish an SSL handshake with Front Door. |
ProtocolType |
Defines the TLS extension protocol that is used for secure delivery. |
SecretName |
The name of the Key Vault secret representing the full certificate PFX. |
SecretVersion |
The version of the Key Vault secret representing the full certificate PFX. |
VaultId |
Gets or sets Id. |
Explicit Interface Implementations
IJsonModel<CustomHttpsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CustomHttpsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CustomHttpsConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CustomHttpsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CustomHttpsConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET