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
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type LoginRoutesModifier and TypeClassDescriptionfinal classThe routes that specify the endpoints used for login and logout requests.Methods in com.azure.resourcemanager.appservice.models that return LoginRoutesModifier and TypeMethodDescriptionstatic LoginRoutesLoginRoutes.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.