次の方法で共有


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 型。

戻り値

適用対象