### YamlMime:JavaEnum uid: "com.azure.core.amqp.AmqpEndpointState" fullName: "com.azure.core.amqp.AmqpEndpointState" name: "AmqpEndpointState" nameWithType: "AmqpEndpointState" summary: "Represents a state for a connection, session, or link." inheritances: - "" - "" inheritedClassMethods: - classRef: "java.lang.Enum" methodsRef: - "valueOf" - "clone" - "compareTo" - "describeConstable" - "equals" - "finalize" - "getDeclaringClass" - "hashCode" - "name" - "ordinal" - "toString" - classRef: "java.lang.Object" methodsRef: - "getClass" - "notify" - "notifyAll" - "wait" - "wait" - "wait" syntax: "public enum **AmqpEndpointState**
extends Enum<>" fields: - uid: "com.azure.core.amqp.AmqpEndpointState.ACTIVE" fullName: "com.azure.core.amqp.AmqpEndpointState.ACTIVE" name: "ACTIVE" nameWithType: "AmqpEndpointState.ACTIVE" summary: "The endpoint is active." desc: "The endpoint is active." - uid: "com.azure.core.amqp.AmqpEndpointState.CLOSED" fullName: "com.azure.core.amqp.AmqpEndpointState.CLOSED" name: "CLOSED" nameWithType: "AmqpEndpointState.CLOSED" summary: "The endpoint is closed." desc: "The endpoint is closed." - uid: "com.azure.core.amqp.AmqpEndpointState.UNINITIALIZED" fullName: "com.azure.core.amqp.AmqpEndpointState.UNINITIALIZED" name: "UNINITIALIZED" nameWithType: "AmqpEndpointState.UNINITIALIZED" summary: "The endpoint has not been initialized." desc: "The endpoint has not been initialized." methods: - uid: "com.azure.core.amqp.AmqpEndpointState.valueOf(java.lang.String)" fullName: "com.azure.core.amqp.AmqpEndpointState.valueOf(String name)" name: "valueOf(String name)" nameWithType: "AmqpEndpointState.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "String" syntax: "public static AmqpEndpointState valueOf(String name)" returns: type: "" - uid: "com.azure.core.amqp.AmqpEndpointState.values()" fullName: "com.azure.core.amqp.AmqpEndpointState.values()" name: "values()" nameWithType: "AmqpEndpointState.values()" modifiers: - "static" syntax: "public static AmqpEndpointState[] values()" returns: type: "[]" desc: "Represents a state for a connection, session, or link." metadata: {} package: "com.azure.core.amqp" artifact: com.azure:azure-core-amqp:2.9.11