KeyUpdateParameters Constructors

Definition

Overloads

KeyUpdateParameters()

Source:
KeyUpdateParameters.cs
public KeyUpdateParameters();
Public Sub New ()

Applies to

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>

Applies to