ApplicationGatewaySslPredefinedPolicy Class

Definition

An Ssl predefined policy.

public class ApplicationGatewaySslPredefinedPolicy : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ApplicationGatewaySslPredefinedPolicy>
public class ApplicationGatewaySslPredefinedPolicy : Azure.ResourceManager.Network.Models.NetworkResourceData
type ApplicationGatewaySslPredefinedPolicy = class
    inherit NetworkResourceData
    interface IJsonModel<ApplicationGatewaySslPredefinedPolicy>
    interface IPersistableModel<ApplicationGatewaySslPredefinedPolicy>
type ApplicationGatewaySslPredefinedPolicy = class
    inherit NetworkResourceData
Public Class ApplicationGatewaySslPredefinedPolicy
Inherits NetworkResourceData
Implements IJsonModel(Of ApplicationGatewaySslPredefinedPolicy), IPersistableModel(Of ApplicationGatewaySslPredefinedPolicy)
Public Class ApplicationGatewaySslPredefinedPolicy
Inherits NetworkResourceData
Inheritance
ApplicationGatewaySslPredefinedPolicy
Implements

Constructors

ApplicationGatewaySslPredefinedPolicy()

Initializes a new instance of ApplicationGatewaySslPredefinedPolicy.

Properties

CipherSuites

Ssl cipher suites to be enabled in the specified order for application gateway.

Id

Resource ID.

(Inherited from NetworkResourceData)
MinProtocolVersion

Minimum version of Ssl protocol to be supported on application gateway.

Name

Resource name.

(Inherited from NetworkResourceData)
ResourceType

Resource type.

(Inherited from NetworkResourceData)

Explicit Interface Implementations

IJsonModel<ApplicationGatewaySslPredefinedPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplicationGatewaySslPredefinedPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IPersistableModel<ApplicationGatewaySslPredefinedPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewaySslPredefinedPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplicationGatewaySslPredefinedPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)

Applies to