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