Class CapabilityInformationInner

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.CapabilityInformationInner

public final class CapabilityInformationInner extends Object
Subscription-level properties and limits for Data Lake Analytics.
  • Constructor Details

    • CapabilityInformationInner

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

    • subscriptionId

      public UUID subscriptionId()
      Get the subscriptionId property: The subscription credentials that uniquely identifies the subscription.
      Returns:
      the subscriptionId value.
    • state

      public SubscriptionState state()
      Get the state property: The subscription state.
      Returns:
      the state value.
    • maxAccountCount

      public Integer maxAccountCount()
      Get the maxAccountCount property: The maximum supported number of accounts under this subscription.
      Returns:
      the maxAccountCount value.
    • accountCount

      public Integer accountCount()
      Get the accountCount property: The current number of accounts under this subscription.
      Returns:
      the accountCount value.
    • migrationState

      public Boolean migrationState()
      Get the migrationState property: The Boolean value of true or false to indicate the maintenance state.
      Returns:
      the migrationState value.
    • validate

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