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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET