ManagedPrivateEndpointsOperations Class
ManagedPrivateEndpointsOperations operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectManagedPrivateEndpointsOperations
Constructor
ManagedPrivateEndpointsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| create |
Create Managed Private Endpoints. |
| delete |
Delete Managed Private Endpoints. |
| get |
Get Managed Private Endpoints. |
| list |
List Managed Private Endpoints. |
create
Create Managed Private Endpoints.
create(managed_private_endpoint_name: str, managed_virtual_network_name: str = 'default', properties: Optional[_models.ManagedPrivateEndpointProperties] = None, **kwargs: Any) -> _models.ManagedPrivateEndpoint
Parameters
- properties
- ManagedPrivateEndpointProperties
Managed private endpoint properties.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ManagedPrivateEndpoint, or the result of cls(response)
Return type
Exceptions
delete
Delete Managed Private Endpoints.
delete(managed_private_endpoint_name: str, managed_virtual_network_name: str = 'default', **kwargs: Any) -> None
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Get Managed Private Endpoints.
get(managed_private_endpoint_name: str, managed_virtual_network_name: str = 'default', **kwargs: Any) -> _models.ManagedPrivateEndpoint
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ManagedPrivateEndpoint, or the result of cls(response)
Return type
Exceptions
list
List Managed Private Endpoints.
list(managed_virtual_network_name: str = 'default', **kwargs: Any) -> Iterable[_models.ManagedPrivateEndpointListResponse]
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either ManagedPrivateEndpointListResponse or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.synapse.managedprivateendpoints.v2020_12_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\synapse\\managedprivateendpoints\\v2020_12_01\\models\\__init__.py'>
Feedback
Submit and view feedback for