Interface CapabilityInformation


public interface CapabilityInformation
An immutable client-side representation of CapabilityInformation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the accountCount property: The current number of accounts under this subscription.
    Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.CapabilityInformationInner object.
    Gets the maxAccountCount property: The maximum supported number of accounts under this subscription.
    Gets the migrationState property: The Boolean value of true or false to indicate the maintenance state.
    Gets the state property: The subscription state.
    Gets the subscriptionId property: The subscription credentials that uniquely identifies the subscription.
  • Method Details

    • subscriptionId

      UUID subscriptionId()
      Gets the subscriptionId property: The subscription credentials that uniquely identifies the subscription.
      Returns:
      the subscriptionId value.
    • state

      Gets the state property: The subscription state.
      Returns:
      the state value.
    • maxAccountCount

      Integer maxAccountCount()
      Gets the maxAccountCount property: The maximum supported number of accounts under this subscription.
      Returns:
      the maxAccountCount value.
    • accountCount

      Integer accountCount()
      Gets the accountCount property: The current number of accounts under this subscription.
      Returns:
      the accountCount value.
    • migrationState

      Boolean migrationState()
      Gets the migrationState property: The Boolean value of true or false to indicate the maintenance state.
      Returns:
      the migrationState value.
    • innerModel

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