azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

48 строки
2.3 KiB
YAML

### YamlMime:JavaEnum
fields:
- fullName: com.microsoft.azure.management.appservice.OperatingSystem.LINUX
name: LINUX
nameWithType: OperatingSystem.LINUX
summary: <p>Enum value Linux. </p>
uid: com.microsoft.azure.management.appservice.OperatingSystem.LINUX
- fullName: com.microsoft.azure.management.appservice.OperatingSystem.WINDOWS
name: WINDOWS
nameWithType: OperatingSystem.WINDOWS
summary: <p>Enum value Windows. </p>
uid: com.microsoft.azure.management.appservice.OperatingSystem.WINDOWS
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="java.lang.Enum&lt;OperatingSystem&gt;" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.appservice.OperatingSystem.fromString(String value)
name: fromString(String value)
nameWithType: OperatingSystem.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 AppServiceOperatingSystem object, or null if unable to parse. </p>
type: <xref href="com.microsoft.azure.management.appservice.OperatingSystem?alt=com.microsoft.azure.management.appservice.OperatingSystem&text=OperatingSystem" data-throw-if-not-resolved="False"/>
summary: >-
<p>Parses a serialized value to a AppServiceOperatingSystem instance.</p>
<p></p>
syntax: public static OperatingSystem fromString(String value)
uid: com.microsoft.azure.management.appservice.OperatingSystem.fromString(String)
- fullName: com.microsoft.azure.management.appservice.OperatingSystem.toString()
name: toString()
nameWithType: OperatingSystem.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.OperatingSystem.toString()
nameWithType: OperatingSystem
syntax: public enum OperatingSystem
uid: com.microsoft.azure.management.appservice.OperatingSystem
fullName: com.microsoft.azure.management.appservice.OperatingSystem
name: OperatingSystem
package: com.microsoft.azure.management.appservice
summary: <p>Defines values for AppServiceOperatingSystem. </p>
metadata: {}