WebSiteGetUsageMetricsResponse::UsageMetric::ComputeMode Property
Gets or sets a WebSiteComputeMode value that specifies the compute mode of the website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property WebSiteComputeMode ComputeMode { WebSiteComputeMode get(); void set(WebSiteComputeMode value); }
Property Value
Type: Microsoft.WindowsAzure.Management.WebSites.Models::WebSiteComputeModeA WebSiteComputeMode value.
For websites in Standard Mode, the return value is Dedicated. For websites in Free or Shared mode, the return value is Shared.
Show: