HistoricalUsageMetricSample.InstanceName Property
Optional. Name of the instance for which the metric applies. If empty the metric is aggregated on all instances.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string InstanceName { get; set; }
public:
property String^ InstanceName {
String^ get();
void set(String^ value);
}
member InstanceName : string with get, set
Public Property InstanceName As String
Property Value
Type: System.String
See Also
HistoricalUsageMetricSample Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top