ApplicationGatewayAvailableSslOptionsInfoData 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 ApplicationGatewayAvailableSslOptionsInfoData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.ApplicationGatewayAvailableSslOptionsInfoData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.ApplicationGatewayAvailableSslOptionsInfoData>
type ApplicationGatewayAvailableSslOptionsInfoData = class
inherit NetworkTrackedResourceData
interface IJsonModel<ApplicationGatewayAvailableSslOptionsInfoData>
interface IPersistableModel<ApplicationGatewayAvailableSslOptionsInfoData>
Public Class ApplicationGatewayAvailableSslOptionsInfoData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of ApplicationGatewayAvailableSslOptionsInfoData), IPersistableModel(Of ApplicationGatewayAvailableSslOptionsInfoData)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| 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 |
Compatibility member. (Inherited from NetworkTrackedResourceData) |
| Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
| Type |
Resource type. (Inherited from NetworkTrackedResourceData) |