SimplePrivateEndpointConnection Class

public final class SimplePrivateEndpointConnection
extends ProxyResource

A private endpoint connection.

Constructor Summary

Constructor Description
SimplePrivateEndpointConnection()

Creates an instance of SimplePrivateEndpointConnection class.

Method Summary

Modifier and Type Method and Description
List<String> groupIds()

Get the groupIds property: Group ids of the private endpoint connection.

PrivateEndpointProperty privateEndpoint()

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

PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

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

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

void validate()

Validates the instance.

SimplePrivateEndpointConnection withGroupIds(List<String> groupIds)

Set the groupIds property: Group ids of the private endpoint connection.

SimplePrivateEndpointConnection withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)

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

SimplePrivateEndpointConnection 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

SimplePrivateEndpointConnection

public SimplePrivateEndpointConnection()

Creates an instance of SimplePrivateEndpointConnection class.

Method Details

groupIds

public List<String> groupIds()

Get the groupIds property: Group ids of the private endpoint connection.

Returns:

the groupIds value.

privateEndpoint

public PrivateEndpointProperty privateEndpoint()

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

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.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withGroupIds

public SimplePrivateEndpointConnection withGroupIds(List<String> groupIds)

Set the groupIds property: Group ids of the private endpoint connection.

Parameters:

groupIds - the groupIds value to set.

Returns:

the SimplePrivateEndpointConnection object itself.

withPrivateEndpoint

public SimplePrivateEndpointConnection withPrivateEndpoint(PrivateEndpointProperty privateEndpoint)

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

Parameters:

privateEndpoint - the privateEndpoint value to set.

Returns:

the SimplePrivateEndpointConnection object itself.

withPrivateLinkServiceConnectionState

public SimplePrivateEndpointConnection 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 SimplePrivateEndpointConnection object itself.

Applies to