SubscriptionAliasResponseProperties interface   
Put subscription creation result properties.
Properties
| accept | 
	The accept ownership state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| accept | 
	Url to accept ownership of the subscription. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| billing | 
	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}  | 
| created | 
	Created Time  | 
| display | 
	The display name of the subscription.  | 
| management | 
	The Management Group Id.  | 
| provisioning | 
	The provisioning state of the resource.  | 
| reseller | 
	Reseller Id  | 
| subscription | 
	Newly created subscription Id. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| subscription | 
	Owner Id of the subscription  | 
| tags | Tags for the subscription  | 
| workload | The workload type of the subscription. It can be either Production or DevTest.  | 
Property Details
		acceptOwnershipState
	  
	The accept ownership state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
acceptOwnershipState?: string
				Property Value
string
		acceptOwnershipUrl
	  
	Url to accept ownership of the subscription. NOTE: This property will not be serialized. It can only be populated by the server.
acceptOwnershipUrl?: string
				Property Value
string
		billingScope
	 
	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}
billingScope?: string
				Property Value
string
		createdTime
	 
	Created Time
createdTime?: string
				Property Value
string
		displayName
	 
	The display name of the subscription.
displayName?: string
				Property Value
string
		managementGroupId
	  
	The Management Group Id.
managementGroupId?: string
				Property Value
string
		provisioningState
	 
	The provisioning state of the resource.
provisioningState?: string
				Property Value
string
		resellerId
	 
	Reseller Id
resellerId?: string
				Property Value
string
		subscriptionId
	 
	Newly created subscription Id. NOTE: This property will not be serialized. It can only be populated by the server.
subscriptionId?: string
				Property Value
string
		subscriptionOwnerId
	  
	Owner Id of the subscription
subscriptionOwnerId?: string
				Property Value
string
tags
Tags for the subscription
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
workload
The workload type of the subscription. It can be either Production or DevTest.
workload?: string
				Property Value
string