Class ProfileListResult
java.lang.Object
com.azure.resourcemanager.trafficmanager.models.ProfileListResult
The list Traffic Manager profiles operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: Gets the list of Traffic manager profiles.withValue(List<ProfileInner> value) Set the value property: Gets the list of Traffic manager profiles.
-
Constructor Details
-
ProfileListResult
public ProfileListResult()Creates an instance of ProfileListResult class.
-
-
Method Details
-
value
Get the value property: Gets the list of Traffic manager profiles.- Returns:
- the value value.
-
withValue
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.
-