次の方法で共有


AadExternalSecuritySolution Constructors

Definition

Overloads

AadExternalSecuritySolution()

Initializes a new instance of the AadExternalSecuritySolution class.

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

Initializes a new instance of the AadExternalSecuritySolution class.

AadExternalSecuritySolution()

Initializes a new instance of the AadExternalSecuritySolution class.

public AadExternalSecuritySolution ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AadExternalSecuritySolution class.

public AadExternalSecuritySolution (string id = default, string name = default, string type = default, string kind = default, string location = default, Microsoft.Azure.Management.Security.Models.AadSolutionProperties properties = default);
new Microsoft.Azure.Management.Security.Models.AadExternalSecuritySolution : string * string * string * string * string * Microsoft.Azure.Management.Security.Models.AadSolutionProperties -> Microsoft.Azure.Management.Security.Models.AadExternalSecuritySolution
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional properties As AadSolutionProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

kind
String

The kind of the external solution Possible values include: 'CEF', 'ATA', 'AAD'

location
String

Location where the resource is stored

properties
AadSolutionProperties

The external security solution properties for AAD solutions

Applies to