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

IWithSslCertificate<ReturnT>.WithSslCertificateFromPfxFile 方法

定义

指定要从中导入 SSL 证书以与此资源关联的 PFX 文件。 将使用自动生成的名称来命名证书。

public Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<ReturnT> WithSslCertificateFromPfxFile (System.IO.FileInfo pfxFile);
abstract member WithSslCertificateFromPfxFile : System.IO.FileInfo -> Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Update.IWithSslPassword<'ReturnT>
Public Function WithSslCertificateFromPfxFile (pfxFile As FileInfo) As IWithSslPassword(Of ReturnT)

参数

pfxFile
FileInfo

现有 PFX 文件。

返回

适用于