ProfileListResult Class
- java.
lang. Object - com.
azure. resourcemanager. trafficmanager. models. ProfileListResult
- com.
Implements
public final class ProfileListResult
implements JsonSerializable<ProfileListResult>
The list Traffic Manager profiles operation response.
Constructor | Description |
---|---|
Profile |
Creates an instance of Profile |
Modifier and Type | Method and Description |
---|---|
static
Profile |
from Reads an instance of Profile |
Json |
to |
void |
validate()
Validates the instance. |
List<Profile |
value()
Get the value property: Gets the list of Traffic manager profiles. |
Profile |
with Set the value property: Gets the list of Traffic manager profiles. |
Methods inherited from java.lang.Object
ProfileListResult
public ProfileListResult()
Creates an instance of ProfileListResult class.
fromJson
public static ProfileListResult fromJson(JsonReader jsonReader)
Reads an instance of ProfileListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Gets the list of Traffic manager profiles.
Returns:
withValue
public ProfileListResult withValue(List
Set the value property: Gets the list of Traffic manager profiles.
Parameters:
Returns: