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
| Name | Description |
|---|---|
| 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