다음을 통해 공유


BillingProfile.EnabledAzurePlans 속성

정의

사용하도록 설정된 Azure 플랜에 대한 정보를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledAzurePlans")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> EnabledAzurePlans { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledAzurePlans")>]
member this.EnabledAzurePlans : System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AzurePlan> with get, set
Public Property EnabledAzurePlans As IList(Of AzurePlan)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상