CustomDomainResourceCollection interface
Collection compose of a custom domain resources list and a possible link for next page.
Properties
next |
The link to next page of custom domain list. |
value | The custom domain resources list. |
Property Details
nextLink
The link to next page of custom domain list.
nextLink?: string
Property Value
string
value
The custom domain resources list.
value?: CustomDomainResource[]