MicrosoftGraphIdentitySet 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
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>
- application
- MicrosoftGraphIdentity
- device
- MicrosoftGraphIdentity