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