你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CefExternalSecuritySolution Class

Definition

Represents a security solution which sends CEF logs to an OMS workspace

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

Constructors

CefExternalSecuritySolution()

Initializes a new instance of the CefExternalSecuritySolution class.

CefExternalSecuritySolution(String, String, String, String, String, CefSolutionProperties)

Initializes a new instance of the CefExternalSecuritySolution 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 CEF solutions

Type

Gets resource type

(Inherited from ExternalSecuritySolution)

Extension Methods

ConvertToPSType(CefExternalSecuritySolution)
ConvertToPSType(ExternalSecuritySolution)

Applies to