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