ApplicationGatewayAvailableSslOptionsInfo 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.
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
- 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
Applies to
Azure SDK for .NET