Sdílet prostřednictvím


ApplicationGatewayAvailableSslOptions Class

Definition

Response for ApplicationGatewayAvailableSslOptions API service call.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayAvailableSslOptions : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayAvailableSslOptions = class
    inherit Resource
Public Class ApplicationGatewayAvailableSslOptions
Inherits Resource
Inheritance
ApplicationGatewayAvailableSslOptions
Attributes

Constructors

ApplicationGatewayAvailableSslOptions()

Initializes a new instance of the ApplicationGatewayAvailableSslOptions class.

ApplicationGatewayAvailableSslOptions(String, String, String, String, IDictionary<String,String>, IList<SubResource>, String, IList<String>, IList<String>)

Initializes a new instance of the ApplicationGatewayAvailableSslOptions 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', 'AppGwSslPolicy20220101', 'AppGwSslPolicy20220101S'

Id

Gets or sets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
PredefinedPolicies

Gets or sets list of available Ssl predefined policy.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)

Applies to