Click or drag to resize

CloudServiceFunctionsProjectNewAsync Method


Namespace: NeoAxis.Networking
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Task<CloudServiceFunctionsProjectNewResult> ProjectNewAsync(
	string name,
	bool serverless,
	string region,
	string attachTo,
	string configuration,
	string templateOrBackup,
	string requestID = null,
	string authToken = null,
	CancellationToken cancellationToken = default
)

Parameters

name  String
serverless  Boolean
region  String
attachTo  String
configuration  String
templateOrBackup  String
requestID  String  (Optional)
Use this ID to make guaranteed call of the method. Internally the project will not created twice for requests with equal request ID. The example of making request ID: var requestID = Guid.NewGuid().ToString()
authToken  String  (Optional)
cancellationToken  CancellationToken  (Optional)

Return Value

TaskCloudServiceFunctionsProjectNewResult
See Also