PrivateLinkResourceListResult Class
A list of private link resources.
- Inheritance
-
azure.mgmt.cognitiveservices._serialization.ModelPrivateLinkResourceListResult
Constructor
PrivateLinkResourceListResult(*, value: List[_models.PrivateLinkResource] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Array of private link resources. |
Variables
Name | Description |
---|---|
value
|
Array of private link resources. |
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