DatabaseAdvancedThreatProtection Class

Definition

A database Advanced Threat Protection.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseAdvancedThreatProtection : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseAdvancedThreatProtection = class
    inherit ProxyResource
Public Class DatabaseAdvancedThreatProtection
Inherits ProxyResource
Inheritance
DatabaseAdvancedThreatProtection
Attributes

Constructors

DatabaseAdvancedThreatProtection()

Initializes a new instance of the DatabaseAdvancedThreatProtection class.

DatabaseAdvancedThreatProtection(AdvancedThreatProtectionState, String, String, String, SystemData, Nullable<DateTime>)

Initializes a new instance of the DatabaseAdvancedThreatProtection class.

Properties

CreationTime

Gets specifies the UTC creation time of the policy.

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
State

Gets or sets 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'

SystemData

Gets systemData of AdvancedThreatProtectionResource.

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to