C# Класс Elastacloud.AzureManagement.Fluent.WasabiWeb.WasabiWebRulesEngine

Наследование: IWasabiWebRulesEngine
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddRule ( IWasabiWebRule rule ) : void

Adds a rule to the

Scale ( WasabiWebLogicalOperation operation, List metrics ) : WasabiWebState

A scalar used to determine whether the site should be scaled up down or left alone

WasabiWebRulesEngine ( string websiteName, int samplePeriod ) : System
this ( string metricName ) : IWasabiWebRule

An indexer used to get any of the values of the website metrics rules

Описание методов

AddRule() публичный Метод

Adds a rule to the
public AddRule ( IWasabiWebRule rule ) : void
rule IWasabiWebRule
Результат void

Scale() публичный Метод

A scalar used to determine whether the site should be scaled up down or left alone
public Scale ( WasabiWebLogicalOperation operation, List metrics ) : WasabiWebState
operation WasabiWebLogicalOperation
metrics List
Результат WasabiWebState

WasabiWebRulesEngine() публичный Метод

public WasabiWebRulesEngine ( string websiteName, int samplePeriod ) : System
websiteName string
samplePeriod int
Результат System

this() публичный Метод

An indexer used to get any of the values of the website metrics rules
public this ( string metricName ) : IWasabiWebRule
metricName string The name of the metric
Результат IWasabiWebRule