MicrosoftGraphAppRoleAssignment 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
MicrosoftGraphAppRoleAssignment()
public MicrosoftGraphAppRoleAssignment ();
Public Sub New ()
Applies to
MicrosoftGraphAppRoleAssignment(IDictionary<String,Object>, String, Nullable<DateTime>, Nullable<Guid>, Nullable<DateTime>, String, Nullable<Guid>, String, String, Nullable<Guid>)
public MicrosoftGraphAppRoleAssignment (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, DateTime? deletedDateTime = default, Guid? appRoleId = default, DateTime? createdDateTime = default, string principalDisplayName = default, Guid? principalId = default, string principalType = default, string resourceDisplayName = default, Guid? resourceId = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphAppRoleAssignment : System.Collections.Generic.IDictionary<string, obj> * string * Nullable<DateTime> * Nullable<Guid> * Nullable<DateTime> * string * Nullable<Guid> * string * string * Nullable<Guid> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Groups.Models.MicrosoftGraphAppRoleAssignment
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional deletedDateTime As Nullable(Of DateTime) = Nothing, Optional appRoleId As Nullable(Of Guid) = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional principalDisplayName As String = Nothing, Optional principalId As Nullable(Of Guid) = Nothing, Optional principalType As String = Nothing, Optional resourceDisplayName As String = Nothing, Optional resourceId As Nullable(Of Guid) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- principalDisplayName
- String
- principalType
- String
- resourceDisplayName
- String