Share via


KeyVaultKey Constructors

Definition

Overloads

KeyVaultKey()

Initializes a new instance of the KeyVaultKey class.

KeyVaultKey(String, KeyVaultKeyAttributes)

Initializes a new instance of the KeyVaultKey class.

KeyVaultKey()

Initializes a new instance of the KeyVaultKey class.

public KeyVaultKey ();
Public Sub New ()

Applies to

KeyVaultKey(String, KeyVaultKeyAttributes)

Initializes a new instance of the KeyVaultKey class.

public KeyVaultKey (string kid = default, Microsoft.Azure.Management.Logic.Models.KeyVaultKeyAttributes attributes = default);
new Microsoft.Azure.Management.Logic.Models.KeyVaultKey : string * Microsoft.Azure.Management.Logic.Models.KeyVaultKeyAttributes -> Microsoft.Azure.Management.Logic.Models.KeyVaultKey
Public Sub New (Optional kid As String = Nothing, Optional attributes As KeyVaultKeyAttributes = Nothing)

Parameters

kid
String

The key id.

attributes
KeyVaultKeyAttributes

The key attributes.

Applies to