CapabilityInformation Interface
public interface CapabilityInformation
An immutable client-side representation of CapabilityInformation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Integer |
accountCount()
Gets the account |
|
abstract
Capability |
innerModel()
Gets the inner com. |
| abstract Integer |
maxAccountCount()
Gets the max |
| abstract Boolean |
migrationState()
Gets the migration |
|
abstract
Subscription |
state()
Gets the state property: The subscription state. |
| abstract UUID |
subscriptionId()
Gets the subscription |
Method Details
accountCount
public abstract Integer accountCount()
Gets the accountCount property: The current number of accounts under this subscription.
Returns:
innerModel
public abstract CapabilityInformationInner innerModel()
Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.CapabilityInformationInner object.
Returns:
maxAccountCount
public abstract Integer maxAccountCount()
Gets the maxAccountCount property: The maximum supported number of accounts under this subscription.
Returns:
migrationState
public abstract Boolean migrationState()
Gets the migrationState property: The Boolean value of true or false to indicate the maintenance state.
Returns:
state
public abstract SubscriptionState state()
Gets the state property: The subscription state.
Returns:
subscriptionId
public abstract UUID subscriptionId()
Gets the subscriptionId property: The subscription credentials that uniquely identifies the subscription.
Returns: