GetSubscriptionsSubscription

data class GetSubscriptionsSubscription(val displayName: String, val id: String, val locationPlacementId: String, val quotaId: String, val spendingLimit: String, val state: String, val subscriptionId: String, val tags: Map<String, String>, val tenantId: String)

Constructors

Link copied to clipboard
constructor(displayName: String, id: String, locationPlacementId: String, quotaId: String, spendingLimit: String, state: String, subscriptionId: String, tags: Map<String, String>, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The subscription display name.

Link copied to clipboard
val id: String

The ID of this subscription.

Link copied to clipboard

The subscription location placement ID.

Link copied to clipboard

The subscription quota ID.

Link copied to clipboard

The subscription spending limit.

Link copied to clipboard

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

Link copied to clipboard

The subscription GUID.

Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The subscription tenant ID.