TeamsModelFactory.CreateChannelInput(String, String, String) 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.
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