SubscriptionResourceGetMonitorMetricsWithPostContent.RollUpBy 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要匯總結果的維度名稱 () 。 例如,如果您只想要查看具有 'City eq Seattle 或 City eq Tacoma' 等篩選準則的計量值,但不想查看每個城市的不同值,您可以指定 'RollUpBy=City' 來查看西雅圖和 Tacoma 的結果匯總成一次。
public string RollUpBy { get; set; }
member this.RollUpBy : string with get, set
Public Property RollUpBy As String