Freigeben über


SecurityCenterExtensions.GetSoftwareInventories Methode

Definition

Überlädt

GetSoftwareInventories(SubscriptionResource, CancellationToken)

Ruft die Softwareinventur aller virtuellen Computer in den Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • Vorgangs-IdSoftwareInventories_ListBySubscription
GetSoftwareInventories(ResourceGroupResource, String, String, String)

Ruft eine Auflistung von SoftwareInventoryResources in resourceGroupResource ab.

GetSoftwareInventories(SubscriptionResource, CancellationToken)

Ruft die Softwareinventur aller virtuellen Computer in den Abonnements ab.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • Vorgangs-IdSoftwareInventories_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource> GetSoftwareInventories (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSoftwareInventories : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>
<Extension()>
Public Function GetSoftwareInventories (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SoftwareInventoryResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von SoftwareInventoryResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für:

GetSoftwareInventories(ResourceGroupResource, String, String, String)

Ruft eine Auflistung von SoftwareInventoryResources in resourceGroupResource ab.

public static Azure.ResourceManager.SecurityCenter.SoftwareInventoryCollection GetSoftwareInventories (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceNamespace, string resourceType, string resourceName);
static member GetSoftwareInventories : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string -> Azure.ResourceManager.SecurityCenter.SoftwareInventoryCollection
<Extension()>
Public Function GetSoftwareInventories (resourceGroupResource As ResourceGroupResource, resourceNamespace As String, resourceType As String, resourceName As String) As SoftwareInventoryCollection

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.

Gibt zurück

Ein Objekt, das die Auflistung von SoftwareInventoryResources und deren Vorgänge über eine SoftwareInventoryResource darstellt.

Ausnahmen

resourceNamespaceresourceName oder resourceType ist eine leere Zeichenfolge, die nicht leer sein sollte.

resourceNamespace, resourceType oder resourceName ist NULL.

Gilt für: