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

48 строки
2.2 KiB
YAML

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