OperationMetricSpecification.Dimensions Property

Definition

Gets or sets defines the metric dimension.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to