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