你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISubscriptionAliasResponseProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasResponsePropertiesTypeConverter))]
public interface ISubscriptionAliasResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasResponsePropertiesTypeConverter))>]
type ISubscriptionAliasResponseProperties = interface
    interface IJsonSerializable
Public Interface ISubscriptionAliasResponseProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AcceptOwnershipState

The accept ownership state of the resource.

AcceptOwnershipUrl

Url to accept ownership of the subscription.

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}

CreatedTime

Created Time

DisplayName

The display name of the subscription.

ManagementGroupId

The Management Group Id.

ProvisioningState

The provisioning state of the resource.

ResellerId

Reseller Id

SubscriptionId

Newly created subscription Id.

SubscriptionOwnerId

Owner Id of the subscription

Tag

Tags for the subscription

Workload

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to