Compartir a través de


Metrics.ResourceId Property

 

Optional. The resource ID of the resource the agent runs on.

Namespace:   Microsoft.Azure.Management.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

Metrics Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top