PrivateEndpointConnection Class
Properties of the PrivateEndpointConnection.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.servicebus.v2021_06_01_preview.models._models_py3.ResourcePrivateEndpointConnection
Constructor
PrivateEndpointConnection(*, private_endpoint: Optional[azure.mgmt.servicebus.v2021_06_01_preview.models._models_py3.PrivateEndpoint] = None, private_link_service_connection_state: Optional[azure.mgmt.servicebus.v2021_06_01_preview.models._models_py3.ConnectionState] = None, provisioning_state: Optional[Union[str, azure.mgmt.servicebus.v2021_06_01_preview.models._service_bus_management_client_enums.EndPointProvisioningState]] = None, **kwargs)
Parameters
- private_link_service_connection_state
- ConnectionState
Required
Details about the state of the connection.
- provisioning_state
- str or EndPointProvisioningState
Required
Provisioning state of the Private Endpoint Connection. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Canceled", "Failed".
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- system_data
- SystemData
The system meta data relating to this resource.
Feedback
Submit and view feedback for