Interface AppServiceDomain.DefinitionStages.WithAutoRenew
-
- All Known Subinterfaces:
AppServiceDomain.Definition,AppServiceDomain.DefinitionStages.WithCreate
- Enclosing interface:
- AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithAutoRenewA domain definition allowing auto-renew setting to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServiceDomain.DefinitionStages.WithCreatewithAutoRenewEnabled(boolean autoRenew)Specifies if the domain should be automatically renewed when it's about to expire.
-
-
-
Method Detail
-
withAutoRenewEnabled
AppServiceDomain.DefinitionStages.WithCreate withAutoRenewEnabled(boolean autoRenew)
Specifies if the domain should be automatically renewed when it's about to expire.- Parameters:
autoRenew- true if the domain should be automatically renewed- Returns:
- the next stage of domain definition
-
-