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

IWithKey.WithKeyTypeToCreate(JsonWebKeyType) 方法

定义

指定用于创建新密钥版本的密钥类型。

public Microsoft.Azure.Management.KeyVault.Fluent.Key.UpdateWithCreate.IUpdateWithCreate WithKeyTypeToCreate (Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyType keyType);
abstract member WithKeyTypeToCreate : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeyType -> Microsoft.Azure.Management.KeyVault.Fluent.Key.UpdateWithCreate.IUpdateWithCreate
Public Function WithKeyTypeToCreate (keyType As JsonWebKeyType) As IUpdateWithCreate

参数

keyType
JsonWebKeyType

要创建的 JWK 类型。

返回

适用于