Condividi tramite


IWithKeySize.WithKeySize(Int32) Method

Definition

Specifies the size of the key to create.

public Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IWithCreate WithKeySize (int size);
abstract member WithKeySize : int -> Microsoft.Azure.Management.KeyVault.Fluent.Key.Definition.IWithCreate
Public Function WithKeySize (size As Integer) As IWithCreate

Parameters

size
Int32

The size of the key in integer.

Returns

Applies to