OperationListResult Class

Describes the result of the request to list Service Fabric resource provider operations.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
OperationListResult

Constructor

OperationListResult(*, value: Optional[List[azure.mgmt.servicefabricmanagedclusters.models._models_py3.OperationResult]] = None, **kwargs)

Parameters

value
list[<xref:service_fabric_managed_clusters_management_client.models.OperationResult>]
Required

List of operations supported by the Service Fabric resource provider.

Variables

next_link
str

URL to get the next set of operation list results if there are any.