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

138 строки
8.1 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus"
name: "EntityStatus"
nameWithType: "EntityStatus"
summary: "Enumerates the possible values for the status of the Event Hub."
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 **EntityStatus**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.models.EntityStatus?alt=com.azure.resourcemanager.eventhubs.models.EntityStatus&text=EntityStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.ACTIVE"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.ACTIVE"
name: "ACTIVE"
nameWithType: "EntityStatus.ACTIVE"
summary: "Enum value Active."
desc: "Enum value Active."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.CREATING"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.CREATING"
name: "CREATING"
nameWithType: "EntityStatus.CREATING"
summary: "Enum value Creating."
desc: "Enum value Creating."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.DELETING"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.DELETING"
name: "DELETING"
nameWithType: "EntityStatus.DELETING"
summary: "Enum value Deleting."
desc: "Enum value Deleting."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.DISABLED"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.DISABLED"
name: "DISABLED"
nameWithType: "EntityStatus.DISABLED"
summary: "Enum value Disabled."
desc: "Enum value Disabled."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.RECEIVE_DISABLED"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.RECEIVE_DISABLED"
name: "RECEIVE_DISABLED"
nameWithType: "EntityStatus.RECEIVE_DISABLED"
summary: "Enum value Receive<wbr>Disabled."
desc: "Enum value ReceiveDisabled."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.RENAMING"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.RENAMING"
name: "RENAMING"
nameWithType: "EntityStatus.RENAMING"
summary: "Enum value Renaming."
desc: "Enum value Renaming."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.RESTORING"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.RESTORING"
name: "RESTORING"
nameWithType: "EntityStatus.RESTORING"
summary: "Enum value Restoring."
desc: "Enum value Restoring."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.SEND_DISABLED"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.SEND_DISABLED"
name: "SEND_DISABLED"
nameWithType: "EntityStatus.SEND_DISABLED"
summary: "Enum value Send<wbr>Disabled."
desc: "Enum value SendDisabled."
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.UNKNOWN"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.UNKNOWN"
name: "UNKNOWN"
nameWithType: "EntityStatus.UNKNOWN"
summary: "Enum value Unknown."
desc: "Enum value Unknown."
methods:
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.fromString(String value)"
name: "fromString(String value)"
nameWithType: "EntityStatus.fromString(String value)"
summary: "Parses a serialized value to a Entity<wbr>Status 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 EntityStatus fromString(String value)"
desc: "Parses a serialized value to a EntityStatus instance."
returns:
description: "the parsed EntityStatus object, or null if unable to parse."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.EntityStatus?alt=com.azure.resourcemanager.eventhubs.models.EntityStatus&text=EntityStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.toString()"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.toString()"
name: "toString()"
nameWithType: "EntityStatus.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.eventhubs.models.EntityStatus.valueOf(java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "EntityStatus.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 EntityStatus valueOf(String name)"
returns:
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.EntityStatus?alt=com.azure.resourcemanager.eventhubs.models.EntityStatus&text=EntityStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.models.EntityStatus.values()"
fullName: "com.azure.resourcemanager.eventhubs.models.EntityStatus.values()"
name: "values()"
nameWithType: "EntityStatus.values()"
modifiers:
- "static"
syntax: "public static EntityStatus[] values()"
returns:
type: "<xref href=\"com.azure.resourcemanager.eventhubs.models.EntityStatus?alt=com.azure.resourcemanager.eventhubs.models.EntityStatus&text=EntityStatus\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Enumerates the possible values for the status of the Event Hub."
metadata: {}
package: "com.azure.resourcemanager.eventhubs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventhubs:2.44.0