Class PrivateEndpointConnectionListResultInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.PrivateEndpointConnectionListResultInner
List of private endpoint connection associated with the specified storage account.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PrivateEndpointConnectionListResultInner class. -
Method Summary
-
Constructor Details
-
PrivateEndpointConnectionListResultInner
public PrivateEndpointConnectionListResultInner()Creates an instance of PrivateEndpointConnectionListResultInner class.
-
-
Method Details
-
value
Get the value property: Array of private endpoint connections.- Returns:
- the value value.
-
withValue
public PrivateEndpointConnectionListResultInner withValue(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections.- Parameters:
value
- the value value to set.- Returns:
- the PrivateEndpointConnectionListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-