GroupUser Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GroupUser() | |
GroupUser(GroupUserAccessRight, String, String, String, Nullable<PrincipalType>) |
GroupUser()
public GroupUser ();
Public Sub New ()
Gilt für:
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)
Parameter
- groupUserAccessRight
- GroupUserAccessRight
- emailAddress
- String
- displayName
- String
- identifier
- String
- principalType
- Nullable<PrincipalType>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET