Method | Description | |
---|---|---|
Create ( |
Creates a default website with nothing deployed
|
|
CreateFromBitBucket ( |
As above but using BitBucket instead
|
|
CreateFromGithub ( |
Creates a website given github credentials
|
|
Delete ( ) : void |
Deletes a website with the current context
|
|
GetWebsiteMetricsPerInterval ( System.TimeSpan span ) : List |
Gets the website metrics in the requested interval backwards from datetime.now
|
|
List ( ) : List |
Returns a list of websites
|
|
Restart ( ) : void |
Restarts the website from a stopped state
|
|
Stop ( ) : void |
Stops the website if it is currently running
|
|
Update ( ) : void |
Updates the config with the current compute config
|
|
WebsiteClient ( string subscriptionId, |
Used to construct a windows azure website client
|
Method | Description | |
---|---|---|
GetWebsiteIfExists ( ) : |
||
SetScalePotential ( |
||
ValidateWebSpace ( string webSpace ) : void |
public Create ( |
||
website | the website which will be created | |
scm | ScmType | |
return | void |
public CreateFromBitBucket ( |
||
website | ||
gitDetails | ||
return | void |
public CreateFromGithub ( |
||
website | ||
gitDetails | the details of the github repo | |
return | void |
public GetWebsiteMetricsPerInterval ( System.TimeSpan span ) : List |
||
span | System.TimeSpan | |
return | List |
public WebsiteClient ( string subscriptionId, |
||
subscriptionId | string | the subscription id |
certificate | The management certificate | |
siteName | string | The sitename used to get a context for |
return | System |