Share via


DeletedManagedHsmProperties Constructors

Definition

Overloads

DeletedManagedHsmProperties()

Initializes a new instance of the DeletedManagedHsmProperties class.

DeletedManagedHsmProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, IDictionary<String,String>)

Initializes a new instance of the DeletedManagedHsmProperties class.

DeletedManagedHsmProperties()

Initializes a new instance of the DeletedManagedHsmProperties class.

public DeletedManagedHsmProperties ();
Public Sub New ()

Applies to

DeletedManagedHsmProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, IDictionary<String,String>)

Initializes a new instance of the DeletedManagedHsmProperties class.

public DeletedManagedHsmProperties (string mhsmId = default, string location = default, DateTime? deletionDate = default, DateTime? scheduledPurgeDate = default, bool? purgeProtectionEnabled = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Models.DeletedManagedHsmProperties : string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Models.DeletedManagedHsmProperties
Public Sub New (Optional mhsmId As String = Nothing, Optional location As String = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional purgeProtectionEnabled As Nullable(Of Boolean) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

mhsmId
String

The resource id of the original managed HSM.

location
String

The location of the original managed HSM.

deletionDate
Nullable<DateTime>

The deleted date.

scheduledPurgeDate
Nullable<DateTime>

The scheduled purged date.

purgeProtectionEnabled
Nullable<Boolean>

Purge protection status of the original managed HSM.

tags
IDictionary<String,String>

Tags of the original managed HSM.

Applies to