BgpServiceCommunityListResult Class
Response for the ListServiceCommunity API service call.
Constructor
BgpServiceCommunityListResult(*, value: List[_models.BgpServiceCommunity] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
A list of service community resources. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
A list of service community resources. |
next_link
|
The URL to get the next set of results. |