SoftwareInventories interface
SoftwareInventories を表すインターフェイス。
メソッド
| get(string, string, string, string, string, Software |
仮想マシンの単一のソフトウェア データを取得します。 |
| list |
仮想マシンのソフトウェア インベントリを取得します。 |
| list |
サブスクリプション内のすべての仮想マシンのソフトウェア インベントリを取得します。 |
メソッドの詳細
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
インストールされているソフトウェアの名前。
オプション パラメーター。
戻り値
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
リソースの名前。
オプション パラメーター。
戻り値
listBySubscription(SoftwareInventoriesListBySubscriptionOptionalParams)
サブスクリプション内のすべての仮想マシンのソフトウェア インベントリを取得します。
function listBySubscription(options?: SoftwareInventoriesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Software, Software[], PageSettings>
パラメーター
オプション パラメーター。