你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeletedManagedHsmProperties 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
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.
- tags
- IDictionary<String,String>
Tags of the original managed HSM.