Class ApplicationGatewayPrivateLinkResourceListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ApplicationGatewayPrivateLinkResourceListResult
-
public final class ApplicationGatewayPrivateLinkResourceListResult extends Object
Response for ListApplicationGatewayPrivateLinkResources API service call. Gets all private link resources for an application gateway.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayPrivateLinkResourceListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: URL to get the next set of results.voidvalidate()Validates the instance.List<ApplicationGatewayPrivateLinkResourceInner>value()Get the value property: List of private link resources of an application gateway.ApplicationGatewayPrivateLinkResourceListResultwithNextLink(String nextLink)Set the nextLink property: URL to get the next set of results.ApplicationGatewayPrivateLinkResourceListResultwithValue(List<ApplicationGatewayPrivateLinkResourceInner> value)Set the value property: List of private link resources of an application gateway.
-
-
-
Method Detail
-
value
public List<ApplicationGatewayPrivateLinkResourceInner> value()
Get the value property: List of private link resources of an application gateway.- Returns:
- the value value.
-
withValue
public ApplicationGatewayPrivateLinkResourceListResult withValue(List<ApplicationGatewayPrivateLinkResourceInner> value)
Set the value property: List of private link resources of an application gateway.- Parameters:
value- the value value to set.- Returns:
- the ApplicationGatewayPrivateLinkResourceListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of results.- Returns:
- the nextLink value.
-
withNextLink
public ApplicationGatewayPrivateLinkResourceListResult withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ApplicationGatewayPrivateLinkResourceListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-