public final class PrivateEndpointConnectionListResult extends Object
| Constructor and Description |
|---|
PrivateEndpointConnectionListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<PrivateEndpointConnectionInner> |
value()
Get the value property: Array of private endpoint connections.
|
PrivateEndpointConnectionListResult |
withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: Array of private endpoint connections.
|
public List<PrivateEndpointConnectionInner> value()
public PrivateEndpointConnectionListResult withValue(List<PrivateEndpointConnectionInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.