Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceCertificateOrder.DefinitionStages.WithCreate
Packages that use AppServiceCertificateOrder.DefinitionStages.WithCreate
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AppServiceCertificateOrder.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.models
Subinterfaces of AppServiceCertificateOrder.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Subinterfaces with type arguments of type AppServiceCertificateOrder.DefinitionStages.WithCreate in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceAn app service certificate order definition with sufficient inputs to create a new app service certificate order in the cloud, but exposing additional optional inputs to specify.Methods in com.azure.resourcemanager.appservice.models that return AppServiceCertificateOrder.DefinitionStages.WithCreateModifier and TypeMethodDescriptionAppServiceCertificateOrder.DefinitionStages.WithAutoRenew.withAutoRenew(boolean enabled) Specifies if the certificate should be auto-renewed.AppServiceCertificateOrder.DefinitionStages.WithKeyVault.withExistingKeyVault(Vault vault) Specifies an existing key vault to store the certificate private key.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.WithValidYears.withValidYears(int years) Specifies the valid years of the certificate.