ServerKeyInner Constructors

Definition

Overloads

ServerKeyInner()

Initializes a new instance of the ServerKeyInner class.

ServerKeyInner(ServerKeyType, String, String, String, String, String, String, String, String, Nullable<DateTime>)

Initializes a new instance of the ServerKeyInner class.

ServerKeyInner()

Initializes a new instance of the ServerKeyInner class.

public ServerKeyInner ();
Public Sub New ()

Applies to

ServerKeyInner(ServerKeyType, String, String, String, String, String, String, String, String, Nullable<DateTime>)

Initializes a new instance of the ServerKeyInner class.

public ServerKeyInner (Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType serverKeyType, string id = default, string name = default, string type = default, string kind = default, string location = default, string subregion = default, string uri = default, string thumbprint = default, DateTime? creationDate = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyInner : Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType * string * string * string * string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyInner
Public Sub New (serverKeyType As ServerKeyType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional subregion As String = Nothing, Optional uri As String = Nothing, Optional thumbprint As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing)

Parameters

serverKeyType
ServerKeyType

The server key type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: 'ServiceManaged', 'AzureKeyVault'

id
String
name
String
type
String
kind
String

Kind of encryption protector. This is metadata used for the Azure portal experience.

location
String

Resource location.

subregion
String

Subregion of the server key.

uri
String

The URI of the server key.

thumbprint
String

Thumbprint of the server key.

creationDate
Nullable<DateTime>

The server key creation date.

Applies to