次の方法で共有


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
str

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