Interface AppServiceDomain.UpdateStages.WithAutoRenew

All Known Subinterfaces:
AppServiceDomain.Update
Enclosing interface:
AppServiceDomain.UpdateStages

public static interface AppServiceDomain.UpdateStages.WithAutoRenew
A domain definition allowing auto-renew setting to be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAutoRenewEnabled(boolean autoRenew)
    Specifies if the domain should be automatically renewed when it's about to expire.
  • Method Details

    • withAutoRenewEnabled

      AppServiceDomain.Update 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