Class PrivateLinkResourcesWrapperInner
- java.lang.Object
-
- com.azure.resourcemanager.appservice.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 voidvalidate()Validates the instance.List<PrivateLinkResource>value()Get the value property: The value property.PrivateLinkResourcesWrapperInnerwithValue(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.
-
-