AzureRmSqlManagedInstanceTransparentDataEncryptionProtectorModel 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
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