Class CapabilityInformation
java.lang.Object
com.microsoft.azure.management.datalake.store.models.CapabilityInformation
Subscription-level properties and limits for Data Lake Store.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the accountCount value.Get the maxAccountCount value.Get the migrationState value.state()
Get the state value.Get the subscriptionId value.
-
Constructor Details
-
CapabilityInformation
public CapabilityInformation()
-
-
Method Details
-
subscriptionId
Get the subscriptionId value.- Returns:
- the subscriptionId value
-
state
Get the state value.- Returns:
- the state value
-
maxAccountCount
Get the maxAccountCount value.- Returns:
- the maxAccountCount value
-
accountCount
Get the accountCount value.- Returns:
- the accountCount value
-
migrationState
Get the migrationState value.- Returns:
- the migrationState value
-