KeyVaultProperties Class
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.
Properties of key vault.
public class KeyVaultProperties
type KeyVaultProperties = class
Public Class KeyVaultProperties
- Inheritance
-
KeyVaultProperties
Constructors
KeyVaultProperties() |
Initializes a new instance of the KeyVaultProperties class. |
KeyVaultProperties(String, String, String, String, String) |
Initializes a new instance of the KeyVaultProperties class. |
Properties
KeyName |
Gets or sets the name of KeyVault key. |
KeyVaultId |
Gets uUID v4 used to identify the Azure Key Vault configuration |
KeyVaultResourceId |
Gets or sets the resource ID of KeyVault. |
KeyVaultUri |
Gets or sets the Uri of KeyVault. |
Status |
Gets status of the KeyVault connection. Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating' |
Methods
Validate() |
Validate the object. |
Extension Methods
ConvertToPs(KeyVaultProperties) |