SubscriptionAliasResponsePropertiesResponse

data class SubscriptionAliasResponsePropertiesResponse(val acceptOwnershipState: String, val acceptOwnershipUrl: String, val billingScope: String? = null, val createdTime: String? = null, val displayName: String? = null, val managementGroupId: String? = null, val provisioningState: String, val resellerId: String? = null, val subscriptionId: String, val subscriptionOwnerId: String? = null, val tags: Map<String, String>? = null, val workload: String? = null)

Put subscription creation result properties.

Constructors

constructor(acceptOwnershipState: String, acceptOwnershipUrl: String, billingScope: String? = null, createdTime: String? = null, displayName: String? = null, managementGroupId: String? = null, provisioningState: String, resellerId: String? = null, subscriptionId: String, subscriptionOwnerId: String? = null, tags: Map<String, String>? = null, workload: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The accept ownership state of the resource.

Link copied to clipboard

Url to accept ownership of the subscription.

Link copied to clipboard
val billingScope: String? = null

Billing scope of the subscription. For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}

Link copied to clipboard
val createdTime: String? = null

Created Time

Link copied to clipboard
val displayName: String? = null

The display name of the subscription.

Link copied to clipboard

The Management Group Id.

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard
val resellerId: String? = null

Reseller Id

Link copied to clipboard

Newly created subscription Id.

Link copied to clipboard

Owner Id of the subscription

Link copied to clipboard
val tags: Map<String, String>? = null

Tags for the subscription

Link copied to clipboard
val workload: String? = null

The workload type of the subscription. It can be either Production or DevTest.