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

168 строки
6.7 KiB
YAML
Исходник Обычный вид История

2017-11-12 15:05:06 +03:00
### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.appservice._status_options
id: _status_options
parent: com.microsoft.azure.management.appservice
children:
- com.microsoft.azure.management.appservice._status_options.fromString(String)
- com.microsoft.azure.management.appservice._status_options.PENDING
- com.microsoft.azure.management.appservice._status_options.READY
- com.microsoft.azure.management.appservice._status_options.StatusOptions(String)
- com.microsoft.azure.management.appservice._status_options.toString()
href: com.microsoft.azure.management.appservice._status_options.yml
langs:
- java
name: StatusOptions
nameWithType: StatusOptions
fullName: com.microsoft.azure.management.appservice.StatusOptions
type: Enum
source:
remote: &o0
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/StatusOptions.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/StatusOptions.java
startLine: 16
package: com.microsoft.azure.management.appservice
2018-07-20 12:41:48 +03:00
summary: <p>Defines values for StatusOptions. </p>
2017-11-12 15:05:06 +03:00
syntax: &o1
content: public enum StatusOptions
inheritance:
- java.lang.Object
- java.lang.Enum<StatusOptions>
- uid: com.microsoft.azure.management.appservice._status_options.fromString(String)
id: fromString(String)
parent: com.microsoft.azure.management.appservice._status_options
href: com.microsoft.azure.management.appservice._status_options.yml
langs:
- java
name: fromString(String value)
nameWithType: StatusOptions.fromString(String value)
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.appservice.StatusOptions.fromString(String value)
2017-11-12 15:05:06 +03:00
overload: com.microsoft.azure.management.appservice._status_options.fromString*
type: Method
source:
remote: *o0
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/StatusOptions.java
startLine: 37
package: com.microsoft.azure.management.appservice
summary: >-
2018-07-20 12:41:48 +03:00
<p>Parses a serialized value to a StatusOptions instance.</p>
2017-11-12 15:05:06 +03:00
<p></p>
syntax:
content: public static StatusOptions fromString(String value)
parameters:
- id: value
type: "26831127"
description: <p>the serialized value to parse. </p>
return:
type: com.microsoft.azure.management.appservice._status_options
2018-07-20 12:41:48 +03:00
description: <p>the parsed StatusOptions object, or null if unable to parse. </p>
2017-11-12 15:05:06 +03:00
- uid: com.microsoft.azure.management.appservice._status_options.PENDING
id: PENDING
parent: com.microsoft.azure.management.appservice._status_options
href: com.microsoft.azure.management.appservice._status_options.yml
langs:
- java
name: PENDING
nameWithType: StatusOptions.PENDING
fullName: com.microsoft.azure.management.appservice.StatusOptions.PENDING
type: Field
source:
remote: *o0
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/StatusOptions.java
startLine: 21
package: com.microsoft.azure.management.appservice
summary: <p>Enum value Pending. </p>
syntax:
content: public PENDING=("Pending")
- uid: com.microsoft.azure.management.appservice._status_options.READY
id: READY
parent: com.microsoft.azure.management.appservice._status_options
href: com.microsoft.azure.management.appservice._status_options.yml
langs:
- java
name: READY
nameWithType: StatusOptions.READY
fullName: com.microsoft.azure.management.appservice.StatusOptions.READY
type: Field
source:
remote: *o0
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/StatusOptions.java
startLine: 18
package: com.microsoft.azure.management.appservice
summary: <p>Enum value Ready. </p>
syntax:
content: public READY=("Ready")
- uid: com.microsoft.azure.management.appservice._status_options.StatusOptions(String)
id: StatusOptions(String)
parent: com.microsoft.azure.management.appservice._status_options
href: com.microsoft.azure.management.appservice._status_options.yml
langs:
- java
name: StatusOptions(String value)
nameWithType: StatusOptions.StatusOptions(String value)
fullName: com.microsoft.azure.management.appservice.StatusOptions.StatusOptions(String value)
overload: com.microsoft.azure.management.appservice._status_options.StatusOptions*
type: Constructor
source:
remote: *o0
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/StatusOptions.java
startLine: 26
package: com.microsoft.azure.management.appservice
syntax:
content: public StatusOptions(String value)
parameters:
- id: value
type: "26831127"
- uid: com.microsoft.azure.management.appservice._status_options.toString()
id: toString()
parent: com.microsoft.azure.management.appservice._status_options
href: com.microsoft.azure.management.appservice._status_options.yml
langs:
- java
name: toString()
nameWithType: StatusOptions.toString()
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.appservice.StatusOptions.toString()
2017-11-12 15:05:06 +03:00
overload: com.microsoft.azure.management.appservice._status_options.toString*
type: Method
source:
remote: *o0
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/StatusOptions.java
startLine: 49
package: com.microsoft.azure.management.appservice
syntax:
content: public String toString()
return:
type: "26831127"
references:
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.appservice._status_options.StatusOptions*
name: StatusOptions
nameWithType: StatusOptions.StatusOptions
fullName: com.microsoft.azure.management.appservice.StatusOptions.StatusOptions
package: com.microsoft.azure.management.appservice
- uid: com.microsoft.azure.management.appservice._status_options.toString*
name: toString
nameWithType: StatusOptions.toString
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.appservice.StatusOptions.toString
2017-11-12 15:05:06 +03:00
package: com.microsoft.azure.management.appservice
- uid: com.microsoft.azure.management.appservice._status_options.fromString*
name: fromString
nameWithType: StatusOptions.fromString
2018-07-25 12:21:07 +03:00
fullName: com.microsoft.azure.management.appservice.StatusOptions.fromString
2017-11-12 15:05:06 +03:00
package: com.microsoft.azure.management.appservice
- uid: com.microsoft.azure.management.appservice._status_options
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._status_options.yml
name: StatusOptions
nameWithType: StatusOptions
fullName: com.microsoft.azure.management.appservice.StatusOptions
type: Enum
2018-07-20 12:41:48 +03:00
summary: <p>Defines values for StatusOptions. </p>
2017-11-12 15:05:06 +03:00
syntax: *o1