次の方法で共有


PowerBIOutputDataSource コンストラクター

定義

オーバーロード

PowerBIOutputDataSource()

PowerBIOutputDataSource クラスの新しいインスタンスを初期化します。

PowerBIOutputDataSource(String, String, String, String, String, String, String, String)

PowerBIOutputDataSource クラスの新しいインスタンスを初期化します。

PowerBIOutputDataSource()

PowerBIOutputDataSource クラスの新しいインスタンスを初期化します。

public PowerBIOutputDataSource ();
Public Sub New ()

適用対象

PowerBIOutputDataSource(String, String, String, String, String, String, String, String)

PowerBIOutputDataSource クラスの新しいインスタンスを初期化します。

public PowerBIOutputDataSource (string refreshToken = default, string tokenUserPrincipalName = default, string tokenUserDisplayName = default, string dataset = default, string table = default, string groupId = default, string groupName = default, string authenticationMode = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.PowerBIOutputDataSource : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.PowerBIOutputDataSource
Public Sub New (Optional refreshToken As String = Nothing, Optional tokenUserPrincipalName As String = Nothing, Optional tokenUserDisplayName As String = Nothing, Optional dataset As String = Nothing, Optional table As String = Nothing, Optional groupId As String = Nothing, Optional groupName As String = Nothing, Optional authenticationMode As String = Nothing)

パラメーター

refreshToken
String

データ ソースで認証するために使用できる有効なアクセス トークンを取得するために使用できる更新トークン。 現在、有効な更新トークンは Azure Portal 経由でのみ取得できます。 データ ソースを作成し、Azure Portal に移動してデータ ソースを認証し、有効な更新トークンでこのプロパティを更新する場合は、ダミーの文字列値をここに配置することをお勧めします。 PUT (CreateOrReplace) 要求で必須。

tokenUserPrincipalName
String

更新トークンの取得に使用されたユーザーのユーザー プリンシパル名 (UPN)。 このプロパティを使用すると、更新トークンの取得に使用されたユーザーを覚えておくのに役立ちます。

tokenUserDisplayName
String

更新トークンの取得に使用されたユーザーのユーザー表示名。 このプロパティを使用すると、更新トークンの取得に使用されたユーザーを覚えておくのに役立ちます。

dataset
String

Power BI データセットの名前。 PUT (CreateOrReplace) 要求で必須。

table
String

指定したデータセットの下にある Power BI テーブルの名前。 PUT (CreateOrReplace) 要求で必須。

groupId
String

Power BI グループの ID。

groupName
String

Power BI グループの名前。 このプロパティを使用すると、使用された特定の Power BI グループ ID を覚えておくのに役立ちます。

authenticationMode
String

認証モード。 使用できる値は、'Msi'、'UserToken'、'ConnectionString' です。

適用対象