MetricSetting.ResourceId Property

 

Required. The resource id of the service.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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

MetricSetting Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top