Interface PrivateEndpointConnectionListResult
-
public interface PrivateEndpointConnectionListResultAn immutable client-side representation of PrivateEndpointConnectionListResult.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateEndpointConnectionListResultInnerinnerModel()Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.PrivateEndpointConnectionListResultInner object.List<PrivateEndpointConnection>value()Gets the value property: Array of private endpoint connections.
-
-
-
Method Detail
-
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.videoanalyzer.fluent.models.PrivateEndpointConnectionListResultInner object.- Returns:
- the inner object.
-
-