Partilhar via


SecurityCenterExtensions.GetSoftwareInventoriesAsync Método

Definição

Obtém o inventário de software de todas as máquinas virtuais nas assinaturas.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • IdSoftwareInventories_ListBySubscription de operação
public static Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource> GetSoftwareInventoriesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSoftwareInventoriesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>
<Extension()>
Public Function GetSoftwareInventoriesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SoftwareInventoryResource)

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância na qual o método será executado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de SoftwareInventoryResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a