Method | Description | |
---|---|---|
AddDjangoWebRole ( string name = null, int instanceCount = 1 ) : |
||
AddRoleRuntime ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string roleName, string runtimeType, string runtimeVersion, string manifest = null ) : void |
Add the specified runtime to a role, checking that the runtime and version are currently available int he cloud
|
|
AddWebRole ( string scaffolding, string name = null, int instanceCount = 1 ) : |
||
AddWorkerRole ( string Scaffolding, string name = null, int instanceCount = 1 ) : |
||
AzureService ( ) : System | ||
AzureService ( string rootPath, string scaffoldingPath ) : System | ||
AzureService ( string serviceParentDirectory, string name, string scaffoldingPath ) : System | ||
ChangeRolePermissions ( |
||
ChangeServiceName ( string newName, Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths ) : void | ||
GenerateScaffolding ( string scaffolding, string roleName, object>.Dictionary |
Generates scaffolding for role.
|
|
GetCloudRuntimes ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string manifest ) : CloudRuntimeCollection |
Retrieve currently available cloud runtimes
|
|
SetRoleInstances ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string roleName, int instances ) : void |
Sets the role instance count
|
|
SetRoleVMSize ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string roleName, string VMSize ) : void |
Sets the role VMSize
|
Method | Description | |
---|---|---|
AddPythonRoleCore ( |
Adds the given role to both config files and the service def.
|
|
AddRoleCore ( string scaffolding, |
Adds the given role to both config files and the service def.
|
|
ConfigureNewService ( Microsoft.WindowsAzure.Management.CloudService.Model.ServiceComponents components, Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string serviceName ) : void | ||
CreateDefaultParameters ( |
||
CreateNewService ( string serviceRootPath, string serviceName ) : void | ||
CreatePackage ( DevEnv type, string &standardOutput, string &standardError ) : void | ||
GetRoleName ( string name, string defaultName, IEnumerable |
Creates a role name, ensuring it doesn't already exist. If null is passed in, a number will be appended to the defaultRoleName.
|
|
SetScaffolding ( string scaffoldingFolderDirectory ) : void | ||
StartEmulator ( bool launch, string &standardOutput, string &standardError ) : void | ||
StopEmulator ( string &standardOutput, string &standardError ) : void |
public AddDjangoWebRole ( string name = null, int instanceCount = 1 ) : |
||
name | string | |
instanceCount | int | |
return |
public AddRoleRuntime ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string roleName, string runtimeType, string runtimeVersion, string manifest = null ) : void | ||
paths | Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo | service path info |
roleName | string | Name of the role to change |
runtimeType | string | The runtime identifier |
runtimeVersion | string | The runtime version |
manifest | string | Location fo the manifest file, default is the cloud manifest |
return | void |
public AddWebRole ( string scaffolding, string name = null, int instanceCount = 1 ) : |
||
scaffolding | string | |
name | string | |
instanceCount | int | |
return |
public AddWorkerRole ( string Scaffolding, string name = null, int instanceCount = 1 ) : |
||
Scaffolding | string | |
name | string | |
instanceCount | int | |
return |
public AzureService ( string rootPath, string scaffoldingPath ) : System | ||
rootPath | string | |
scaffoldingPath | string | |
return | System |
public AzureService ( string serviceParentDirectory, string name, string scaffoldingPath ) : System | ||
serviceParentDirectory | string | |
name | string | |
scaffoldingPath | string | |
return | System |
public ChangeRolePermissions ( |
||
role | ||
return | void |
public ChangeServiceName ( string newName, Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths ) : void | ||
newName | string | |
paths | Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo | |
return | void |
public GenerateScaffolding ( string scaffolding, string roleName, object>.Dictionary |
||
scaffolding | string | The relative scaffolding source path |
roleName | string | The role name |
parameters | object>.Dictionary | The rule parameters |
return | void |
public GetCloudRuntimes ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string manifest ) : CloudRuntimeCollection | ||
paths | Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo | service path info |
manifest | string | The manifest to use to get current runtime info - default is the cloud manifest |
return | CloudRuntimeCollection |
public SetRoleInstances ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string roleName, int instances ) : void | ||
paths | Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo | The service paths |
roleName | string | The name of the role to change its instance count |
instances | int | |
return | void |
public SetRoleVMSize ( Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo paths, string roleName, string VMSize ) : void | ||
paths | Microsoft.WindowsAzure.Management.CloudService.Model.ServicePathInfo | The service paths |
roleName | string | The name of the role to change its vm size |
VMSize | string | The new role vm size |
return | void |