RelayNamespaceListResult Class

The response from the list namespace operation.

Inheritance
RelayNamespaceListResult

Constructor

RelayNamespaceListResult(*, value: Optional[List[azure.mgmt.relay.models._models_py3.RelayNamespace]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[RelayNamespace]
Required

Result of the list namespace operation.

next_link
str
Required

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