EHNamespaceListResult Class

The response of the List Namespace operation.

Inheritance
EHNamespaceListResult

Constructor

EHNamespaceListResult(*, value: Optional[List[azure.mgmt.eventhub.v2021_01_01_preview.models._models_py3.EHNamespace]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[EHNamespace]

Result of the List Namespace operation.

next_link
str

Link to the next set of results. Not empty if Value contains incomplete list of namespaces.