Class PrivateEndpointConnectionListResult
java.lang.Object
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionListResult
List of private endpoint connections.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateEndpointConnectionListResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URL to get the next set of private endpoint connections.voidvalidate()Validates the instance.value()Get the value property: The list of private endpoint connections.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of private endpoint connections.Set the value property: The list of private endpoint connections.
-
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.
-
withValue
Set the value property: The list of private endpoint connections.- Parameters:
value- the value value to set.- Returns:
- the PrivateEndpointConnectionListResult object itself.
-
nextLink
Get the nextLink property: The URL to get the next set of private endpoint connections.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URL to get the next set of private endpoint connections.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the PrivateEndpointConnectionListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-