Interface PrivateEndpointConnectionListResult
public interface PrivateEndpointConnectionListResult
An immutable client-side representation of PrivateEndpointConnectionListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.mediaservices.fluent.models.PrivateEndpointConnectionListResultInner object.value()
Gets the value property: Array of private endpoint connections.
-
Method Details
-
value
List<PrivateEndpointConnection> value()Gets the value property: Array of private endpoint connections.- Returns:
- the value value.
-
innerModel
PrivateEndpointConnectionListResultInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.PrivateEndpointConnectionListResultInner object.- Returns:
- the inner object.
-