Share via


ApplicationGatewayAvailableSslOptionsInner Class

Definition

Response for ApplicationGatewayAvailableSslOptions API service call.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayAvailableSslOptionsInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayAvailableSslOptionsInner = class
    inherit Resource
Public Class ApplicationGatewayAvailableSslOptionsInner
Inherits Resource
Inheritance
ApplicationGatewayAvailableSslOptionsInner
Attributes

Constructors

ApplicationGatewayAvailableSslOptionsInner()

Initializes a new instance of the ApplicationGatewayAvailableSslOptionsInner class.

ApplicationGatewayAvailableSslOptionsInner(String, String, String, String, IDictionary<String,String>, IList<SubResource>, ApplicationGatewaySslPolicyName, IList<ApplicationGatewaySslCipherSuite>, IList<ApplicationGatewaySslProtocol>)

Initializes a new instance of the ApplicationGatewayAvailableSslOptionsInner class.

Properties

AvailableCipherSuites

Gets or sets list of available Ssl cipher suites.

AvailableProtocols

Gets or sets list of available Ssl protocols.

DefaultPolicy

Gets or sets name of the Ssl predefined policy applied by default to application gateway. Possible values include: 'AppGwSslPolicy20150501', 'AppGwSslPolicy20170401', 'AppGwSslPolicy20170401S'

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
PredefinedPolicies

Gets or sets list of available Ssl predefined policy.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to