PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

A private endpoint connection to an azure resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Summary

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

Get the groupIds property: Group IDs.

PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: Private endpoint.

PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

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

ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the 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: Private endpoint.

PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState 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

groupIds

public List groupIds()

Get the groupIds property: Group IDs.

Returns:

the groupIds value.

privateEndpoint

public PrivateEndpoint privateEndpoint()

Get the privateEndpoint property: Private endpoint.

Returns:

the privateEndpoint value.

privateLinkServiceConnectionState

public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()

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

Returns:

the privateLinkServiceConnectionState value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Provisioning state of the 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: Private endpoint.

Parameters:

privateEndpoint - the privateEndpoint value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState 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