VaultPatchParameters 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
VaultPatchParameters() |
Initializes a new instance of the VaultPatchParameters class. |
VaultPatchParameters(IDictionary<String,String>, VaultPatchProperties) |
Initializes a new instance of the VaultPatchParameters class. |
VaultPatchParameters()
Initializes a new instance of the VaultPatchParameters class.
public VaultPatchParameters ();
Public Sub New ()
Applies to
VaultPatchParameters(IDictionary<String,String>, VaultPatchProperties)
Initializes a new instance of the VaultPatchParameters class.
public VaultPatchParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.KeyVault.Models.VaultPatchProperties properties = default);
new Microsoft.Azure.Management.KeyVault.Models.VaultPatchParameters : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.KeyVault.Models.VaultPatchProperties -> Microsoft.Azure.Management.KeyVault.Models.VaultPatchParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As VaultPatchProperties = Nothing)
Parameters
- tags
- IDictionary<String,String>
The tags that will be assigned to the key vault.
- properties
- VaultPatchProperties
Properties of the vault
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET