Property | Type | Description | |
---|---|---|---|
AddRemoteToLocalGitRepo | void | ||
BadPlan | bool | ||
CopyIisNodeWhenServerJsPresent | void | ||
CreateLinkedRevisionControl | |||
CreateNewSite | Site | ||
CreateSite | Site | ||
ExecuteCmdlet | void | ||
FindWebSpace | WebSpace | ||
GetDefaultWebSpace | WebSpace | ||
GetNamedWebSpace | WebSpace | ||
GetPublishingUser | string | ||
HostNameValidationFailed | bool | ||
InitializeRemoteRepo | void | ||
SiteAlreadyExists | bool | ||
SiteRepositoryAlreadyExists | bool | ||
UpdateLocalConfigWithSiteName | void | ||
UpdateSourceControlPublishing | void | ||
WebSpaceForLocation | WebSpace |
Method | Description | |
---|---|---|
GetLogger ( ) : Action |
||
NewAzureWebsiteCommand ( ) : System |
Initializes a new instance of the NewAzureWebsiteCommand class.
|
|
NewAzureWebsiteCommand ( IGithubServiceManagement githubChannel ) : System |
Initializes a new instance of the NewAzureWebsiteCommand class.
|
Method | Description | |
---|---|---|
AddRemoteToLocalGitRepo ( Site website ) : void | ||
BadPlan ( CloudException ex ) : bool | ||
CopyIisNodeWhenServerJsPresent ( ) : void | ||
CreateLinkedRevisionControl ( ) : |
||
CreateNewSite ( string suffix ) : Site | ||
CreateSite ( WebSpace webspace, SiteWithWebSpace website ) : Site | ||
ExecuteCmdlet ( ) : void | ||
FindWebSpace ( IList |
||
GetDefaultWebSpace ( IList |
||
GetNamedWebSpace ( IList |
||
GetPublishingUser ( ) : string | ||
HostNameValidationFailed ( CloudException ex ) : bool | ||
InitializeRemoteRepo ( string webspace, string websiteName ) : void | ||
SiteAlreadyExists ( CloudException ex ) : bool | ||
SiteRepositoryAlreadyExists ( |
||
UpdateLocalConfigWithSiteName ( string websiteName, string webspace ) : void | ||
UpdateSourceControlPublishing ( Site createdWebsite ) : void | ||
WebSpaceForLocation ( string location ) : WebSpace |
public NewAzureWebsiteCommand ( IGithubServiceManagement githubChannel ) : System | ||
githubChannel | IGithubServiceManagement | /// Channel used for communication with the github APIs. /// |
return | System |