azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

108 строки
7.7 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState"
name: "CustomDnsSuffixProvisioningState"
nameWithType: "CustomDnsSuffixProvisioningState"
summary: "Defines values for Custom<wbr>Dns<wbr>Suffix<wbr>Provisioning<wbr>State."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **CustomDnsSuffixProvisioningState**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState?alt=com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState&text=CustomDnsSuffixProvisioningState\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.DEGRADED"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.DEGRADED"
name: "DEGRADED"
nameWithType: "CustomDnsSuffixProvisioningState.DEGRADED"
summary: "Enum value Degraded."
desc: "Enum value Degraded."
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.FAILED"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.FAILED"
name: "FAILED"
nameWithType: "CustomDnsSuffixProvisioningState.FAILED"
summary: "Enum value Failed."
desc: "Enum value Failed."
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.IN_PROGRESS"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.IN_PROGRESS"
name: "IN_PROGRESS"
nameWithType: "CustomDnsSuffixProvisioningState.IN_PROGRESS"
summary: "Enum value In<wbr>Progress."
desc: "Enum value InProgress."
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.SUCCEEDED"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.SUCCEEDED"
name: "SUCCEEDED"
nameWithType: "CustomDnsSuffixProvisioningState.SUCCEEDED"
summary: "Enum value Succeeded."
desc: "Enum value Succeeded."
methods:
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.fromString(String value)"
name: "fromString(String value)"
nameWithType: "CustomDnsSuffixProvisioningState.fromString(String value)"
summary: "Parses a serialized value to a Custom<wbr>Dns<wbr>Suffix<wbr>Provisioning<wbr>State instance."
modifiers:
- "static"
parameters:
- description: "the serialized value to parse."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CustomDnsSuffixProvisioningState fromString(String value)"
desc: "Parses a serialized value to a CustomDnsSuffixProvisioningState instance."
returns:
description: "the parsed CustomDnsSuffixProvisioningState object, or null if unable to parse."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState?alt=com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState&text=CustomDnsSuffixProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.toString()"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.toString()"
name: "toString()"
nameWithType: "CustomDnsSuffixProvisioningState.toString()"
overridden: "java.lang.Enum.toString()"
syntax: "public String toString()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.valueOf(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "CustomDnsSuffixProvisioningState.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static CustomDnsSuffixProvisioningState valueOf(String name)"
returns:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState?alt=com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState&text=CustomDnsSuffixProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.values()"
fullName: "com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState.values()"
name: "values()"
nameWithType: "CustomDnsSuffixProvisioningState.values()"
modifiers:
- "static"
syntax: "public static CustomDnsSuffixProvisioningState[] values()"
returns:
type: "<xref href=\"com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState?alt=com.azure.resourcemanager.appservice.models.CustomDnsSuffixProvisioningState&text=CustomDnsSuffixProvisioningState\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Defines values for CustomDnsSuffixProvisioningState."
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0