你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationGatewaySslPredefinedPolicyInner 类

定义

Ssl 预定义策略。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewaySslPredefinedPolicyInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewaySslPredefinedPolicyInner = class
    inherit SubResource
Public Class ApplicationGatewaySslPredefinedPolicyInner
Inherits SubResource
继承
ApplicationGatewaySslPredefinedPolicyInner
属性

构造函数

ApplicationGatewaySslPredefinedPolicyInner()

初始化 ApplicationGatewaySslPredefinedPolicyInner 类的新实例。

ApplicationGatewaySslPredefinedPolicyInner(String, String, IList<ApplicationGatewaySslCipherSuite>, ApplicationGatewaySslProtocol)

初始化 ApplicationGatewaySslPredefinedPolicyInner 类的新实例。

属性

CipherSuites

获取或设置要按指定顺序为应用程序网关启用的 ssl 密码套件。

Id

资源 ID

(继承自 SubResource)
MinProtocolVersion

获取或设置应用程序网关上支持的最低 Ssl 协议版本。 可能的值包括:“TLSv1_0”、“TLSv1_1”、“TLSv1_2”

Name

获取或设置 Ssl 预定义策略的名称。

适用于