ArmSecurityInsightsModelFactory.IndicatorObservablesItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.