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

ISubscriptionAliasResponse.BillingScope Property

Definition

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}

[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="Billing scope of the subscription.\r\n        For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\r\n        For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\r\n        For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="billingScope")]
public string BillingScope { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="Billing scope of the subscription.\r\n        For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName}\r\n        For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName}\r\n        For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="billingScope")>]
member this.BillingScope : string with get, set
Public Property BillingScope As String

Property Value

Attributes

Applies to