Class PrivateLinkResourcesResult
- java.lang.Object
-
- com.azure.resourcemanager.search.models.PrivateLinkResourcesResult
-
public final class PrivateLinkResourcesResult extends Object
Response containing a list of supported Private Link Resources.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkResourcesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<PrivateLinkResourceInner>value()Get the value property: The list of supported Private Link Resources.
-
-
-
Method Detail
-
value
public List<PrivateLinkResourceInner> value()
Get the value property: The list of supported Private Link Resources.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-