ManagedInstanceEncryptionProtector 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
ManagedInstanceEncryptionProtector() |
Initializes a new instance of the ManagedInstanceEncryptionProtector class. |
ManagedInstanceEncryptionProtector(String, String, String, String, String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the ManagedInstanceEncryptionProtector class. |
ManagedInstanceEncryptionProtector()
Initializes a new instance of the ManagedInstanceEncryptionProtector class.
public ManagedInstanceEncryptionProtector ();
Public Sub New ()
Applies to
ManagedInstanceEncryptionProtector(String, String, String, String, String, String, String, String, Nullable<Boolean>)
Initializes a new instance of the ManagedInstanceEncryptionProtector class.
public ManagedInstanceEncryptionProtector (string serverKeyType, string id = default, string name = default, string type = default, string kind = default, string serverKeyName = default, string uri = default, string thumbprint = default, bool? autoRotationEnabled = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstanceEncryptionProtector : string * string * string * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.Sql.Models.ManagedInstanceEncryptionProtector
Public Sub New (serverKeyType As String, 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, Optional autoRotationEnabled As Nullable(Of Boolean) = Nothing)
Parameters
- serverKeyType
- String
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: 'ServiceManaged', 'AzureKeyVault'
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- 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
Azure SDK for .NET