Share via


DefenderFoDatabasesAwsOfferingRds Constructors

Definition

Overloads

DefenderFoDatabasesAwsOfferingRds()

Initializes a new instance of the DefenderFoDatabasesAwsOfferingRds class.

DefenderFoDatabasesAwsOfferingRds(Nullable<Boolean>, String)

Initializes a new instance of the DefenderFoDatabasesAwsOfferingRds class.

DefenderFoDatabasesAwsOfferingRds()

Initializes a new instance of the DefenderFoDatabasesAwsOfferingRds class.

public DefenderFoDatabasesAwsOfferingRds ();
Public Sub New ()

Applies to

DefenderFoDatabasesAwsOfferingRds(Nullable<Boolean>, String)

Initializes a new instance of the DefenderFoDatabasesAwsOfferingRds class.

public DefenderFoDatabasesAwsOfferingRds (bool? enabled = default, string cloudRoleArn = default);
new Microsoft.Azure.Management.Security.Models.DefenderFoDatabasesAwsOfferingRds : Nullable<bool> * string -> Microsoft.Azure.Management.Security.Models.DefenderFoDatabasesAwsOfferingRds
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional cloudRoleArn As String = Nothing)

Parameters

enabled
Nullable<Boolean>

Is RDS protection enabled

cloudRoleArn
String

The cloud role ARN in AWS for this feature

Applies to