ApplicationListResult Class
Result of the request to list cluster Applications. It contains a list of operations and a URL link to get the next set of results.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ApplicationListResult(*, value: List[Application] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
value
Required
|
The list of HDInsight applications installed on HDInsight cluster. |
Keyword-Only Parameters
Name | Description |
---|---|
value
Required
|
|
Variables
Name | Description |
---|---|
next_link
|
The URL to get the next set of operation list results if there are any. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python