Class ManagedPrivateEndpointListResult
java.lang.Object
com.azure.resourcemanager.kusto.models.ManagedPrivateEndpointListResult
The list managed private endpoints operation response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of managed private endpoints.withValue
(List<ManagedPrivateEndpointInner> value) Set the value property: The list of managed private endpoints.
-
Constructor Details
-
ManagedPrivateEndpointListResult
public ManagedPrivateEndpointListResult()
-
-
Method Details
-
value
Get the value property: The list of managed private endpoints.- Returns:
- the value value.
-
withValue
Set the value property: The list of managed private endpoints.- Parameters:
value
- the value value to set.- Returns:
- the ManagedPrivateEndpointListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-