Class PrivateLinkResourcesListResultInner
java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.PrivateLinkResourcesListResultInner
A list of private link resources.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateLinkResourcesListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: The collection value.withValue(List<PrivateLinkResourceInner> value) Set the value property: The collection value.
-
Constructor Details
-
PrivateLinkResourcesListResultInner
public PrivateLinkResourcesListResultInner()Creates an instance of PrivateLinkResourcesListResultInner class.
-
-
Method Details
-
value
Get the value property: The collection value.- Returns:
- the value value.
-
withValue
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.
-