ServiceFabricList Class
The response of a list operation.
- Inheritance
-
msrest.serialization.ModelServiceFabricList
Constructor
ServiceFabricList(*, value: List[ServiceFabric] | None = None, next_link: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
value
Required
|
Results of the list operation. |
next_link
Required
|
Link for next set of results. |
Keyword-Only Parameters
Name | Description |
---|---|
value
Required
|
|
next_link
Required
|
|
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