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

IWithKeyVault<ParentT>.WithExistingKeyVault(IVault) 方法

定义

将证书存储在现有保管库中。

public Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<ParentT> WithExistingKeyVault (Microsoft.Azure.Management.KeyVault.Fluent.IVault vault);
abstract member WithExistingKeyVault : Microsoft.Azure.Management.KeyVault.Fluent.IVault -> Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<'ParentT>
Public Function WithExistingKeyVault (vault As IVault) As IWithSslType(Of ParentT)

参数

vault
IVault

要使用的现有保管库。

返回

适用于