PrivateEndpointConnectionInner Class

public final class PrivateEndpointConnectionInner
extends ProxyResource

Describes an existing private endpoint connection to the search service.

Constructor Summary

Constructor Description
PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Summary

Modifier and Type Method and Description
PrivateEndpointConnectionProperties properties()

Get the properties property: Describes the properties of an existing private endpoint connection to the search service.

void validate()

Validates the instance.

PrivateEndpointConnectionInner withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: Describes the properties of an existing private endpoint connection to the search service.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

PrivateEndpointConnectionInner

public PrivateEndpointConnectionInner()

Creates an instance of PrivateEndpointConnectionInner class.

Method Details

properties

public PrivateEndpointConnectionProperties properties()

Get the properties property: Describes the properties of an existing private endpoint connection to the search service.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public PrivateEndpointConnectionInner withProperties(PrivateEndpointConnectionProperties properties)

Set the properties property: Describes the properties of an existing private endpoint connection to the search service.

Parameters:

properties - the properties value to set.

Returns:

the PrivateEndpointConnectionInner object itself.

Applies to