IWithKeyOperations.WithKeyOperations Method
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
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.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithKeyOperations (ParamArray keyOperations As JsonWebKeyOperation()) As IWithCreate
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.Definition.IWithCreate 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.Definition.IWithCreate
Public Function WithKeyOperations (keyOperations As IList(Of JsonWebKeyOperation)) As IWithCreate
Parameters
- keyOperations
- IList<JsonWebKeyOperation>
The list of JWK operations.
Returns
Applies to
Azure SDK for .NET