Sdílet prostřednictvím


IWithKeySize.WithKeySize(Int32) Method

Definition

Specifies the size of the key to create.

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

Parameters

size
Int32

The size of the key in integer.

Returns

Applies to