| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| 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(Vault vault)
Specifies an existing key vault to store the certificate private key.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
AppServiceCertificateOrder.DefinitionStages.WithKeyVault.withNewKeyVault(String vaultName,
com.azure.core.management.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 © 2021 Microsoft Corporation. All rights reserved.