KeyVaultProperties 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
KeyVaultProperties() |
Initializes a new instance of the KeyVaultProperties class. |
KeyVaultProperties(String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the KeyVaultProperties class. |
KeyVaultProperties()
Initializes a new instance of the KeyVaultProperties class.
public KeyVaultProperties ();
Public Sub New ()
Applies to
KeyVaultProperties(String, String, String, String, Nullable<DateTime>)
Initializes a new instance of the KeyVaultProperties class.
public KeyVaultProperties (string keyName = default, string keyVersion = default, string keyVaultUri = default, string currentVersionedKeyIdentifier = default, DateTime? lastKeyRotationTimestamp = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.KeyVaultProperties : string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.KeyVaultProperties
Public Sub New (Optional keyName As String = Nothing, Optional keyVersion As String = Nothing, Optional keyVaultUri As String = Nothing, Optional currentVersionedKeyIdentifier As String = Nothing, Optional lastKeyRotationTimestamp As Nullable(Of DateTime) = Nothing)
Parameters
- keyName
- String
The name of KeyVault key.
- keyVersion
- String
The version of KeyVault key.
- keyVaultUri
- String
The Uri of KeyVault.
- currentVersionedKeyIdentifier
- String
The object identifier of the current versioned Key Vault Key in use.