Class PrivateEndpointConnectionsResponseInner
java.lang.Object
com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionsResponseInner
The available private link connections for a Digital Twin.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PrivateEndpointConnectionsResponseInner
public PrivateEndpointConnectionsResponseInner()
-
-
Method Details
-
value
Get the value property: The list of available private link connections for a Digital Twin.- Returns:
- the value value.
-
withValue
public PrivateEndpointConnectionsResponseInner withValue(List<PrivateEndpointConnectionInner> value) Set the value property: The list of available private link connections for a Digital Twin.- Parameters:
value
- the value value to set.- Returns:
- the PrivateEndpointConnectionsResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-