ArmSecurityCenterModelFactory.InventoryList Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.InventoryList InventoryList(Azure.ResourceManager.SecurityCenter.Models.IotSecurityInventoryKind? inventoryKind = default, string value = default);
static member InventoryList : Nullable<Azure.ResourceManager.SecurityCenter.Models.IotSecurityInventoryKind> * string -> Azure.ResourceManager.SecurityCenter.Models.InventoryList
Public Shared Function InventoryList (Optional inventoryKind As Nullable(Of IotSecurityInventoryKind) = Nothing, Optional value As String = Nothing) As InventoryList

Parameters

inventoryKind
Nullable<IotSecurityInventoryKind>

Types for inventory kind.

value
String

Gets or sets the value for inventory type.

Returns

A new InventoryList instance for mocking.

Applies to