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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET