public static interface AppServiceCertificateOrder.DefinitionStages.WithKeyVault
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
withExistingKeyVault(Vault vault)
Specifies an existing key vault to store the certificate private key.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
withNewKeyVault(String vaultName,
Region region)
Creates a new key vault to store the certificate private key.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate withExistingKeyVault(Vault vault)
vault - the vault to store the private keyAppServiceCertificateOrder.DefinitionStages.WithCreate withNewKeyVault(String vaultName, Region region)
vaultName - the name of the new key vaultregion - the region to create the vaultCopyright © 2019. All rights reserved.