Class PrivateLinkResourceListResult
- java.lang.Object
-
- com.azure.resourcemanager.redis.models.PrivateLinkResourceListResult
-
public final class PrivateLinkResourceListResult extends Object
A list of private link resources.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkResourceListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<PrivateLinkResourceInner>value()Get the value property: Array of private link resources.PrivateLinkResourceListResultwithValue(List<PrivateLinkResourceInner> value)Set the value property: Array of private link resources.
-
-
-
Method Detail
-
value
public List<PrivateLinkResourceInner> value()
Get the value property: Array of private link resources.- Returns:
- the value value.
-
withValue
public PrivateLinkResourceListResult withValue(List<PrivateLinkResourceInner> value)
Set the value property: Array of private link resources.- Parameters:
value- the value value to set.- Returns:
- the PrivateLinkResourceListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-