Class SkuRestrictionInfo

java.lang.Object
com.azure.resourcemanager.databoxedge.models.SkuRestrictionInfo

public final class SkuRestrictionInfo extends Object
The restriction info with locations and zones.
  • Constructor Details

    • SkuRestrictionInfo

      public SkuRestrictionInfo()
      Creates an instance of SkuRestrictionInfo class.
  • Method Details

    • locations

      public List<String> locations()
      Get the locations property: The locations.
      Returns:
      the locations value.
    • zones

      public List<String> zones()
      Get the zones property: The zones.
      Returns:
      the zones value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.