Share via


CefExternalSecuritySolution Constructors

Definition

Overloads

CefExternalSecuritySolution()

Initializes a new instance of the CefExternalSecuritySolution class.

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

Initializes a new instance of the CefExternalSecuritySolution class.

CefExternalSecuritySolution()

Initializes a new instance of the CefExternalSecuritySolution class.

public CefExternalSecuritySolution ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CefExternalSecuritySolution class.

public CefExternalSecuritySolution (string id = default, string name = default, string type = default, string kind = default, string location = default, Microsoft.Azure.Management.Security.Models.CefSolutionProperties properties = default);
new Microsoft.Azure.Management.Security.Models.CefExternalSecuritySolution : string * string * string * string * string * Microsoft.Azure.Management.Security.Models.CefSolutionProperties -> Microsoft.Azure.Management.Security.Models.CefExternalSecuritySolution
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 CefSolutionProperties = 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
CefSolutionProperties

The external security solution properties for CEF solutions

Applies to