OperationResult Class

Available operation list result.

Inheritance
OperationResult

Constructor

OperationResult(*, name: Optional[str] = None, is_data_action: Optional[bool] = None, display: Optional[azure.mgmt.servicefabricmanagedclusters.models._models_py3.AvailableOperationDisplay] = None, origin: Optional[str] = None, next_link: Optional[str] = None, **kwargs)

Parameters

name
str
Required

The name of the operation.

is_data_action
bool
Required

Indicates whether the operation is a data action.

display
<xref:service_fabric_managed_clusters_management_client.models.AvailableOperationDisplay>
Required

The object that represents the operation.

origin
str
Required

Origin result.

next_link
str
Required

The URL to use for getting the next set of results.