Interface PrivateEndpointConnectionsResponse
public interface PrivateEndpointConnectionsResponse
An immutable client-side representation of PrivateEndpointConnectionsResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionsResponseInner object.value()
Gets the value property: The list of available private link connections for a Digital Twin.
-
Method Details
-
value
List<PrivateEndpointConnection> value()Gets the value property: The list of available private link connections for a Digital Twin.- Returns:
- the value value.
-
innerModel
PrivateEndpointConnectionsResponseInner innerModel()Gets the inner com.azure.resourcemanager.digitaltwins.fluent.models.PrivateEndpointConnectionsResponseInner object.- Returns:
- the inner object.
-