Share via


AtaExternalSecuritySolution Class

Definition

Represents an ATA security solution which sends logs to an OMS workspace

[Newtonsoft.Json.JsonObject("ATA")]
public class AtaExternalSecuritySolution : Microsoft.Azure.Management.Security.Models.ExternalSecuritySolution
[<Newtonsoft.Json.JsonObject("ATA")>]
type AtaExternalSecuritySolution = class
    inherit ExternalSecuritySolution
Public Class AtaExternalSecuritySolution
Inherits ExternalSecuritySolution
Inheritance
AtaExternalSecuritySolution
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AtaExternalSecuritySolution()

Initializes a new instance of the AtaExternalSecuritySolution class.

AtaExternalSecuritySolution(String, String, String, String, String, AtaSolutionProperties)

Initializes a new instance of the AtaExternalSecuritySolution class.

Properties

Id

Gets resource Id

(Inherited from ExternalSecuritySolution)
Kind

Gets or sets the kind of the external solution Possible values include: 'CEF', 'ATA', 'AAD'

(Inherited from ExternalSecuritySolution)
Location

Gets location where the resource is stored

(Inherited from ExternalSecuritySolution)
Name

Gets resource name

(Inherited from ExternalSecuritySolution)
Properties

Gets or sets the external security solution properties for ATA solutions

Type

Gets resource type

(Inherited from ExternalSecuritySolution)

Extension Methods

ConvertToPSType(AtaExternalSecuritySolution)
ConvertToPSType(ExternalSecuritySolution)

Applies to