Class PrivateEndpointConnectionInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.search.fluent.models.PrivateEndpointConnectionInner
public final class PrivateEndpointConnectionInner
extends com.azure.core.management.ProxyResource
Describes an existing private endpoint connection to the search service.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateEndpointConnectionInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Describes the properties of an existing private endpoint connection to the search service.voidvalidate()Validates the instance.withProperties(PrivateEndpointConnectionProperties properties) Set the properties property: Describes the properties of an existing private endpoint connection to the search service.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()Creates an instance of PrivateEndpointConnectionInner class.
-
-
Method Details
-
properties
Get the properties property: Describes the properties of an existing private endpoint connection to the search service.- Returns:
- the properties value.
-
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.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-