Uses of Class
com.azure.resourcemanager.appservice.models.LoginRoutes
Packages that use LoginRoutes
Package
Description
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 LoginRoutesModifier and TypeMethodDescriptionstatic LoginRoutes
LoginRoutes.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LoginRoutes from the JsonReader.Login.routes()
Get the routes property: The routes that specify the endpoints used for login and logout requests.LoginRoutes.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 LoginRoutesModifier and TypeMethodDescriptionLogin.withRoutes
(LoginRoutes routes) Set the routes property: The routes that specify the endpoints used for login and logout requests.