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

IWithSslCertificate<ReturnT>.WithSslCertificate(String) 方法

定义

指定要与此资源关联的 SSL 证书。 如果证书尚不存在,则必须在父资源更新中定义该证书。

public ReturnT WithSslCertificate (string name);
abstract member WithSslCertificate : string -> 'ReturnT
Public Function WithSslCertificate (name As String) As ReturnT

参数

name
String

与此应用程序网关关联的现有 SSL 证书的名称。

返回

ReturnT

适用于