public static interface AppServiceCertificateOrder.DefinitionStages.WithAutoRenew
| Modifier and Type | Method and Description |
|---|---|
AppServiceCertificateOrder.DefinitionStages.WithCreate |
withAutoRenew(boolean enabled)
Specifies if the certificate should be auto-renewed.
|
AppServiceCertificateOrder.DefinitionStages.WithCreate withAutoRenew(boolean enabled)
enabled - true if the certificate order should be auto-renewedVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.