Freigeben über


SecurityCenterExtensions.GetSoftwareInventory Methode

Definition

Ruft eine einzelne Softwaredaten des virtuellen Computers ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/softwareInventories/{softwareName}
  • Vorgangs-IdSoftwareInventories_Get
public static Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource> GetSoftwareInventory (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceNamespace, string resourceType, string resourceName, string softwareName, System.Threading.CancellationToken cancellationToken = default);
static member GetSoftwareInventory : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>
<Extension()>
Public Function GetSoftwareInventory (resourceGroupResource As ResourceGroupResource, resourceNamespace As String, resourceType As String, resourceName As String, softwareName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SoftwareInventoryResource)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

resourceNamespace
String

Der Namespace der Ressource.

resourceType
String

Der Typ der Ressource.

resourceName
String

Der Name der Ressource.

softwareName
String

Name der installierten Software.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

resourceNamespace, resourceTypeoder resourceNamesoftwareName ist eine leere Zeichenfolge, und es wurde erwartet, dass sie nicht leer ist.

resourceNamespace, resourceType, resourceName oder softwareName ist NULL.

Gilt für: