KeyUpdateParameters 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
KeyUpdateParameters() |
Initializes a new instance of the KeyUpdateParameters class. |
KeyUpdateParameters(IList<String>, KeyAttributes, IDictionary<String,String>) |
Initializes a new instance of the KeyUpdateParameters class. |
KeyUpdateParameters()
- Source:
- KeyUpdateParameters.cs
Initializes a new instance of the KeyUpdateParameters class.
public KeyUpdateParameters ();
Public Sub New ()
Applies to
KeyUpdateParameters(IList<String>, KeyAttributes, IDictionary<String,String>)
- Source:
- KeyUpdateParameters.cs
Initializes a new instance of the KeyUpdateParameters class.
public KeyUpdateParameters (System.Collections.Generic.IList<string> keyOps = default, Microsoft.Azure.KeyVault.Models.KeyAttributes keyAttributes = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.KeyVault.Models.KeyUpdateParameters : System.Collections.Generic.IList<string> * Microsoft.Azure.KeyVault.Models.KeyAttributes * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.KeyVault.Models.KeyUpdateParameters
Public Sub New (Optional keyOps As IList(Of String) = Nothing, Optional keyAttributes As KeyAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
Json web key operations. For more information on possible key operations, see JsonWebKeyOperation.
- keyAttributes
- KeyAttributes
- tags
- IDictionary<String,String>
Application specific metadata in the form of key-value pairs.
Applies to
Azure SDK for .NET