ApplicationGatewaySslPolicy 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.
Application Gateway Ssl policy.
public class ApplicationGatewaySslPolicy : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPolicy>
public class ApplicationGatewaySslPolicy
type ApplicationGatewaySslPolicy = class
interface IJsonModel<ApplicationGatewaySslPolicy>
interface IPersistableModel<ApplicationGatewaySslPolicy>
type ApplicationGatewaySslPolicy = class
Public Class ApplicationGatewaySslPolicy
Implements IJsonModel(Of ApplicationGatewaySslPolicy), IPersistableModel(Of ApplicationGatewaySslPolicy)
Public Class ApplicationGatewaySslPolicy
- Inheritance
-
ApplicationGatewaySslPolicy
- Implements
Constructors
ApplicationGatewaySslPolicy() |
Initializes a new instance of ApplicationGatewaySslPolicy. |
Properties
CipherSuites |
Ssl cipher suites to be enabled in the specified order to application gateway. |
DisabledSslProtocols |
Ssl protocols to be disabled on application gateway. |
MinProtocolVersion |
Minimum version of Ssl protocol to be supported on application gateway. |
PolicyName |
Name of Ssl predefined policy. |
PolicyType |
Type of Ssl Policy. |
Explicit Interface Implementations
IJsonModel<ApplicationGatewaySslPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApplicationGatewaySslPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApplicationGatewaySslPolicy>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApplicationGatewaySslPolicy>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApplicationGatewaySslPolicy>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET