public static interface AppServiceDomain.DefinitionStages.WithAutoRenew
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.DefinitionStages.WithCreate |
withAutoRenewEnabled(boolean autoRenew)
Specifies if the domain should be automatically renewed when it's about to expire.
|
AppServiceDomain.DefinitionStages.WithCreate withAutoRenewEnabled(boolean autoRenew)
autoRenew - true if the domain should be automatically renewedVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.