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

ApplicationGatewaySslProfile 类

定义

应用程序网关的 SSL 配置文件。

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

构造函数

ApplicationGatewaySslProfile()

初始化 ApplicationGatewaySslProfile 类的新实例。

ApplicationGatewaySslProfile(String, IList<SubResource>, ApplicationGatewaySslPolicy, ApplicationGatewayClientAuthConfiguration, String, String, String, String)

初始化 ApplicationGatewaySslProfile 类的新实例。

属性

ClientAuthConfiguration

获取或设置应用程序网关资源的客户端身份验证配置。

Etag

获取一个唯一的只读字符串,每当资源更新时,该字符串都会更改。

Id

获取或设置资源 ID。

(继承自 SubResource)
Name

获取或设置应用程序网关中唯一的 SSL 配置文件的名称。

ProvisioningState

获取 HTTP 侦听器资源的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

SslPolicy

获取或设置应用程序网关资源的 SSL 策略。

TrustedClientCertificates

获取或设置对应用程序网关受信任客户端证书的引用数组。

Type

获取资源的类型。

适用于