ApplicationGatewaySslPredefinedPolicy interface
Ssl 预定义策略。
- 扩展
属性
| cipher |
要按应用程序网关的指定顺序启用的 Ssl 密码套件。 |
| min |
应用程序网关支持的最低 Ssl 协议版本。 |
| name | Ssl 预定义策略的名称。 |
继承属性
| id | 资源 ID。 |
属性详细信息
cipherSuites
要按应用程序网关的指定顺序启用的 Ssl 密码套件。
cipherSuites?: string[]
属性值
string[]
minProtocolVersion
应用程序网关支持的最低 Ssl 协议版本。
minProtocolVersion?: string
属性值
string
name
Ssl 预定义策略的名称。
name?: string
属性值
string