PrivateEndpointConnection Class

public class PrivateEndpointConnection
extends ProxyResource

The Private Endpoint Connection resource.

Constructor Summary

Constructor Description
PrivateEndpointConnection()

Method Summary

Modifier and Type Method and Description
PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: The resource of private end point.

PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.

PrivateEndpointConnectionProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the private endpoint connection resource.

void validate()

Validates the instance.

PrivateEndpointConnection withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: The resource of private end point.

PrivateEndpointConnection withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnection

public PrivateEndpointConnection()

Method Details

privateEndpoint

public PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: The resource of private end point.

Returns:

the privateEndpoint value.

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.

Returns:

the privateLinkServiceConnectionState value.

provisioningState

public PrivateEndpointConnectionProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the private endpoint connection resource.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

withPrivateEndpoint

public PrivateEndpointConnection withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: The resource of private end point.

Parameters:

privateEndpoint - the privateEndpoint value to set.

Returns:

the PrivateEndpointConnection object itself.

withPrivateLinkServiceConnectionState

public PrivateEndpointConnection withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.

Parameters:

privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.

Returns:

the PrivateEndpointConnection object itself.

Applies to