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() | |
DeletedVaultProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, IDictionary<String,String>) |
DeletedVaultProperties()
public DeletedVaultProperties ();
Public Sub New ()
Applies to
DeletedVaultProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, IDictionary<String,String>)
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.Commands.Common.KeyVault.Version2016_10_1.Models.DeletedVaultProperties : string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Commands.Common.KeyVault.Version2016_10_1.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
- location
- String
- tags
- IDictionary<String,String>