IWithKeyOperations.WithKeyOperations Method

Definition

Overloads

WithKeyOperations(JsonWebKeyOperation[])

Specifies the list of allowed key operations. By default all operations are allowed.

WithKeyOperations(IList<JsonWebKeyOperation>)

Specifies the list of allowed key operations. By default all operations are allowed.

WithKeyOperations(JsonWebKeyOperation[])

Specifies the list of allowed key operations. By default all operations are allowed.

public Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IUpdate WithKeyOperations (params Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyOperation[] keyOperations);
abstract member WithKeyOperations : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyOperation[] -> Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IUpdate
Public Function WithKeyOperations (ParamArray keyOperations As JsonWebKeyOperation()) As IUpdate

Parameters

keyOperations
JsonWebKeyOperation[]

The list of JWK operations.

Returns

Applies to

WithKeyOperations(IList<JsonWebKeyOperation>)

Specifies the list of allowed key operations. By default all operations are allowed.

public Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IUpdate WithKeyOperations (System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyOperation> keyOperations);
abstract member WithKeyOperations : System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyOperation> -> Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IUpdate
Public Function WithKeyOperations (keyOperations As IList(Of JsonWebKeyOperation)) As IUpdate

Parameters

keyOperations
IList<JsonWebKeyOperation>

The list of JWK operations.

Returns

Applies to