ExternalKey(String) Constructor

Definition

Initializes a new instance of the ExternalKey class.

public ExternalKey(string id);
new Azure.Security.KeyVault.Keys.ExternalKey : string -> Azure.Security.KeyVault.Keys.ExternalKey
Public Sub New (id As String)

Parameters

id
String

The external key identifier. Must contain only characters in the set [a-zA-Z0-9-] and be at most 64 characters long.

Exceptions

id is null.

Applies to