FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

CloudServices Module

Contains tasks to package Azure Cloud Services.

Types and nested modules

Type/Module Description

VmSizes

The virtual machine size

PackageCloudServiceParams

Configuration details for packaging cloud services.

Functions and values

Function or value Description

CloudServices.DefaultCloudServiceParams

Full Usage: CloudServices.DefaultCloudServiceParams

Returns: PackageCloudServiceParams
Returns: PackageCloudServiceParams

CloudServices.modifyVMSize arg1 cloudService

Full Usage: CloudServices.modifyVMSize arg1 cloudService

Parameters:
    arg0 : VmSize
    cloudService : string - The cloud service instance to update

Modifies the size of the Worker Role in the csdef.

arg0 : VmSize
cloudService : string

The cloud service instance to update

CloudServices.packageRole packageCloudServiceParams

Full Usage: CloudServices.packageRole packageCloudServiceParams

Parameters:
Returns: int option

Packages a cloud service role into a .cspkg, ready for deployment.

packageCloudServiceParams : PackageCloudServiceParams

Could service parameters of type PackageCloudServiceParams

Returns: int option