KeyUpdateParameters Constructors
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.
KeyUpdateParameters() |
Initializes a new instance of the KeyUpdateParameters class. |
KeyUpdateParameters(IList<String>, KeyAttributes, IDictionary<String,String>) |
Initializes a new instance of the KeyUpdateParameters class. |
- Source:
- KeyUpdateParameters.cs
Initializes a new instance of the KeyUpdateParameters class.
public KeyUpdateParameters ();
Public Sub New ()
Applies to
Azure SDK for .NET Legacy
Prodotto | Versioni |
---|---|
Azure SDK for .NET | Legacy |
- 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 Legacy
Prodotto | Versioni |
---|---|
Azure SDK for .NET | Legacy |
Feedback su Azure SDK for .NET
Azure SDK for .NET è un progetto di open source. Selezionare un collegamento per fornire feedback: