ApplicationGatewayPrivateEndpointConnection Class
Private Endpoint connection on an application gateway.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_05_01.models._models_py3.SubResourceApplicationGatewayPrivateEndpointConnection
Constructor
ApplicationGatewayPrivateEndpointConnection(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, private_link_service_connection_state: typing.Union[_ForwardRef('PrivateLinkServiceConnectionState'), NoneType] = None, **kwargs)
Parameters
- id
- str
Resource ID.
- name
- str
Name of the private endpoint connection on an application gateway.
- private_link_service_connection_state
- PrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- type
- str
Type of the resource.
- private_endpoint
- PrivateEndpoint
The resource of private end point.
- provisioning_state
- str or ProvisioningState
The provisioning state of the application gateway private endpoint connection resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
- link_identifier
- str
The consumer link id.
Feedback
Submit and view feedback for