PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

A private endpoint connection.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Summary

Modifier and Type Method and Description
String groupId()

Get the groupId property: Group id of the private endpoint.

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: Provisioning state of the private endpoint.

SystemData systemData()

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

void validate()

Validates the instance.

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()

Creates an instance of PrivateEndpointConnectionInner class.

Method Details

groupId

public String groupId()

Get the groupId property: Group id of the private endpoint.

Returns:

the groupId value.

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: Provisioning state of the private endpoint.

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(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