ManagedDatabaseAdvancedThreatProtection 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
ManagedDatabaseAdvancedThreatProtection() |
Initializes a new instance of the ManagedDatabaseAdvancedThreatProtection class. |
ManagedDatabaseAdvancedThreatProtection(String, String, String, SystemData, Nullable<AdvancedThreatProtectionState>, Nullable<DateTime>) |
Initializes a new instance of the ManagedDatabaseAdvancedThreatProtection class. |
ManagedDatabaseAdvancedThreatProtection()
Initializes a new instance of the ManagedDatabaseAdvancedThreatProtection class.
public ManagedDatabaseAdvancedThreatProtection ();
Public Sub New ()
Applies to
ManagedDatabaseAdvancedThreatProtection(String, String, String, SystemData, Nullable<AdvancedThreatProtectionState>, Nullable<DateTime>)
Initializes a new instance of the ManagedDatabaseAdvancedThreatProtection class.
public ManagedDatabaseAdvancedThreatProtection (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.SystemData systemData = default, Microsoft.Azure.Management.Sql.Models.AdvancedThreatProtectionState? state = default, DateTime? creationTime = default);
new Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection : string * string * string * Microsoft.Azure.Management.Sql.Models.SystemData * Nullable<Microsoft.Azure.Management.Sql.Models.AdvancedThreatProtectionState> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional state As Nullable(Of AdvancedThreatProtectionState) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- systemData
- SystemData
SystemData of AdvancedThreatProtectionResource.
Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. Possible values include: 'New', 'Enabled', 'Disabled'