WebSiteGetHistoricalUsageMetricsParameters.SlotView Property
Optional. Flag which specifies if the metrics returned should reflect slot swaps. Let's take for example following case: if production slot has hostname www.contos.com and take traffic for 12 hours and later is swapped with staging slot. Getting metrics with SlotView=false will reflect the swap - e.g. there will be a increase on the staging slot metrics after it goes to production.If SlotView=true is used it will show the metrics for the www.contoso.com regardless which slot was serving at the moment.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool SlotView { get; set; }
public:
property bool SlotView {
bool get();
void set(bool value);
}
member SlotView : bool with get, set
Public Property SlotView As Boolean
Property Value
Type: System.Boolean
See Also
WebSiteGetHistoricalUsageMetricsParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top