DefenderFoDatabasesAwsOfferingRds Class
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.
The RDS configuration
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderFoDatabasesAwsOfferingRdsTypeConverter))]
public class DefenderFoDatabasesAwsOfferingRds : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderFoDatabasesAwsOfferingRds
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.DefenderFoDatabasesAwsOfferingRdsTypeConverter))>]
type DefenderFoDatabasesAwsOfferingRds = class
interface IDefenderFoDatabasesAwsOfferingRds
interface IJsonSerializable
Public Class DefenderFoDatabasesAwsOfferingRds
Implements IDefenderFoDatabasesAwsOfferingRds
- Inheritance
-
DefenderFoDatabasesAwsOfferingRds
- Attributes
- Implements
Constructors
DefenderFoDatabasesAwsOfferingRds() |
Creates an new DefenderFoDatabasesAwsOfferingRds instance. |
Properties
CloudRoleArn |
The cloud role ARN in AWS for this feature |
Enabled |
Is RDS protection enabled |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefenderFoDatabasesAwsOfferingRds. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefenderFoDatabasesAwsOfferingRds. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IDefenderFoDatabasesAwsOfferingRds. |
FromJsonString(String) |
Creates a new instance of DefenderFoDatabasesAwsOfferingRds, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefenderFoDatabasesAwsOfferingRds into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |