| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
SiteAuthSettingsV2Inner.login()
Get the login property: The login property.
|
| Modifier and Type | Method and Description |
|---|---|
SiteAuthSettingsV2Inner |
SiteAuthSettingsV2Inner.withLogin(Login login)
Set the login property: The login property.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.withAllowedExternalRedirectUrls(List<String> allowedExternalRedirectUrls)
Set the allowedExternalRedirectUrls property: The allowedExternalRedirectUrls property.
|
Login |
Login.withCookieExpiration(CookieExpiration cookieExpiration)
Set the cookieExpiration property: The cookieExpiration property.
|
Login |
Login.withKind(String kind)
Set the kind property: Kind of resource.
|
Login |
Login.withNonce(Nonce nonce)
Set the nonce property: The nonce property.
|
Login |
Login.withPreserveUrlFragmentsForLogins(Boolean preserveUrlFragmentsForLogins)
Set the preserveUrlFragmentsForLogins property: The preserveUrlFragmentsForLogins property.
|
Login |
Login.withRoutes(LoginRoutes routes)
Set the routes property: The routes property.
|
Login |
Login.withTokenStore(TokenStore tokenStore)
Set the tokenStore property: The tokenStore property.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.