Show / Hide Table of Contents

Class GetSubscriptionsSubscriptionResult

Inheritance
System.Object
GetSubscriptionsSubscriptionResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetSubscriptionsSubscriptionResult

Fields

View Source

DisplayName

The subscription display name.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

LocationPlacementId

The subscription location placement ID.

Declaration
public readonly string LocationPlacementId
Field Value
Type Description
System.String
View Source

QuotaId

The subscription quota ID.

Declaration
public readonly string QuotaId
Field Value
Type Description
System.String
View Source

SpendingLimit

The subscription spending limit.

Declaration
public readonly string SpendingLimit
Field Value
Type Description
System.String
View Source

State

The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

SubscriptionId

The subscription GUID.

Declaration
public readonly string SubscriptionId
Field Value
Type Description
System.String
View Source

TenantId

The subscription tenant ID.

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.