IWithKeyVault<ParentT>.WithNewKeyVault(String) 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.
Creates a new key vault to store the certificate.
public Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<ParentT> WithNewKeyVault (string vaultName);
abstract member WithNewKeyVault : string -> Microsoft.Azure.Management.AppService.Fluent.HostNameSslBinding.UpdateDefinition.IWithSslType<'ParentT>
Public Function WithNewKeyVault (vaultName As String) As IWithSslType(Of ParentT)
Parameters
- vaultName
- String
The name of the key vault to create.