ManagedInstanceAdvancedThreatProtection 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
ManagedInstanceAdvancedThreatProtection() |
Initializes a new instance of the ManagedInstanceAdvancedThreatProtection class. |
ManagedInstanceAdvancedThreatProtection(String, String, String, SystemData, Nullable<AdvancedThreatProtectionState>, Nullable<DateTime>) |
Initializes a new instance of the ManagedInstanceAdvancedThreatProtection class. |
ManagedInstanceAdvancedThreatProtection()
Initializes a new instance of the ManagedInstanceAdvancedThreatProtection class.
public ManagedInstanceAdvancedThreatProtection ();
Public Sub New ()
Applies to
ManagedInstanceAdvancedThreatProtection(String, String, String, SystemData, Nullable<AdvancedThreatProtectionState>, Nullable<DateTime>)
Initializes a new instance of the ManagedInstanceAdvancedThreatProtection class.
public ManagedInstanceAdvancedThreatProtection (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.ManagedInstanceAdvancedThreatProtection : string * string * string * Microsoft.Azure.Management.Sql.Models.SystemData * Nullable<Microsoft.Azure.Management.Sql.Models.AdvancedThreatProtectionState> * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Models.ManagedInstanceAdvancedThreatProtection
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'