SubscriptionAliasResponseProperties Class

Put subscription creation result properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
SubscriptionAliasResponseProperties

Constructor

SubscriptionAliasResponseProperties(*, display_name: Optional[str] = None, provisioning_state: Optional[Union[str, azure.mgmt.subscription.models._subscription_client_enums.ProvisioningState]] = None, billing_scope: Optional[str] = None, workload: Optional[Union[str, azure.mgmt.subscription.models._subscription_client_enums.Workload]] = None, reseller_id: Optional[str] = None, subscription_owner_id: Optional[str] = None, management_group_id: Optional[str] = None, created_time: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

subscription_id
str

Newly created subscription Id.

display_name
str

The display name of the subscription.

provisioning_state
str or ProvisioningState

The provisioning state of the resource. Possible values include: "Accepted", "Succeeded", "Failed".

accept_ownership_url
str

Url to accept ownership of the subscription.

accept_ownership_state
str or AcceptOwnership

The accept ownership state of the resource. Possible values include: "Pending", "Completed", "Expired".

billing_scope
str

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}.

workload
str or Workload

The workload type of the subscription. It can be either Production or DevTest. Possible values include: "Production", "DevTest".

reseller_id
str

Reseller Id.

subscription_owner_id
str

Owner Id of the subscription.

management_group_id
str

The Management Group Id.

created_time
str

Created Time.

tags
dict[str, str]

A set of tags. Tags for the subscription.