ArmScVmmModelFactory.ScVmmInventoryItemProperties Method

Definition

Initializes a new instance of ScVmmInventoryItemProperties.

public static Azure.ResourceManager.ScVmm.Models.ScVmmInventoryItemProperties ScVmmInventoryItemProperties (string inventoryType = default, string managedResourceId = default, string uuid = default, string inventoryItemName = default, Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState? provisioningState = default);
static member ScVmmInventoryItemProperties : string * string * string * string * Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState> -> Azure.ResourceManager.ScVmm.Models.ScVmmInventoryItemProperties
Public Shared Function ScVmmInventoryItemProperties (Optional inventoryType As String = Nothing, Optional managedResourceId As String = Nothing, Optional uuid As String = Nothing, Optional inventoryItemName As String = Nothing, Optional provisioningState As Nullable(Of ScVmmProvisioningState) = Nothing) As ScVmmInventoryItemProperties

Parameters

inventoryType
String

They inventory type.

managedResourceId
String

Gets the tracked resource id corresponding to the inventory resource.

uuid
String

Gets the UUID (which is assigned by VMM) for the inventory item.

inventoryItemName
String

Gets the Managed Object name in VMM for the inventory item.

provisioningState
Nullable<ScVmmProvisioningState>

Provisioning state of the resource.

Returns

A new ScVmmInventoryItemProperties instance for mocking.

Applies to