GroupUser 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
GroupUser() | |
GroupUser(GroupUserAccessRight, String, String, String, Nullable<PrincipalType>) |
GroupUser()
public GroupUser ();
Public Sub New ()
Applies to
GroupUser(GroupUserAccessRight, String, String, String, Nullable<PrincipalType>)
public GroupUser (Microsoft.PowerBI.Api.Models.GroupUserAccessRight groupUserAccessRight, string emailAddress = default, string displayName = default, string identifier = default, Microsoft.PowerBI.Api.Models.PrincipalType? principalType = default);
new Microsoft.PowerBI.Api.Models.GroupUser : Microsoft.PowerBI.Api.Models.GroupUserAccessRight * string * string * string * Nullable<Microsoft.PowerBI.Api.Models.PrincipalType> -> Microsoft.PowerBI.Api.Models.GroupUser
Public Sub New (groupUserAccessRight As GroupUserAccessRight, Optional emailAddress As String = Nothing, Optional displayName As String = Nothing, Optional identifier As String = Nothing, Optional principalType As Nullable(Of PrincipalType) = Nothing)
Parameters
- groupUserAccessRight
- GroupUserAccessRight
- emailAddress
- String
- displayName
- String
- identifier
- String
- principalType
- Nullable<PrincipalType>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET