Share via


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)

Syntax

public string ResourceName { get; set; }
public:
property String^ ResourceName {
    String^ get();
    void set(String^ value);
}
member ResourceName : string with get, set
Public Property ResourceName As String

Property Value

Type: System.String

The name.

See Also

WebSiteGetUsageMetricsResponse.UsageMetric Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top