Compartilhar via


ExpressRoutePortAuthorizationListResult Class

Response for ListExpressRoutePortAuthorizations API service call.

Inheritance
azure.mgmt.network._serialization.Model
ExpressRoutePortAuthorizationListResult

Constructor

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

Keyword-Only Parameters

Name Description
value

The authorizations in an ExpressRoute Port.

next_link
str

The URL to get the next set of results.

Variables

Name Description
value

The authorizations in an ExpressRoute Port.

next_link
str

The URL to get the next set of results.