WebSiteGetUsageMetricsResponse::UsageMetric::ResourceName Property

 

Gets or sets the name of the resource that is being measured.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property String^ ResourceName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name.

Return to top
Show: