ApplicationGatewayAvailableSslOptionsInfo Class

Definition

Response for ApplicationGatewayAvailableSslOptions API service call.

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

Constructors

ApplicationGatewayAvailableSslOptionsInfo()

Initializes a new instance of ApplicationGatewayAvailableSslOptionsInfo.

Properties

AvailableCipherSuites

List of available Ssl cipher suites.

AvailableProtocols

List of available Ssl protocols.

DefaultPolicy

Name of the Ssl predefined policy applied by default to application gateway.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
PredefinedPolicies

List of available Ssl predefined policy.

ResourceType

Resource type.

(Inherited from NetworkTrackedResourceData)
Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)

Explicit Interface Implementations

IJsonModel<ApplicationGatewayAvailableSslOptionsInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayAvailableSslOptionsInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<ApplicationGatewayAvailableSslOptionsInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayAvailableSslOptionsInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayAvailableSslOptionsInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to