PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

The private endpoint connection resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Method Summary

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

Get the groupIds property: The group ids for the private endpoint resource.

PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: The private endpoint resource.

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.

SystemData systemData()

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

void validate()

Validates the instance.

PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: The private endpoint resource.

PrivateEndpointConnectionInner 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

PrivateEndpointConnectionInner

public PrivateEndpointConnectionInner()

Method Details

groupIds

public List groupIds()

Get the groupIds property: The group ids for the private endpoint resource.

Returns:

the groupIds value.

privateEndpoint

public PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: The private endpoint resource.

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.

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.

withPrivateEndpoint

public PrivateEndpointConnectionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: The private endpoint resource.

Parameters:

privateEndpoint - the privateEndpoint value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withPrivateLinkServiceConnectionState

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

Applies to