Class CapabilityInformation
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CapabilityInformation
Subscription-level properties and limits for Data Lake Analytics.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the current number of accounts under this subscription.Get the maximum supported number of accounts under this subscription.Get the Boolean value of true or false to indicate the maintenance state.state()
Get the subscription state.Get the subscription credentials that uniquely identifies the subscription.
-
Constructor Details
-
CapabilityInformation
public CapabilityInformation()
-
-
Method Details
-
subscriptionId
Get the subscription credentials that uniquely identifies the subscription.- Returns:
- the subscriptionId value
-
state
Get the subscription state. Possible values include: 'Registered', 'Suspended', 'Deleted', 'Unregistered', 'Warned'.- Returns:
- the state value
-
maxAccountCount
Get the maximum supported number of accounts under this subscription.- Returns:
- the maxAccountCount value
-
accountCount
Get the current number of accounts under this subscription.- Returns:
- the accountCount value
-
migrationState
Get the Boolean value of true or false to indicate the maintenance state.- Returns:
- the migrationState value
-