次の方法で共有


TenantKeys コンストラクター

定義

オーバーロード

TenantKeys()
TenantKeys(String, IList<TenantKey>)

TenantKeys()

public TenantKeys ();
Public Sub New ()

適用対象

TenantKeys(String, IList<TenantKey>)

public TenantKeys (string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.TenantKey> value = default);
new Microsoft.PowerBI.Api.Models.TenantKeys : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.TenantKey> -> Microsoft.PowerBI.Api.Models.TenantKeys
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of TenantKey) = Nothing)

パラメーター

odatacontext
String
value
IList<TenantKey>

適用対象