InventoryOperations interface
Interface representing a Inventory operations.
Properties
| get | Get a InventoryResource |
| list |
List InventoryResource resources by SolutionConfiguration |
Property Details
get
Get a InventoryResource
get: (resourceUri: string, solutionConfiguration: string, inventoryId: string, options?: InventoryGetOptionalParams) => Promise<InventoryResource>
Property Value
(resourceUri: string, solutionConfiguration: string, inventoryId: string, options?: InventoryGetOptionalParams) => Promise<InventoryResource>
listBySolutionConfiguration
List InventoryResource resources by SolutionConfiguration
listBySolutionConfiguration: (resourceUri: string, solutionConfiguration: string, options?: InventoryListBySolutionConfigurationOptionalParams) => PagedAsyncIterableIterator<InventoryResource, InventoryResource[], PageSettings>
Property Value
(resourceUri: string, solutionConfiguration: string, options?: InventoryListBySolutionConfigurationOptionalParams) => PagedAsyncIterableIterator<InventoryResource, InventoryResource[], PageSettings>