ResolvePrivateLinkServiceIdOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:resolve_private_link_service_id> attribute.
- Inheritance
-
builtins.objectResolvePrivateLinkServiceIdOperations
Constructor
ResolvePrivateLinkServiceIdOperations(*args, **kwargs)
Methods
| post |
Gets the private link service ID for the specified managed cluster. Gets the private link service ID the specified managed cluster. |
post
Gets the private link service ID for the specified managed cluster.
Gets the private link service ID the specified managed cluster.
post(resource_group_name: str, resource_name: str, parameters: azure.mgmt.containerservice.v2020_09_01.models._models_py3.PrivateLinkResource, **kwargs: Any) -> azure.mgmt.containerservice.v2020_09_01.models._models_py3.PrivateLinkResource
Parameters
- parameters
- PrivateLinkResource
Parameters (name, groupId) supplied in order to resolve a private link service ID.
- 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
Attributes
models
models = <module 'azure.mgmt.containerservice.v2020_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\containerservice\\v2020_09_01\\models\\__init__.py'>
Feedback
Submit and view feedback for