ArmSecurityInsightsModelFactory.IndicatorObservablesItem Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.IndicatorObservablesItem IndicatorObservablesItem(string type = default, string value = default);
static member IndicatorObservablesItem : string * string -> Azure.ResourceManager.SecurityInsights.Models.IndicatorObservablesItem
Public Shared Function IndicatorObservablesItem (Optional type As String = Nothing, Optional value As String = Nothing) As IndicatorObservablesItem

Parameters

type
String

The type of the observable of this indicator.

value
String

The value of the observable of this indicator.

Returns

A new IndicatorObservablesItem instance for mocking.

Applies to