Class QuotaBucketRequestPropertiesDimensions

java.lang.Object
com.azure.resourcemanager.loadtestservice.models.QuotaBucketRequestPropertiesDimensions

public final class QuotaBucketRequestPropertiesDimensions extends Object
Dimensions for new quota request.
  • Constructor Details

    • QuotaBucketRequestPropertiesDimensions

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

    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: Subscription Id dimension for new quota request of the quota bucket.
      Returns:
      the subscriptionId value.
    • withSubscriptionId

      public QuotaBucketRequestPropertiesDimensions withSubscriptionId(String subscriptionId)
      Set the subscriptionId property: Subscription Id dimension for new quota request of the quota bucket.
      Parameters:
      subscriptionId - the subscriptionId value to set.
      Returns:
      the QuotaBucketRequestPropertiesDimensions object itself.
    • location

      public String location()
      Get the location property: Location dimension for new quota request of the quota bucket.
      Returns:
      the location value.
    • withLocation

      public QuotaBucketRequestPropertiesDimensions withLocation(String location)
      Set the location property: Location dimension for new quota request of the quota bucket.
      Parameters:
      location - the location value to set.
      Returns:
      the QuotaBucketRequestPropertiesDimensions object itself.
    • validate

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