PartnerDestinationsListResult Class

Result of the List Partner Destinations operation.

Inheritance
azure.mgmt.eventgrid._serialization.Model
PartnerDestinationsListResult

Constructor

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

Keyword-Only Parameters

Name Description
value

A collection of partner destinations.

next_link
str

A link for the next page of partner destinations.

Variables

Name Description
value

A collection of partner destinations.

next_link
str

A link for the next page of partner destinations.