Partager via


TenantKeys Constructeurs

Définition

Surcharges

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

TenantKeys()

public TenantKeys ();
Public Sub New ()

S’applique à

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)

Paramètres

odatacontext
String
value
IList<TenantKey>

S’applique à