CustomDomainResourceCollection Class

Collection compose of a custom domain resources list and a possible link for next page.

Inheritance
CustomDomainResourceCollection

Constructor

CustomDomainResourceCollection(*, value: Optional[List[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.CustomDomainResource]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[CustomDomainResource]

The custom domain resources list.

next_link
str

The link to next page of custom domain list.