PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

The private endpoint connection.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Summary

Modifier and Type Method and Description
String linkIdentifier()

Get the linkIdentifier property: The link identifier.

PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: The private endpoint of the private endpoint connection.

PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: The private link service connection state.

PrivateEndpointConnectionProvisioningState provisioningState()

Get the provisioningState property: The provisioning state, which only appears in the response.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: The private link service connection state.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionInner

public PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Details

linkIdentifier

public String linkIdentifier()

Get the linkIdentifier property: The link identifier.

Returns:

the linkIdentifier value.

privateEndpoint

public PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: The private endpoint of the private endpoint connection.

Returns:

the privateEndpoint value.

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

Get the privateLinkServiceConnectionState property: The private link service connection state.

Returns:

the privateLinkServiceConnectionState value.

provisioningState

public PrivateEndpointConnectionProvisioningState provisioningState()

Get the provisioningState property: The provisioning state, which only appears in the response.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Set the privateLinkServiceConnectionState property: The private link service connection state.

Parameters:

privateLinkServiceConnectionState - the privateLinkServiceConnectionState value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

Applies to