Uses of Class
com.azure.resourcemanager.trafficmanager.models.EndpointType
-
Packages that use EndpointType Package Description com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of EndpointType in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return EndpointType Modifier and Type Method Description EndpointTypeTrafficManagerEndpoint. endpointType()static EndpointTypeEndpointType. fromValue(String value)Parses a string value to a TrafficRoutingMethod instance.static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-