This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.IIS.
Summary
Contains aliases for working with IIS web farms.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["WebFarmAliases"]
class Type type-node
Syntax
public static class WebFarmAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
AddServer |
bool |
Add a server to a web farm on remote IIS.
static
|
AddServer |
bool |
Add a server to a web farm on remote IIS.
static
|
AddServer |
bool |
Add a server to a web farm on local IIS.
static
|
AddServer |
bool |
Add a server to a web farm on local IIS.
static
|
BringServerOnline |
void |
Sets server to Online in a web farm on remote IIS.
static
|
BringServerOnline |
void |
Sets server to Online in a web farm on local IIS.
static
|
CreateWebFarm |
void |
Creates a web farm on remote IIS.
static
|
CreateWebFarm |
void |
Creates a web farm on local IIS.
static
|
DeleteWebFarm |
bool |
Deletes a web farm from remote IIS.
static
|
DeleteWebFarm |
bool |
Deletes a web farm from local IIS.
static
|
GetServerIsHealthy |
bool |
Gets if server is healthy in a web farm on remote IIS.
static
|
GetServerIsHealthy |
bool |
Gets if server is healthy in a web farm on local IIS.
static
|
GetServerState |
string |
Gets server state in a web farm on remote IIS.
static
|
GetServerState |
string |
Gets server state in a web farm on local IIS.
static
|
RemoveServer |
bool |
Remove a server from a web farm on remote IIS.
static
|
RemoveServer |
bool |
Remove a server to from web farm on local IIS.
static
|
ServerExists |
bool |
Checks if server exists in a web farm on remote IIS.
static
|
ServerExists |
bool |
Checks if server exists in a web farm on local IIS.
static
|
SetServerAvailable |
void |
Sets server to available in a web farm on remote IIS.
static
|
SetServerAvailable |
void |
Sets server to available in a web farm on local IIS.
static
|
SetServerHealthy |
void |
Sets server to healthy in a web farm on remote IIS.
static
|
SetServerHealthy |
void |
Sets server to healthy in a web farm on local IIS.
static
|
SetServerUnavailable |
void |
Sets server to unavailable immediately in a web farm on remote IIS.
static
|
SetServerUnavailable |
void |
Sets server to unavailable immediately in a web farm on local IIS.
static
|
Set |
void |
Sets server to unavailable gracefully in a web farm on remote IIS.
static
|
Set |
void |
Sets server to unavailable gracefully in a web farm on local IIS.
static
|
Set |
void |
Sets server to unavailable immediately in a web farm on remote IIS.
static
|
Set |
void |
Sets server to unavailable immediately in a web farm on local IIS.
static
|
SetServerUnhealthy |
void |
Sets server to unhealthy in a web farm on remote IIS.
static
|
SetServerUnhealthy |
void |
Sets server to unhealthy in a web farm on local IIS.
static
|
TakeServerOffline |
void |
Sets server to Offline in a web farm on remote IIS.
static
|
TakeServerOffline |
void |
Sets server to Offline in a web farm on local IIS.
static
|
WebFarmExists |
bool |
Checks if web farm exists on remote IIS.
static
|
WebFarmExists |
bool |
Checks if web farm exists on local IIS.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|