ArmSecurityCenterModelFactory.CefSolutionProperties Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.CefSolutionProperties CefSolutionProperties(string deviceVendor = default, string deviceType = default, Azure.Core.ResourceIdentifier workspaceId = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default, string hostname = default, string agent = default, string lastEventReceived = default);
static member CefSolutionProperties : string * string * Azure.Core.ResourceIdentifier * System.Collections.Generic.IDictionary<string, BinaryData> * string * string * string -> Azure.ResourceManager.SecurityCenter.Models.CefSolutionProperties
Public Shared Function CefSolutionProperties (Optional deviceVendor As String = Nothing, Optional deviceType As String = Nothing, Optional workspaceId As ResourceIdentifier = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing, Optional hostname As String = Nothing, Optional agent As String = Nothing, Optional lastEventReceived As String = Nothing) As CefSolutionProperties

Parameters

deviceVendor
String
deviceType
String
workspaceId
ResourceIdentifier

Azure resource ID of the connected OMS workspace.

additionalProperties
IDictionary<String,BinaryData>
hostname
String
agent
String
lastEventReceived
String

Returns

A new CefSolutionProperties instance for mocking.

Applies to