Uses of Class
com.azure.resourcemanager.appservice.models.LoginRoutes
-
Packages that use LoginRoutes Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of LoginRoutes in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return LoginRoutes Modifier and Type Method Description LoginRoutesLogin. routes()Get the routes property: The routes that specify the endpoints used for login and logout requests.LoginRoutesLoginRoutes. withLogoutEndpoint(String logoutEndpoint)Set the logoutEndpoint property: The endpoint at which a logout request should be made.Methods in com.azure.resourcemanager.appservice.models with parameters of type LoginRoutes Modifier and Type Method Description LoginLogin. withRoutes(LoginRoutes routes)Set the routes property: The routes that specify the endpoints used for login and logout requests.
-