IWithKeyVault<ParentT>.WithExistingKeyVault(IVault) メソッド

定義

証明書を既存のコンテナーに格納します。

public Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.Definition.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.Definition.IWithSslType<'ParentT>
Public Function WithExistingKeyVault (vault As IVault) As IWithSslType(Of ParentT)

パラメーター

vault
IVault

使用する既存のコンテナー。

戻り値

適用対象