DeletedVaultProperties 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
DeletedVaultProperties() |
Initializes a new instance of the DeletedVaultProperties class. |
DeletedVaultProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, IDictionary<String,String>) |
Initializes a new instance of the DeletedVaultProperties class. |
DeletedVaultProperties()
Initializes a new instance of the DeletedVaultProperties class.
public DeletedVaultProperties ();
Public Sub New ()
Applies to
DeletedVaultProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, IDictionary<String,String>)
Initializes a new instance of the DeletedVaultProperties class.
public DeletedVaultProperties (string vaultId = default, string location = default, DateTime? deletionDate = default, DateTime? scheduledPurgeDate = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Models.DeletedVaultProperties : string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Models.DeletedVaultProperties
Public Sub New (Optional vaultId As String = Nothing, Optional location As String = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- vaultId
- String
The resource id of the original vault.
- location
- String
The location of the original vault.
- tags
- IDictionary<String,String>
Tags of the original vault.
Applies to
Azure SDK for .NET