| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServiceCertificateOrder.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
AppServiceCertificateOrder.DefinitionStages.WithAutoRenew.withAutoRenew(boolean enabled)
Specifies if the certificate should be auto-renewed.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
AppServiceCertificateOrder.DefinitionStages.WithKeyVault.withExistingKeyVault(com.microsoft.azure.management.keyvault.Vault vault)
Specifies an existing key vault to store the certificate private key.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
AppServiceCertificateOrder.DefinitionStages.WithKeyVault.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 |
AppServiceCertificateOrder.DefinitionStages.WithValidYears.withValidYears(int years)
Specifies the valid years of the certificate.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/