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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET