53 строки
2.4 KiB
YAML
53 строки
2.4 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.management.appservice.SslState.DISABLED
|
|
name: DISABLED
|
|
nameWithType: SslState.DISABLED
|
|
summary: <p>Enum value Disabled. </p>
|
|
uid: com.microsoft.azure.management.appservice.SslState.DISABLED
|
|
- fullName: com.microsoft.azure.management.appservice.SslState.IP_BASED_ENABLED
|
|
name: IP_BASED_ENABLED
|
|
nameWithType: SslState.IP_BASED_ENABLED
|
|
summary: <p>Enum value IpBasedEnabled. </p>
|
|
uid: com.microsoft.azure.management.appservice.SslState.IP_BASED_ENABLED
|
|
- fullName: com.microsoft.azure.management.appservice.SslState.SNI_ENABLED
|
|
name: SNI_ENABLED
|
|
nameWithType: SslState.SNI_ENABLED
|
|
summary: <p>Enum value SniEnabled. </p>
|
|
uid: com.microsoft.azure.management.appservice.SslState.SNI_ENABLED
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<SslState>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.appservice.SslState.fromString(String value)
|
|
name: fromString(String value)
|
|
nameWithType: SslState.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 SslState object, or null if unable to parse. </p>
|
|
type: <xref href="com.microsoft.azure.management.appservice.SslState?alt=com.microsoft.azure.management.appservice.SslState&text=SslState" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Parses a serialized value to a SslState instance.</p>
|
|
|
|
<p></p>
|
|
syntax: public static SslState fromString(String value)
|
|
uid: com.microsoft.azure.management.appservice.SslState.fromString(String)
|
|
- fullName: com.microsoft.azure.management.appservice.SslState.toString()
|
|
name: toString()
|
|
nameWithType: SslState.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.SslState.toString()
|
|
nameWithType: SslState
|
|
syntax: public enum SslState
|
|
uid: com.microsoft.azure.management.appservice.SslState
|
|
fullName: com.microsoft.azure.management.appservice.SslState
|
|
name: SslState
|
|
package: com.microsoft.azure.management.appservice
|
|
summary: <p>Defines values for SslState. </p>
|
|
metadata: {}
|