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>
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET