TeamsModelFactory.CreateChannelResponse 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 CreateChannelResponse(String, String, String, String).
public static Azure.Connectors.Sdk.Teams.Models.CreateChannelResponse CreateChannelResponse(string description = default, string displayName = default, string id = default, string membershipType = default);
static member CreateChannelResponse : string * string * string * string -> Azure.Connectors.Sdk.Teams.Models.CreateChannelResponse
Public Shared Function CreateChannelResponse (Optional description As String = Nothing, Optional displayName As String = Nothing, Optional id As String = Nothing, Optional membershipType As String = Nothing) As CreateChannelResponse
Parameters
- description
- String
- displayName
- String
- id
- String
- membershipType
- String