ApplicationGatewayAvailableSslOptionsInner 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.
[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
- 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
Azure SDK for .NET