Package version:

Interface SoftwareInventories

Interface representing a SoftwareInventories.

Hierarchy

  • SoftwareInventories

Methods

  • Gets a single software data of the virtual machine.

    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.

    • Optional options: SoftwareInventoriesGetOptionalParams

      The options parameters.

    Returns Promise<Software>

Generated using TypeDoc