次の方法で共有


AadExternalSecuritySolution Class

Definition

Represents an AAD identity protection solution which sends logs to an OMS workspace.

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

Constructors

AadExternalSecuritySolution()

Initializes a new instance of the AadExternalSecuritySolution class.

AadExternalSecuritySolution(String, String, String, String, String, AadSolutionProperties)

Initializes a new instance of the AadExternalSecuritySolution 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 AAD solutions

Type

Gets resource type

(Inherited from ExternalSecuritySolution)

Extension Methods

ConvertToPSType(AadExternalSecuritySolution)
ConvertToPSType(ExternalSecuritySolution)

Applies to