Class LocationListResult
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.LocationListResult
-
public final class LocationListResult extends Object
Location list operation response.
-
-
Constructor Summary
Constructors Constructor Description LocationListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<LocationInner>value()Get the value property: An array of locations.LocationListResultwithValue(List<LocationInner> value)Set the value property: An array of locations.
-
-
-
Method Detail
-
value
public List<LocationInner> value()
Get the value property: An array of locations.- Returns:
- the value value.
-
withValue
public LocationListResult withValue(List<LocationInner> value)
Set the value property: An array of locations.- Parameters:
value- the value value to set.- Returns:
- the LocationListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-