Class LabServicesSkuRestrictions

java.lang.Object
com.azure.resourcemanager.labservices.models.LabServicesSkuRestrictions

public final class LabServicesSkuRestrictions extends Object
The restriction details.
  • Constructor Details

    • LabServicesSkuRestrictions

      public LabServicesSkuRestrictions()
  • Method Details

    • type

      public RestrictionType type()
      Get the type property: The type of restriction.
      Returns:
      the type value.
    • values

      public List<String> values()
      Get the values property: The values of the restriction.
      Returns:
      the values value.
    • reasonCode

      public RestrictionReasonCode reasonCode()
      Get the reasonCode property: The reason for the restriction.
      Returns:
      the reasonCode value.
    • validate

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