Class PrivateLinkResourcesWrapperInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.PrivateLinkResourcesWrapperInner
Wrapper for a collection of private link resources.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PrivateLinkResourcesWrapperInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The value property.withValue
(List<PrivateLinkResource> value) Set the value property: The value property.
-
Constructor Details
-
PrivateLinkResourcesWrapperInner
public PrivateLinkResourcesWrapperInner()Creates an instance of PrivateLinkResourcesWrapperInner class.
-
-
Method Details
-
value
Get the value property: The value property.- Returns:
- the value value.
-
withValue
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.
-