Share via


MicrosoftGraphIdentitySet Constructors

Definition

Overloads

MicrosoftGraphIdentitySet()
MicrosoftGraphIdentitySet(IDictionary<String,Object>, MicrosoftGraphIdentity, MicrosoftGraphIdentity, MicrosoftGraphIdentity)

MicrosoftGraphIdentitySet()

public MicrosoftGraphIdentitySet ();
Public Sub New ()

Applies to

MicrosoftGraphIdentitySet(IDictionary<String,Object>, MicrosoftGraphIdentity, MicrosoftGraphIdentity, MicrosoftGraphIdentity)

public MicrosoftGraphIdentitySet (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentity application = default, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentity device = default, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentity user = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentitySet : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentity * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentity * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentity -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphIdentitySet
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional application As MicrosoftGraphIdentity = Nothing, Optional device As MicrosoftGraphIdentity = Nothing, Optional user As MicrosoftGraphIdentity = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Applies to