KeyUpdateParameters Constructors

Definition

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 ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

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);

Parameters

keyOps
IList<String>

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