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 accountCount property: The current number of accounts under this subscription.

abstract CapabilityInformationInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.CapabilityInformationInner object.

abstract Integer maxAccountCount()

Gets the maxAccountCount property: The maximum supported number of accounts under this subscription.

abstract Boolean migrationState()

Gets the migrationState property: The Boolean value of true or false to indicate the maintenance state.

abstract SubscriptionState state()

Gets the state property: The subscription state.

abstract UUID subscriptionId()

Gets the subscriptionId property: The subscription credentials that uniquely identifies the subscription.

Method Details

accountCount

public abstract Integer accountCount()

Gets the accountCount property: The current number of accounts under this subscription.

Returns:

the accountCount value.

innerModel

public abstract CapabilityInformationInner innerModel()

Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.CapabilityInformationInner object.

Returns:

the inner object.

maxAccountCount

public abstract Integer maxAccountCount()

Gets the maxAccountCount property: The maximum supported number of accounts under this subscription.

Returns:

the maxAccountCount value.

migrationState

public abstract Boolean migrationState()

Gets the migrationState property: The Boolean value of true or false to indicate the maintenance state.

Returns:

the migrationState value.

state

public abstract SubscriptionState state()

Gets the state property: The subscription state.

Returns:

the state value.

subscriptionId

public abstract UUID subscriptionId()

Gets the subscriptionId property: The subscription credentials that uniquely identifies the subscription.

Returns:

the subscriptionId value.

Applies to