Uses of Class
com.azure.resourcemanager.trafficmanager.models.EndpointStatus
-
Packages that use EndpointStatus Package Description com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models Package containing the data models for TrafficManagerManagementClient. -
-
Uses of EndpointStatus in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return EndpointStatus Modifier and Type Method Description EndpointStatusEndpointInner. endpointStatus()Get the endpointStatus property: The status of the endpoint.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type EndpointStatus Modifier and Type Method Description EndpointInnerEndpointInner. withEndpointStatus(EndpointStatus endpointStatus)Set the endpointStatus property: The status of the endpoint. -
Uses of EndpointStatus in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models declared as EndpointStatus Modifier and Type Field Description static EndpointStatusEndpointStatus. DISABLEDStatic value Disabled for EndpointStatus.static EndpointStatusEndpointStatus. ENABLEDStatic value Enabled for EndpointStatus.Methods in com.azure.resourcemanager.trafficmanager.models that return EndpointStatus Modifier and Type Method Description static EndpointStatusEndpointStatus. fromString(String name)Creates or finds a EndpointStatus from its string representation.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type EndpointStatus Modifier and Type Method Description static Collection<EndpointStatus>EndpointStatus. values()
-