TenantKey Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TenantKey() | |
TenantKey(Nullable<Guid>, String, String, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>) |
TenantKey()
public TenantKey ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- name
- String
- keyVaultKeyIdentifier
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET