WebexClient.CreateSpaceAsync(CreateSpaceInput, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create Space
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.CreateSpaceResponse> CreateSpaceAsync(Azure.Connectors.Sdk.Webex.Models.CreateSpaceInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateSpaceAsync : Azure.Connectors.Sdk.Webex.Models.CreateSpaceInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.CreateSpaceResponse>
override this.CreateSpaceAsync : Azure.Connectors.Sdk.Webex.Models.CreateSpaceInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.CreateSpaceResponse>
Public Overridable Function CreateSpaceAsync (input As CreateSpaceInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateSpaceResponse)
Parameters
- input
- CreateSpaceInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create Space response.
Remarks
Create space or team space