ResourceSku.Costs プロパティ

定義

価格情報を取得するためのメタデータを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="costs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts> Costs { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="costs")>]
member this.Costs : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts>
Public ReadOnly Property Costs As IList(Of ResourceSkuCosts)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象