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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET