CapabilityInformation interface
Subscription-level properties and limits for Data Lake Analytics.
Properties
account |
The current number of accounts under this subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
max |
The maximum supported number of accounts under this subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
migration |
The Boolean value of true or false to indicate the maintenance state. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The subscription state. NOTE: This property will not be serialized. It can only be populated by the server. |
subscription |
The subscription credentials that uniquely identifies the subscription. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountCount
The current number of accounts under this subscription. NOTE: This property will not be serialized. It can only be populated by the server.
accountCount?: number
Property Value
number
maxAccountCount
The maximum supported number of accounts under this subscription. NOTE: This property will not be serialized. It can only be populated by the server.
maxAccountCount?: number
Property Value
number
migrationState
The Boolean value of true or false to indicate the maintenance state. NOTE: This property will not be serialized. It can only be populated by the server.
migrationState?: boolean
Property Value
boolean
state
The subscription state. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
subscriptionId
The subscription credentials that uniquely identifies the subscription. NOTE: This property will not be serialized. It can only be populated by the server.
subscriptionId?: string
Property Value
string
Azure SDK for JavaScript