StreamingEndpointListResult Class

The streaming endpoint list result.

Inheritance
StreamingEndpointListResult

Constructor

StreamingEndpointListResult(*, value: Optional[List[_models.StreamingEndpoint]] = None, odata_count: Optional[int] = None, odata_next_link: Optional[str] = None, **kwargs)

Variables

value
list[StreamingEndpoint]

The result of the List StreamingEndpoint operation.

odata_count
int

The number of result.

odata_next_link
str

The link to the next set of results. Not empty if value contains incomplete list of streaming endpoints.