BindingResourceCollection Class
Object that includes an array of Binding resources and a possible link for next set.
- Inheritance
-
BindingResourceCollection
Constructor
BindingResourceCollection(*, value: Optional[List[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.BindingResource]] = None, next_link: Optional[str] = None, **kwargs)
Variables
- value
- list[BindingResource]
Collection of Binding resources.
- next_link
- str
URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Feedback
Submit and view feedback for