Class LinkedServiceListResult
java.lang.Object
com.azure.resourcemanager.loganalytics.models.LinkedServiceListResult
The list linked service operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: The list of linked service instances.withValue(List<LinkedServiceInner> value) Set the value property: The list of linked service instances.
-
Constructor Details
-
LinkedServiceListResult
public LinkedServiceListResult()
-
-
Method Details
-
value
Get the value property: The list of linked service instances.- Returns:
- the value value.
-
withValue
Set the value property: The list of linked service instances.- Parameters:
value- the value value to set.- Returns:
- the LinkedServiceListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-