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 application pools.
- Assembly
- Cake
.IIS .dll - Namespace
- Cake
.IIS - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ApplicationPoolAliases"]
class Type type-node
Syntax
public static class ApplicationPoolAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
CreatePool |
void |
Creates application pool on local IIS.
static
|
CreatePool |
void |
Creates application pool on remote IIS.
static
|
DeletePool |
bool |
Deletes application pool from remote IIS.
static
|
DeletePool |
bool |
Deletes application pool from local IIS.
static
|
PoolExists |
bool |
Checks if application pool exists on remote IIS.
static
|
PoolExists |
bool |
Checks if application pool exists on local IIS.
static
|
RecyclePool |
bool |
Recycles application pool on remote IIS.
static
|
RecyclePool |
bool |
Recycles application pool on local IIS.
static
|
RestartPool |
bool |
Restarts application pool on remote IIS.
static
|
RestartPool |
bool |
Restarts application pool on local IIS.
static
|
StartPool |
bool |
Starts application pool on remote IIS.
static
|
StartPool |
bool |
Starts application pool on local IIS.
static
|
StopPool |
bool |
Stops application pool on remote IIS.
static
|
StopPool |
bool |
Stops application pool 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
|