WebPubSubCustomCertificateData(Uri, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of WebPubSubCustomCertificateData.
public WebPubSubCustomCertificateData(Uri keyVaultBaseUri, string keyVaultSecretName);
new Azure.ResourceManager.WebPubSub.WebPubSubCustomCertificateData : Uri * string -> Azure.ResourceManager.WebPubSub.WebPubSubCustomCertificateData
Public Sub New (keyVaultBaseUri As Uri, keyVaultSecretName As String)
Parameters
- keyVaultBaseUri
- Uri
Base uri of the KeyVault that stores certificate.
- keyVaultSecretName
- String
Certificate secret name.
Exceptions
keyVaultBaseUri or keyVaultSecretName is null.