PrivateLinkResourcesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:private_link_resources> attribute.
- Inheritance
-
builtins.objectPrivateLinkResourcesOperations
Constructor
PrivateLinkResourcesOperations(*args, **kwargs)
Methods
| get |
Get group ID. Get details of a group ID. |
| list |
Get list of group IDs. List supported group IDs. |
get
Get group ID.
Get details of a group ID.
async get(resource_group_name: str, account_name: str, name: str, **kwargs: Any) -> azure.mgmt.media.models._models_py3.PrivateLinkResource
Parameters
- name
- str
Required
- cls
- callable
A custom type or function that will be passed the direct response
Returns
PrivateLinkResource, or the result of cls(response)
Return type
Exceptions
list
Get list of group IDs.
List supported group IDs.
async list(resource_group_name: str, account_name: str, **kwargs: Any) -> azure.mgmt.media.models._models_py3.PrivateLinkResourceListResult
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
PrivateLinkResourceListResult, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.media.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\media\\models\\__init__.py'>
Feedback
Submit and view feedback for