VerifiedPartnersListResult Class
Result of the List verified partners operation.
- Inheritance
-
msrest.serialization.ModelVerifiedPartnersListResult
Constructor
VerifiedPartnersListResult(*, value: List[VerifiedPartner] | None = None, next_link: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
A collection of verified partners. |
next_link
|
A link for the next page of verified partners if any. |
Variables
Name | Description |
---|---|
value
|
A collection of verified partners. |
next_link
|
A link for the next page of verified partners if any. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python