Uses of Class
com.azure.resourcemanager.appservice.models.CookieExpiration
Packages that use CookieExpiration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of CookieExpiration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type CookieExpirationModifier and TypeClassDescriptionfinal classThe configuration settings of the session cookie's expiration.Methods in com.azure.resourcemanager.appservice.models that return CookieExpirationModifier and TypeMethodDescriptionLogin.cookieExpiration()Get the cookieExpiration property: The configuration settings of the session cookie's expiration.static CookieExpirationCookieExpiration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CookieExpiration from the JsonReader.CookieExpiration.withConvention(CookieExpirationConvention convention) Set the convention property: The convention used when determining the session cookie's expiration.CookieExpiration.withTimeToExpiration(String timeToExpiration) Set the timeToExpiration property: The time after the request is made when the session cookie should expire.Methods in com.azure.resourcemanager.appservice.models with parameters of type CookieExpirationModifier and TypeMethodDescriptionLogin.withCookieExpiration(CookieExpiration cookieExpiration) Set the cookieExpiration property: The configuration settings of the session cookie's expiration.