DatasourceUser 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
DatasourceUser() | |
DatasourceUser(DatasourceUserAccessRight, String, String, String, Nullable<PrincipalType>) |
DatasourceUser()
public DatasourceUser ();
Public Sub New ()
Applies to
DatasourceUser(DatasourceUserAccessRight, String, String, String, Nullable<PrincipalType>)
public DatasourceUser (Microsoft.PowerBI.Api.Models.DatasourceUserAccessRight datasourceAccessRight, string emailAddress = default, string displayName = default, string identifier = default, Microsoft.PowerBI.Api.Models.PrincipalType? principalType = default);
new Microsoft.PowerBI.Api.Models.DatasourceUser : Microsoft.PowerBI.Api.Models.DatasourceUserAccessRight * string * string * string * Nullable<Microsoft.PowerBI.Api.Models.PrincipalType> -> Microsoft.PowerBI.Api.Models.DatasourceUser
Public Sub New (datasourceAccessRight As DatasourceUserAccessRight, Optional emailAddress As String = Nothing, Optional displayName As String = Nothing, Optional identifier As String = Nothing, Optional principalType As Nullable(Of PrincipalType) = Nothing)
Parameters
- datasourceAccessRight
- DatasourceUserAccessRight
- emailAddress
- String
- displayName
- String
- identifier
- String
- principalType
- Nullable<PrincipalType>