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.Fluent.Models.DeletedVaultProperties : string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Fluent.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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET