TeamsModelFactory.CreateChannelInput(String, String, String) Method

Definition

Creates a new instance of CreateChannelInput(String, String, String).

public static Azure.Connectors.Sdk.Teams.Models.CreateChannelInput CreateChannelInput(string description = default, string name = default, string membershipType = default);
static member CreateChannelInput : string * string * string -> Azure.Connectors.Sdk.Teams.Models.CreateChannelInput
Public Shared Function CreateChannelInput (Optional description As String = Nothing, Optional name As String = Nothing, Optional membershipType As String = Nothing) As CreateChannelInput

Parameters

description
String
name
String
membershipType
String

Returns

Applies to