AssociationsList Class

List of associations.

Inheritance
msrest.serialization.Model
AssociationsList

Constructor

AssociationsList(*, value: List[Association] | None = None, next_link: str | None = None, **kwargs)

Parameters

Name Description
value
Required

The array of associations.

next_link
Required
str

The URL to use for getting the next set of results.

Keyword-Only Parameters

Name Description
value
Required
next_link
Required