你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityCenterExtensions.GetSoftwareInventories 方法

定义

重载

GetSoftwareInventories(SubscriptionResource, CancellationToken)

获取订阅中所有虚拟机的软件清单。

  • 请求路径/订阅/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • 操作IdSoftwareInventories_ListBySubscription
GetSoftwareInventories(ResourceGroupResource, String, String, String)

获取 ResourceGroupResource 中 SoftwareInventoryResources 的集合。

GetSoftwareInventories(SubscriptionResource, CancellationToken)

获取订阅中所有虚拟机的软件清单。

  • 请求路径/订阅/{subscriptionId}/providers/Microsoft.Security/softwareInventories
  • 操作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)

参数

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 将对其执行的实例。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 SoftwareInventoryResource 集合。

适用于

GetSoftwareInventories(ResourceGroupResource, String, String, String)

获取 ResourceGroupResource 中 SoftwareInventoryResources 的集合。

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

参数

resourceGroupResource
ResourceGroupResource

方法 ResourceGroupResource 将对其执行的实例。

resourceNamespace
String

资源的命名空间。

resourceType
String

资源类型。

resourceName
String

资源的名称。

返回

一个 对象,表示 SoftwareInventoryResources 的集合及其在 SoftwareInventoryResource 上的操作。

例外

resourceNamespaceresourceTyperesourceName 是空字符串,预期为非空。

resourceNamespaceresourceTyperesourceName 为 null。

适用于