Class PrivateLinkResourceListResult
java.lang.Object
com.azure.resourcemanager.kusto.models.PrivateLinkResourceListResult
A list of private link resources.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Array of private link resources.withValue
(List<PrivateLinkResourceInner> value) Set the value property: Array of private link resources.
-
Constructor Details
-
PrivateLinkResourceListResult
public PrivateLinkResourceListResult()
-
-
Method Details
-
value
Get the value property: Array of private link resources.- Returns:
- the value value.
-
withValue
Set the value property: Array of private link resources.- Parameters:
value
- the value value to set.- Returns:
- the PrivateLinkResourceListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-