次の方法で共有


SoftwareInventoryCollection.GetAsync(String, CancellationToken) メソッド

定義

仮想マシンの 1 つのソフトウェア データを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceNamespace}/{resourceType}/{resourceName}/providers/Microsoft.Security/softwareInventories/{softwareName}
  • 操作IdSoftwareInventories_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>> GetAsync (string softwareName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SoftwareInventoryResource>>
Public Overridable Function GetAsync (softwareName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SoftwareInventoryResource))

パラメーター

softwareName
String

インストールされているソフトウェアの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

softwareName は空の文字列であり、空でないと予想されていました。

softwareName が null です。

適用対象