SoftwareInventories interface

Interface representing a SoftwareInventories.

Methods

get(string, string, string, string, string, SoftwareInventoriesGetOptionalParams)

Gets a single software data of the virtual machine.

listByExtendedResource(string, string, string, string, SoftwareInventoriesListByExtendedResourceOptionalParams)

Gets the software inventory of the virtual machine.

listBySubscription(SoftwareInventoriesListBySubscriptionOptionalParams)

Gets the software inventory of all virtual machines in the subscriptions.

Method Details

get(string, string, string, string, string, SoftwareInventoriesGetOptionalParams)

Gets a single software data of the virtual machine.

function get(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, softwareName: string, options?: SoftwareInventoriesGetOptionalParams): Promise<Software>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription. The name is case insensitive.

resourceNamespace

string

The namespace of the resource.

resourceType

string

The type of the resource.

resourceName

string

Name of the resource.

softwareName

string

Name of the installed software.

options
SoftwareInventoriesGetOptionalParams

The options parameters.

Returns

Promise<Software>

listByExtendedResource(string, string, string, string, SoftwareInventoriesListByExtendedResourceOptionalParams)

Gets the software inventory of the virtual machine.

function listByExtendedResource(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: SoftwareInventoriesListByExtendedResourceOptionalParams): PagedAsyncIterableIterator<Software, Software[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription. The name is case insensitive.

resourceNamespace

string

The namespace of the resource.

resourceType

string

The type of the resource.

resourceName

string

Name of the resource.

Returns

listBySubscription(SoftwareInventoriesListBySubscriptionOptionalParams)

Gets the software inventory of all virtual machines in the subscriptions.

function listBySubscription(options?: SoftwareInventoriesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Software, Software[], PageSettings>

Parameters

options
SoftwareInventoriesListBySubscriptionOptionalParams

The options parameters.

Returns