Class CapabilityInformation

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CapabilityInformation

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

    • CapabilityInformation

      public CapabilityInformation()
  • Method Details

    • subscriptionId

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

      public SubscriptionState state()
      Get the subscription state. Possible values include: 'Registered', 'Suspended', 'Deleted', 'Unregistered', 'Warned'.
      Returns:
      the state value
    • maxAccountCount

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

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

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