public static interface AppServiceCertificateOrder.DefinitionStages.WithKeyVault
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
withExistingKeyVault(com.microsoft.azure.management.keyvault.Vault vault)
Specifies an existing key vault to store the certificate private key.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
withNewKeyVault(String vaultName,
com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Creates a new key vault to store the certificate private key.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate withExistingKeyVault(com.microsoft.azure.management.keyvault.Vault vault)
vault - the vault to store the private keyAppServiceCertificateOrder.DefinitionStages.WithCreate withNewKeyVault(String vaultName, com.microsoft.azure.management.resources.fluentcore.arm.Region region)
vaultName - the name of the new key vaultregion - the region to create the vault/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/