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.ProxyResourceDescribes an existing Private Endpoint connection to the Azure Cognitive Search service.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateEndpointConnectionPropertiesproperties()Get the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.voidvalidate()Validates the instance.PrivateEndpointConnectionInnerwithProperties(PrivateEndpointConnectionProperties properties)Set the properties property: Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
-
-
-
Method Detail
-
properties
public PrivateEndpointConnectionProperties 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.
-
-