Class PrivateEndpointConnectionListResult
java.lang.Object
com.azure.resourcemanager.search.models.PrivateEndpointConnectionListResult
Response containing a list of Private Endpoint connections.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateEndpointConnectionListResult class. -
Method Summary
-
Constructor Details
-
PrivateEndpointConnectionListResult
public PrivateEndpointConnectionListResult()Creates an instance of PrivateEndpointConnectionListResult class.
-
-
Method Details
-
value
Get the value property: The list of Private Endpoint connections.- Returns:
- the value value.
-
nextLink
Get the nextLink property: Request URL that can be used to query next page of private endpoint connections. Returned when the total number of requested private endpoint connections exceed maximum page size.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-