SecurityCenterExtensions.GetSoftwareInventories メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetSoftwareInventories(SubscriptionResource, CancellationToken) |
サブスクリプション内のすべての仮想マシンのソフトウェア インベントリを取得します。
|
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 に対する操作を表す オブジェクト。
例外
resourceNamespace
resourceType
または resourceName
が空の文字列であり、空でないと想定されていました。
resourceNamespace
、resourceType
、または resourceName
が null です。