Partager via


SoftwareInventoryCollection.GetAsync(String, CancellationToken) Méthode

Définition

Obtient une seule donnée logicielle de la machine virtuelle.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/softwareInventories/{softwareName}
  • IdSoftwareInventories_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>> GetAsync (string softwareName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>>
Public Overridable Function GetAsync (softwareName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SoftwareInventoryResource))

Paramètres

softwareName
String

Nom du logiciel installé.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

softwareName est une chaîne vide et devait être non vide.

softwareName a la valeur null.

S’applique à