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 Azure Cognitive Search service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.voidvalidate()Validates the instance.withProperties(PrivateEndpointConnectionProperties properties) Set the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
PrivateEndpointConnectionInner
public PrivateEndpointConnectionInner()
-
-
Method Details
-
properties
Get the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive 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 Azure Cognitive 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.
-