Compartilhar via


DatabaseKey Constructors

Definition

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.

creationDate
Nullable<DateTime>

The database key creation date.

subregion
String

Subregion of the server key.

Applies to