Partilhar via


TenantKeys Construtores

Definição

Sobrecargas

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

TenantKeys()

public TenantKeys ();
Public Sub New ()

Aplica-se a

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)

Parâmetros

odatacontext
String
value
IList<TenantKey>

Aplica-se a