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