PrivateEndpointConnectionListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PrivateEndpointConnectionListResult
- com.
public final class PrivateEndpointConnectionListResult
Result of the list of all private endpoint connections operation.
Constructor | Description | |
---|---|---|
Private |
Modifier and Type | Method and Description |
---|---|
String |
next Get the next |
void |
validate()
Validates the instance. |
List<Private |
value()
Get the value property: A collection of private endpoint connection resources. |
Private |
with Set the next |
Private |
with Set the value property: A collection of private endpoint connection resources. |
Methods inherited from java.lang.Object
PrivateEndpointConnectionListResult
public PrivateEndpointConnectionListResult()
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of private endpoint connection resources.
Returns:
validate
public void validate()
Validates the instance.
value
public List
Get the value property: A collection of private endpoint connection resources.
Returns:
withNextLink
public PrivateEndpointConnectionListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of private endpoint connection resources.
Parameters:
Returns:
withValue
public PrivateEndpointConnectionListResult withValue(List
Set the value property: A collection of private endpoint connection resources.
Parameters:
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: