DeletedSecretBundle 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
DeletedSecretBundle() |
Inicializa uma nova instância da classe DeletedSecretBundle. |
DeletedSecretBundle(String, String, String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>) |
Inicializa uma nova instância da classe DeletedSecretBundle. |
DeletedSecretBundle()
- Origem:
- DeletedSecretBundle.cs
Inicializa uma nova instância da classe DeletedSecretBundle.
public DeletedSecretBundle ();
Public Sub New ()
Aplica-se a
DeletedSecretBundle(String, String, String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)
- Origem:
- DeletedSecretBundle.cs
Inicializa uma nova instância da classe DeletedSecretBundle.
public DeletedSecretBundle (string value = default, string id = default, string contentType = default, Microsoft.Azure.KeyVault.Models.SecretAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string kid = default, bool? managed = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedSecretBundle : string * string * string * Microsoft.Azure.KeyVault.Models.SecretAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedSecretBundle
Public Sub New (Optional value As String = Nothing, Optional id As String = Nothing, Optional contentType As String = Nothing, Optional attributes As SecretAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional kid As String = Nothing, Optional managed As Nullable(Of Boolean) = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)
Parâmetros
- value
- String
O valor do segredo.
- id
- String
A ID do segredo.
- contentType
- String
O tipo de conteúdo do segredo.
- attributes
- SecretAttributes
Os atributos de gerenciamento de segredos.
- tags
- IDictionary<String,String>
Metadados específicos do aplicativo na forma de pares chave-valor.
- kid
- String
Se esse for um segredo que faz backup de um certificado KV, esse campo especificará a chave correspondente que dá suporte ao certificado KV.
True se o tempo de vida do segredo for gerenciado pelo cofre de chaves. Se esse for um segredo que faz backup de um certificado, o gerenciado será verdadeiro.
- recoveryId
- String
A URL do objeto de recuperação, usada para identificar e recuperar o segredo excluído.
Aplica-se a
Azure SDK for .NET