DatabaseKey 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
DatabaseKey() |
Initializes a new instance of the DatabaseKey class. |
DatabaseKey(String, String, Nullable<DateTime>, String) |
Initializes a new instance of the DatabaseKey class. |
DatabaseKey()
Initializes a new instance of the DatabaseKey class.
public DatabaseKey ();
Public Sub New ()
Applies to
DatabaseKey(String, String, Nullable<DateTime>, String)
Initializes a new instance of the DatabaseKey class.
public DatabaseKey (string type = default, string thumbprint = default, DateTime? creationDate = default, string subregion = default);
new Microsoft.Azure.Management.Sql.Models.DatabaseKey : string * string * Nullable<DateTime> * string -> Microsoft.Azure.Management.Sql.Models.DatabaseKey
Public Sub New (Optional type As String = Nothing, Optional thumbprint As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional subregion As String = Nothing)
Parameters
- type
- String
The database key type. Only supported value is 'AzureKeyVault'. Possible values include: 'AzureKeyVault'
- thumbprint
- String
Thumbprint of the database key.
- subregion
- String
Subregion of the server key.