AppCenterAliases.

AppCenterOrgsCreate(ICakeContext, AppCenterOrgsCreateSettings) Method

Summary

Create a new organization
Assembly
Cake.AppCenter.dll
Namespace
Cake.AppCenter
Containing Type
AppCenterAliases

Syntax

public static void AppCenterOrgsCreate(this ICakeContext context, AppCenterOrgsCreateSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppCenterOrgsCreateSettings The settings.

Return Value

Type Description
void