C# Class Elastacloud.AzureManagement.Fluent.WasabiWeb.WasabiWebRule

Concrete implementation of an IWasabiWebRule
Inheritance: IWasabiWebRule
Mostra file Open project: azurecoder/fluent-management

Public Methods

Method Description
Test ( int value ) : WasabiWebState

Tests the state of the website

WasabiWebRule ( string metricName, int isGreaterThan, int isLessThan ) : System

Used to construct a WasabiWebRule

Method Details

Test() public method

Tests the state of the website
public Test ( int value ) : WasabiWebState
value int
return WasabiWebState

WasabiWebRule() public method

Used to construct a WasabiWebRule
public WasabiWebRule ( string metricName, int isGreaterThan, int isLessThan ) : System
metricName string
isGreaterThan int
isLessThan int
return System