MetricDefinition.ResourceIdSuffix Property
Optional. Metric resource id suffix specfies the sub-resource path within the the resource for the metric.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public string ResourceIdSuffix { get; set; }
public:
property String^ ResourceIdSuffix {
String^ get();
void set(String^ value);
}
member ResourceIdSuffix : string with get, set
Public Property ResourceIdSuffix As String
Property Value
Type: System.String
See Also
MetricDefinition Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top