你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithKeyOperations.WithKeyOperations 方法

定义

重载

WithKeyOperations(JsonWebKeyOperation[])

指定允许的键操作的列表。 默认情况下,允许所有操作。

WithKeyOperations(IList<JsonWebKeyOperation>)

指定允许的键操作的列表。 默认情况下,允许所有操作。

WithKeyOperations(JsonWebKeyOperation[])

指定允许的键操作的列表。 默认情况下,允许所有操作。

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

参数

keyOperations
JsonWebKeyOperation[]

JWK 操作的列表。

返回

适用于

WithKeyOperations(IList<JsonWebKeyOperation>)

指定允许的键操作的列表。 默认情况下,允许所有操作。

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

参数

keyOperations
IList<JsonWebKeyOperation>

JWK 操作的列表。

返回

适用于