Class ProfileListResult
- java.lang.Object
-
- com.azure.resourcemanager.trafficmanager.models.ProfileListResult
-
public final class ProfileListResult extends Object
The list Traffic Manager profiles operation response.
-
-
Constructor Summary
Constructors Constructor Description ProfileListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ProfileInner>value()Get the value property: Gets the list of Traffic manager profiles.ProfileListResultwithValue(List<ProfileInner> value)Set the value property: Gets the list of Traffic manager profiles.
-
-
-
Method Detail
-
value
public List<ProfileInner> value()
Get the value property: Gets the list of Traffic manager profiles.- Returns:
- the value value.
-
withValue
public ProfileListResult withValue(List<ProfileInner> value)
Set the value property: Gets the list of Traffic manager profiles.- Parameters:
value- the value value to set.- Returns:
- the ProfileListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-