Freigeben über


DeletedSasDefinitionBundle Konstruktoren

Definition

Überlädt

DeletedSasDefinitionBundle()

Initialisiert eine neue instance der DeletedSasDefinitionBundle-Klasse.

DeletedSasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

Initialisiert eine neue instance der DeletedSasDefinitionBundle-Klasse.

DeletedSasDefinitionBundle()

Quelle:
DeletedSasDefinitionBundle.cs

Initialisiert eine neue instance der DeletedSasDefinitionBundle-Klasse.

public DeletedSasDefinitionBundle ();
Public Sub New ()

Gilt für:

DeletedSasDefinitionBundle(String, String, String, String, String, SasDefinitionAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

Quelle:
DeletedSasDefinitionBundle.cs

Initialisiert eine neue instance der DeletedSasDefinitionBundle-Klasse.

public DeletedSasDefinitionBundle (string id = default, string secretId = default, string templateUri = default, string sasType = default, string validityPeriod = default, Microsoft.Azure.KeyVault.Models.SasDefinitionAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionBundle : string * string * string * string * string * Microsoft.Azure.KeyVault.Models.SasDefinitionAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedSasDefinitionBundle
Public Sub New (Optional id As String = Nothing, Optional secretId As String = Nothing, Optional templateUri As String = Nothing, Optional sasType As String = Nothing, Optional validityPeriod As String = Nothing, Optional attributes As SasDefinitionAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)

Parameter

id
String

Die SAS-Definitions-ID.

secretId
String

Geheimnis-ID der SAS-Definition des Speicherkontos.

templateUri
String

Die SAS-Definitionstokenvorlage, die mit einem beliebigen Schlüssel signiert ist. Token, die gemäß der SAS-Definition erstellt werden, verfügen über die gleichen Eigenschaften wie die Vorlage.

sasType
String

Der Typ des SAS-Tokens, das von der SAS-Definition erstellt wird. Mögliche Werte: "account", "service"

validityPeriod
String

Der Gültigkeitszeitraum von SAS-Token, die gemäß der SAS-Definition erstellt wurden.

attributes
SasDefinitionAttributes

Die SAS-Definitionsattribute.

tags
IDictionary<String,String>

Anwendungsspezifische Metadaten in Form von Schlüssel-Wert-Paaren

recoveryId
String

Die URL des Wiederherstellungsobjekts, das zum Identifizieren und Wiederherstellen der gelöschten SAS-Definition verwendet wird.

scheduledPurgeDate
Nullable<DateTime>

Der Zeitpunkt, zu dem die SAS-Definition in UTC gelöscht werden soll

deletedDate
Nullable<DateTime>

Der Zeitpunkt, zu dem die SAS-Definition in UTC gelöscht wurde.

Gilt für: