| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CookieExpiration |
Login.cookieExpiration()
Get the cookieExpiration property: The configuration settings of the session cookie's expiration.
|
CookieExpiration |
CookieExpiration.withConvention(CookieExpirationConvention convention)
Set the convention property: The convention used when determining the session cookie's expiration.
|
CookieExpiration |
CookieExpiration.withTimeToExpiration(String timeToExpiration)
Set the timeToExpiration property: The time after the request is made when the session cookie should expire.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.withCookieExpiration(CookieExpiration cookieExpiration)
Set the cookieExpiration property: The configuration settings of the session cookie's expiration.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.