IAppServiceCertificateOrder.CreateKeyVaultBindingAsync Method
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.
Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateKeyVaultBinding> CreateKeyVaultBindingAsync(string certificateName, Microsoft.Azure.Management.KeyVault.Fluent.IVault vault, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateKeyVaultBindingAsync : string * Microsoft.Azure.Management.KeyVault.Fluent.IVault * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateKeyVaultBinding>
Public Function CreateKeyVaultBindingAsync (certificateName As String, vault As IVault, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IAppServiceCertificateKeyVaultBinding)
Parameters
- certificateName
- String
The name of the Key Vault Secret.
- vault
- IVault
The key vault to store the certificate.
- cancellationToken
- CancellationToken