Partager via


SecurityCenterExtensions.GetSoftwareInventories Méthode

Définition

Surcharges

GetSoftwareInventories(SubscriptionResource, CancellationToken)

Obtient l’inventaire logiciel de toutes les machines virtuelles des abonnements.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • IdSoftwareInventories_ListBySubscription d’opération
GetSoftwareInventories(ResourceGroupResource, String, String, String)

Obtient une collection de SoftwareInventoryResources dans ResourceGroupResource.

GetSoftwareInventories(SubscriptionResource, CancellationToken)

Obtient l’inventaire logiciel de toutes les machines virtuelles des abonnements.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • IdSoftwareInventories_ListBySubscription d’opération
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)

Paramètres

subscriptionResource
SubscriptionResource

Instance SubscriptionResource sur laquelle la méthode s’exécute.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de qui peut nécessiter plusieurs demandes de SoftwareInventoryResource service pour itérer.

S’applique à

GetSoftwareInventories(ResourceGroupResource, String, String, String)

Obtient une collection de SoftwareInventoryResources dans ResourceGroupResource.

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

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

resourceNamespace
String

Espace de noms de la ressource.

resourceType
String

Type de la ressource.

resourceName
String

Nom de la ressource.

Retours

Objet représentant une collection de SoftwareInventoryResources et leurs opérations sur un SoftwareInventoryResource.

Exceptions

resourceNamespace, resourceType ou resourceName est une chaîne vide, et était censé être non vide.

resourceNamespace, resourceType ou resourceName a la valeur Null.

S’applique à