DeletedSecretItem Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DeletedSecretItem() |
Initialise une nouvelle instance de la classe DeletedSecretItem. |
DeletedSecretItem(String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>) |
Initialise une nouvelle instance de la classe DeletedSecretItem. |
DeletedSecretItem()
- Source:
- DeletedSecretItem.cs
Initialise une nouvelle instance de la classe DeletedSecretItem.
public DeletedSecretItem ();
Public Sub New ()
S’applique à
DeletedSecretItem(String, SecretAttributes, IDictionary<String,String>, String, Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>)
- Source:
- DeletedSecretItem.cs
Initialise une nouvelle instance de la classe DeletedSecretItem.
public DeletedSecretItem (string id = default, Microsoft.Azure.KeyVault.Models.SecretAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string contentType = default, bool? managed = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedSecretItem : string * Microsoft.Azure.KeyVault.Models.SecretAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<bool> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedSecretItem
Public Sub New (Optional id As String = Nothing, Optional attributes As SecretAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional contentType 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)
Paramètres
- id
- String
Identificateur de secret.
- attributes
- SecretAttributes
Attributs de gestion des secrets.
- tags
- IDictionary<String,String>
Métadonnées spécifiques d’application sous la forme de paires clé/valeur.
- contentType
- String
Type de la valeur de secret, par exemple un mot de passe.
True si la durée de vie du secret est gérée par le coffre de clés. S’il s’agit d’une clé qui sauvegarde un certificat, la valeur managée est true.
- recoveryId
- String
URL de l’objet de récupération, utilisée pour identifier et récupérer le secret supprimé.
Heure à laquelle le secret est planifié pour être vidé, en UTC
S’applique à
Azure SDK for .NET