Freigeben über


Metric.ResourceId Property

 

Optional. The resource ID of the resource that has emitted the metric.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string ResourceId { get; set; }
public:
property String^ ResourceId {
    String^ get();
    void set(String^ value);
}
member ResourceId : string with get, set
Public Property ResourceId As String

Property Value

Type: System.String

See Also

Metric Class
Microsoft.Azure.Insights.Models Namespace

Return to top