C# 클래스 Elastacloud.AzureManagement.Fluent.WasabiWeb.WasabiWebRulesEngine

상속: IWasabiWebRulesEngine
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
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