TenantKey Constructors

Definition

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
isDefault
Nullable<Boolean>
createdAt
Nullable<DateTime>
updatedAt
Nullable<DateTime>

Applies to