KeyVaultKey Constructors
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.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.