UsageDetail.AdditionalProperties Property

Definition

Gets additional details of this usage item. By default this is not populated, unless it's specified in $expand.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalProperties")]
public string AdditionalProperties { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalProperties")>]
member this.AdditionalProperties : string
Public ReadOnly Property AdditionalProperties As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to