Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
CloudServices
Contains tasks to package Azure Cloud Services.
Nested types and modules
| Type | Description |
| PackageCloudServiceParams |
Configuration details for packaging cloud services. |
| Module | Description |
| VmSizes |
Functions and values
| Function or value | Description |
DefaultCloudServiceParams
Signature: PackageCloudServiceParams
|
|
ModifyVMSize arg1 cloudService
Signature: VmSize -> cloudService:string -> unit
|
Modifies the size of the Worker Role in the csdef. |
PackageRole(packageCloudServiceParams)
Signature: packageCloudServiceParams:PackageCloudServiceParams -> int option
|
Packages a cloud service role into a .cspkg, ready for deployment. |