DynamicPersonGroupUpdateRequest Constructors
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.
Overloads
DynamicPersonGroupUpdateRequest() | |
DynamicPersonGroupUpdateRequest(String, String, IList<Guid>, IList<String>) |
DynamicPersonGroupUpdateRequest()
public DynamicPersonGroupUpdateRequest ();
Public Sub New ()
Applies to
DynamicPersonGroupUpdateRequest(String, String, IList<Guid>, IList<String>)
public DynamicPersonGroupUpdateRequest (string name = default, string userData = default, System.Collections.Generic.IList<Guid> addPersonIds = default, System.Collections.Generic.IList<string> removePersonIds = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.DynamicPersonGroupUpdateRequest : string * string * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.DynamicPersonGroupUpdateRequest
Public Sub New (Optional name As String = Nothing, Optional userData As String = Nothing, Optional addPersonIds As IList(Of Guid) = Nothing, Optional removePersonIds As IList(Of String) = Nothing)
Parameters
- name
- String
- userData
- String