TextRequestModelFactory.CreateGroupInput(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 CreateGroupInput(String, String).
public static Azure.Connectors.Sdk.TextRequest.Models.CreateGroupInput CreateGroupInput(string groupName = default, string groupNote = default);
static member CreateGroupInput : string * string -> Azure.Connectors.Sdk.TextRequest.Models.CreateGroupInput
Public Shared Function CreateGroupInput (Optional groupName As String = Nothing, Optional groupNote As String = Nothing) As CreateGroupInput
Parameters
- groupName
- String
- groupNote
- String