ExpressRoutePortAuthorizationListResult Class
Response for ListExpressRoutePortAuthorizations API service call.
- Inheritance
-
azure.mgmt.network._serialization.ModelExpressRoutePortAuthorizationListResult
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
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
The authorizations in an ExpressRoute Port. |
next_link
|
The URL to get the next set of results. |