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