SubscriptionInfo
A cloud subscription or account boundary available to the authenticated user.
Class Diagram
Section titled “Class Diagram”---
title: SubscriptionInfo
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class SubscriptionInfo {
+string subscriptionId
+string displayName
+string state
}
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| subscriptionId | string | Stable provider subscription identifier |
| displayName | string | Human-readable subscription name |
| state | string | Provider-reported lifecycle state |