Class GetSubscriptionResult
Inheritance
System.Object
GetSubscriptionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Core
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetSubscriptionResult
Fields
View SourceDisplayName
The subscription display name.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LocationPlacementId
The subscription location placement ID.
Declaration
public readonly string LocationPlacementId
Field Value
| Type | Description |
|---|---|
| System.String |
QuotaId
The subscription quota ID.
Declaration
public readonly string QuotaId
Field Value
| Type | Description |
|---|---|
| System.String |
SpendingLimit
The subscription spending limit.
Declaration
public readonly string SpendingLimit
Field Value
| Type | Description |
|---|---|
| System.String |
State
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |
SubscriptionId
The subscription GUID.
Declaration
public readonly string SubscriptionId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The subscription tenant ID.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |