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 for the specified managed cluster. |
post
Gets the private link service ID for the specified managed cluster.
Gets the private link service ID for the specified managed cluster.
post(resource_group_name: str, resource_name: str, parameters: _models.PrivateLinkResource, *, content_type: str = 'application/json', **kwargs: Any) -> _models.PrivateLinkResource
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The name of the resource group. Required. |
resource_name
Required
|
The name of the managed cluster resource. Required. |
parameters
Required
|
Parameters required in order to resolve a private link service ID. Is either a PrivateLinkResource type or a IO[bytes] type. Required. |
Returns
Type | Description |
---|---|
PrivateLinkResource or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.containerservice.v2021_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\containerservice\\v2021_09_01\\models\\__init__.py'>
Azure SDK for Python