AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel Constructors

Definition

Overloads

AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel(String, String)
AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel(String, String, EncryptionProtectorType, String, Nullable<Boolean>)

AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel(String, String)

public AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel (string resourceGroupName, string managedInstanceName);
new Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel : string * string -> Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel
Public Sub New (resourceGroupName As String, managedInstanceName As String)

Parameters

resourceGroupName
String
managedInstanceName
String

Applies to

AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel(String, String, EncryptionProtectorType, String, Nullable<Boolean>)

public AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel (string resourceGroupName, string managedInstanceName, Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType type, string keyId, bool? autoRotatonEnabled);
new Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel : string * string * Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.EncryptionProtectorType * string * Nullable<bool> -> Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel
Public Sub New (resourceGroupName As String, managedInstanceName As String, type As EncryptionProtectorType, keyId As String, autoRotatonEnabled As Nullable(Of Boolean))

Parameters

resourceGroupName
String
managedInstanceName
String
keyId
String
autoRotatonEnabled
Nullable<Boolean>

Applies to