CefSolutionProperties Constructors

Definition

Overloads

CefSolutionProperties()

Initializes a new instance of the CefSolutionProperties class.

CefSolutionProperties(String, String, ConnectedWorkspace, String, String, String)

Initializes a new instance of the CefSolutionProperties class.

CefSolutionProperties()

Initializes a new instance of the CefSolutionProperties class.

public CefSolutionProperties ();
Public Sub New ()

Applies to

CefSolutionProperties(String, String, ConnectedWorkspace, String, String, String)

Initializes a new instance of the CefSolutionProperties class.

public CefSolutionProperties (string deviceVendor = default, string deviceType = default, Microsoft.Azure.Management.Security.Models.ConnectedWorkspace workspace = default, string hostname = default, string agent = default, string lastEventReceived = default);
new Microsoft.Azure.Management.Security.Models.CefSolutionProperties : string * string * Microsoft.Azure.Management.Security.Models.ConnectedWorkspace * string * string * string -> Microsoft.Azure.Management.Security.Models.CefSolutionProperties
Public Sub New (Optional deviceVendor As String = Nothing, Optional deviceType As String = Nothing, Optional workspace As ConnectedWorkspace = Nothing, Optional hostname As String = Nothing, Optional agent As String = Nothing, Optional lastEventReceived As String = Nothing)

Parameters

deviceVendor
String
deviceType
String
workspace
ConnectedWorkspace

Represents an OMS workspace to which the solution is connected

hostname
String
agent
String
lastEventReceived
String

Applies to