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()
KeyUpdateParameters(IList<String>, KeyAttributes, IDictionary<String,String>)
- Source:
- KeyUpdateParameters.cs
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
- keyOps
- System.Collections.Generic.IList<System.String>
- keyAttributes
- KeyAttributes
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>