Compartir a través de


SoftwareInventories interface

Interfaz que representa un SoftwareInventories.

Métodos

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

Obtiene un único dato de software de la máquina virtual.

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

Obtiene el inventario de software de la máquina virtual.

listBySubscription(SoftwareInventoriesListBySubscriptionOptionalParams)

Obtiene el inventario de software de todas las máquinas virtuales de las suscripciones.

Detalles del método

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

Obtiene un único dato de software de la máquina virtual.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos dentro de la suscripción del usuario. El nombre no distingue mayúsculas de minúsculas.

resourceNamespace

string

Espacio de nombres del recurso.

resourceType

string

Tipo del recurso.

resourceName

string

Nombre del recurso.

softwareName

string

Nombre del software instalado.

options
SoftwareInventoriesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Software>

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

Obtiene el inventario de software de la máquina virtual.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos dentro de la suscripción del usuario. El nombre no distingue mayúsculas de minúsculas.

resourceNamespace

string

Espacio de nombres del recurso.

resourceType

string

Tipo del recurso.

resourceName

string

Nombre del recurso.

Devoluciones

listBySubscription(SoftwareInventoriesListBySubscriptionOptionalParams)

Obtiene el inventario de software de todas las máquinas virtuales de las suscripciones.

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

Parámetros

options
SoftwareInventoriesListBySubscriptionOptionalParams

Parámetros de opciones.

Devoluciones