ArmSecurityCenterModelFactory.InventoryList 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.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.