IWithKey.WithKeyTypeToCreate(JsonWebKeyType) Method

Definition

Specifies a key type to create a new key version.

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

Parameters

keyType
JsonWebKeyType

The JWK type to create.

Returns

Applies to