ManagedPrivateEndpointsOperations Class
ManagedPrivateEndpointsOperations async 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.
async create(managed_private_endpoint_name: str, managed_virtual_network_name: str = 'default', properties: Optional[azure.synapse.managedprivateendpoints.v2021_06_01_preview.models._models_py3.ManagedPrivateEndpointProperties] = None, **kwargs: Any) -> azure.synapse.managedprivateendpoints.v2021_06_01_preview.models._models_py3.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.
async 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.
async get(managed_private_endpoint_name: str, managed_virtual_network_name: str = 'default', **kwargs: Any) -> azure.synapse.managedprivateendpoints.v2021_06_01_preview.models._models_py3.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) -> AsyncIterable[azure.synapse.managedprivateendpoints.v2021_06_01_preview.models._models_py3.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.v2021_06_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\synapse\\managedprivateendpoints\\v2021_06_01_preview\\models\\__init__.py'>
Feedback
Submit and view feedback for