ManagedInstanceEncryptionProtectorInner Constructors

Definition

Overloads

ManagedInstanceEncryptionProtectorInner()

Initializes a new instance of the ManagedInstanceEncryptionProtectorInner class.

ManagedInstanceEncryptionProtectorInner(ServerKeyType, String, String, String, String, String, String, String)

Initializes a new instance of the ManagedInstanceEncryptionProtectorInner class.

ManagedInstanceEncryptionProtectorInner()

Initializes a new instance of the ManagedInstanceEncryptionProtectorInner class.

public ManagedInstanceEncryptionProtectorInner ();
Public Sub New ()

Applies to

ManagedInstanceEncryptionProtectorInner(ServerKeyType, String, String, String, String, String, String, String)

Initializes a new instance of the ManagedInstanceEncryptionProtectorInner class.

public ManagedInstanceEncryptionProtectorInner (Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType serverKeyType, string id = default, string name = default, string type = default, string kind = default, string serverKeyName = default, string uri = default, string thumbprint = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner : Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType * string * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceEncryptionProtectorInner
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 serverKeyName As String = Nothing, Optional uri As String = Nothing, Optional thumbprint As String = Nothing)

Parameters

serverKeyType
ServerKeyType

The encryption protector 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.

serverKeyName
String

The name of the managed instance key.

uri
String

The URI of the server key.

thumbprint
String

Thumbprint of the server key.

Applies to