48 строки
2.6 KiB
YAML
48 строки
2.6 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.ALLOW_ANONYMOUS
|
|
name: ALLOW_ANONYMOUS
|
|
nameWithType: UnauthenticatedClientAction.ALLOW_ANONYMOUS
|
|
summary: <p>Enum value AllowAnonymous. </p>
|
|
uid: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.ALLOW_ANONYMOUS
|
|
- fullName: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.REDIRECT_TO_LOGIN_PAGE
|
|
name: REDIRECT_TO_LOGIN_PAGE
|
|
nameWithType: UnauthenticatedClientAction.REDIRECT_TO_LOGIN_PAGE
|
|
summary: <p>Enum value RedirectToLoginPage. </p>
|
|
uid: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.REDIRECT_TO_LOGIN_PAGE
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<UnauthenticatedClientAction>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.fromString(String value)
|
|
name: fromString(String value)
|
|
nameWithType: UnauthenticatedClientAction.fromString(String value)
|
|
parameters:
|
|
- description: <p>the serialized value to parse. </p>
|
|
name: value
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the parsed UnauthenticatedClientAction object, or null if unable to parse. </p>
|
|
type: <xref href="com.microsoft.azure.management.appservice.UnauthenticatedClientAction?alt=com.microsoft.azure.management.appservice.UnauthenticatedClientAction&text=UnauthenticatedClientAction" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Parses a serialized value to a UnauthenticatedClientAction instance.</p>
|
|
|
|
<p></p>
|
|
syntax: public static UnauthenticatedClientAction fromString(String value)
|
|
uid: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.fromString(String)
|
|
- fullName: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.toString()
|
|
name: toString()
|
|
nameWithType: UnauthenticatedClientAction.toString()
|
|
returns:
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
syntax: public String toString()
|
|
uid: com.microsoft.azure.management.appservice.UnauthenticatedClientAction.toString()
|
|
nameWithType: UnauthenticatedClientAction
|
|
syntax: public enum UnauthenticatedClientAction
|
|
uid: com.microsoft.azure.management.appservice.UnauthenticatedClientAction
|
|
fullName: com.microsoft.azure.management.appservice.UnauthenticatedClientAction
|
|
name: UnauthenticatedClientAction
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Defines values for UnauthenticatedClientAction. </p>
|
|
metadata: {}
|