ExternalKey(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.