PrivateEndpointConnectionDescriptionInner Class

public final class PrivateEndpointConnectionDescriptionInner
extends PrivateEndpointConnection

The Private Endpoint Connection resource.

Constructor Summary

Constructor Description
PrivateEndpointConnectionDescriptionInner()

Method Summary

Modifier and Type Method and Description
SystemData systemData()

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

void validate()

Validates the instance.

PrivateEndpointConnectionDescriptionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: The resource of private end point.

PrivateEndpointConnectionDescriptionInner 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 PrivateEndpointConnection

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionDescriptionInner

public PrivateEndpointConnectionDescriptionInner()

Method Details

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.

Overrides:

PrivateEndpointConnectionDescriptionInner.validate()

withPrivateEndpoint

public PrivateEndpointConnectionDescriptionInner withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Set the privateEndpoint property: The resource of private end point.

Overrides:

PrivateEndpointConnectionDescriptionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint)

Parameters:

privateEndpoint

withPrivateLinkServiceConnectionState

public PrivateEndpointConnectionDescriptionInner withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

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

Overrides:

PrivateEndpointConnectionDescriptionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)

Parameters:

privateLinkServiceConnectionState

Applies to