WebSiteGetUsageMetricsResponse::UsageMetric::ComputeMode Property

 

Gets or sets a WebSiteComputeMode value that specifies the compute mode of the website.

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

public:
property WebSiteComputeMode ComputeMode {
	WebSiteComputeMode get();
	void set(WebSiteComputeMode value);
}

For websites in Standard Mode, the return value is Dedicated. For websites in Free or Shared mode, the return value is Shared.

Return to top
Show: