GetManagementGroupSubscriptionResult

data class GetManagementGroupSubscriptionResult(val azureApiVersion: String, val displayName: String? = null, val id: String, val name: String, val parent: DescendantParentGroupInfoResponse? = null, val state: String? = null, val tenant: String? = null, val type: String)

The details of subscription under management group.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, displayName: String? = null, id: String, name: String, parent: DescendantParentGroupInfoResponse? = null, state: String? = null, tenant: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val displayName: String? = null

The friendly name of the subscription.

Link copied to clipboard
val id: String

The fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001

Link copied to clipboard

The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000

Link copied to clipboard

The ID of the parent management group.

Link copied to clipboard
val state: String? = null

The state of the subscription.

Link copied to clipboard
val tenant: String? = null

The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000

Link copied to clipboard

The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions