次の方法で共有


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

定義

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

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

パラメーター

softwareName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

softwareName が null です。

適用対象