PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

A private endpoint connection.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Method Summary

Modifier and Type Method and Description
PrivateEndpointProperty privateEndpoint()

Get the privateEndpoint property: Private endpoint which the connection belongs to.

PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.

String provisioningState()

Get the provisioningState property: State of the private endpoint connection.

void validate()

Validates the instance.

PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)

Set the privateEndpoint property: Private endpoint which the connection belongs to.

PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionInner

public PrivateEndpointConnectionInner()

Method Details

privateEndpoint

public PrivateEndpointProperty privateEndpoint()

Get the privateEndpoint property: Private endpoint which the connection belongs to.

Returns:

the privateEndpoint value.

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.

Returns:

the privateLinkServiceConnectionState value.

provisioningState

public String provisioningState()

Get the provisioningState property: State of the private endpoint connection.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

withPrivateEndpoint

public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)

Set the privateEndpoint property: Private endpoint which the connection belongs to.

Parameters:

privateEndpoint - the privateEndpoint value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.

Parameters:

privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

Applies to