次の方法で共有


SoftwareInventories interface

SoftwareInventories を表すインターフェイス。

メソッド

get(string, string, string, string, string, SoftwareInventoriesGetOptionalParams)

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

listByExtendedResource(string, string, string, string, SoftwareInventoriesListByExtendedResourceOptionalParams)

仮想マシンのソフトウェア インベントリを取得します。

listBySubscription(SoftwareInventoriesListBySubscriptionOptionalParams)

サブスクリプション内のすべての仮想マシンのソフトウェア インベントリを取得します。

メソッドの詳細

get(string, string, string, string, string, SoftwareInventoriesGetOptionalParams)

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

function get(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, softwareName: string, options?: SoftwareInventoriesGetOptionalParams): Promise<Software>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

resourceNamespace

string

リソースの名前空間。

resourceType

string

リソースの種類。

resourceName

string

リソースの名前。

softwareName

string

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

options
SoftwareInventoriesGetOptionalParams

オプション パラメーター。

戻り値

Promise<Software>

listByExtendedResource(string, string, string, string, SoftwareInventoriesListByExtendedResourceOptionalParams)

仮想マシンのソフトウェア インベントリを取得します。

function listByExtendedResource(resourceGroupName: string, resourceNamespace: string, resourceType: string, resourceName: string, options?: SoftwareInventoriesListByExtendedResourceOptionalParams): PagedAsyncIterableIterator<Software, Software[], PageSettings>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前では大文字と小文字が区別されません。

resourceNamespace

string

リソースの名前空間。

resourceType

string

リソースの種類。

resourceName

string

リソースの名前。

options
SoftwareInventoriesListByExtendedResourceOptionalParams

オプション パラメーター。

戻り値

listBySubscription(SoftwareInventoriesListBySubscriptionOptionalParams)

サブスクリプション内のすべての仮想マシンのソフトウェア インベントリを取得します。

function listBySubscription(options?: SoftwareInventoriesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Software, Software[], PageSettings>

パラメーター

options
SoftwareInventoriesListBySubscriptionOptionalParams

オプション パラメーター。

戻り値