PartnerNamespacesListResult Class

Result of the List Partner Namespaces operation.

Inheritance
azure.mgmt.eventgrid._serialization.Model
PartnerNamespacesListResult

Constructor

PartnerNamespacesListResult(*, value: List[_models.PartnerNamespace] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

A collection of partner namespaces.

next_link
str

A link for the next page of partner namespaces.

Variables

Name Description
value

A collection of partner namespaces.

next_link
str

A link for the next page of partner namespaces.