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

IWithData<ParentT>.WithKeyVaultSecretId(String) 方法

定义

使用密钥保管库来分隔私钥的内容。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.UpdateDefinition.IWithAttach<ParentT> WithKeyVaultSecretId (string keyVaultSecretId);
abstract member WithKeyVaultSecretId : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewaySslCertificate.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithKeyVaultSecretId (keyVaultSecretId As String) As IWithAttach(Of ParentT)

参数

keyVaultSecretId
String

密钥保管库的机密 ID。

返回

适用于