TenantKey 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
TenantKey() | |
TenantKey(Nullable<Guid>, String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>) |
TenantKey()
public TenantKey ();
Public Sub New ()
Applies to
TenantKey(Nullable<Guid>, String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>)
public TenantKey (Guid? id = default, string name = default, string keyVaultKeyIdentifier = default, bool? isDefault = default, DateTime? createdAt = default, DateTime? updatedAt = default);
new Microsoft.PowerBI.Api.Models.TenantKey : Nullable<Guid> * string * string * Nullable<bool> * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.PowerBI.Api.Models.TenantKey
Public Sub New (Optional id As Nullable(Of Guid) = Nothing, Optional name As String = Nothing, Optional keyVaultKeyIdentifier As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing)
Parameters
- name
- String
- keyVaultKeyIdentifier
- String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.