47 строки
2.2 KiB
YAML
47 строки
2.2 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.servicebus.management.EntityStatus.Active
|
|
name: Active
|
|
nameWithType: EntityStatus.Active
|
|
summary: <p>The entity is active. </p>
|
|
uid: com.microsoft.azure.servicebus.management.EntityStatus.Active
|
|
- fullName: com.microsoft.azure.servicebus.management.EntityStatus.Disabled
|
|
name: Disabled
|
|
nameWithType: EntityStatus.Disabled
|
|
summary: <p>The entity is disabled. </p>
|
|
uid: com.microsoft.azure.servicebus.management.EntityStatus.Disabled
|
|
- fullName: com.microsoft.azure.servicebus.management.EntityStatus.ReceiveDisabled
|
|
name: ReceiveDisabled
|
|
nameWithType: EntityStatus.ReceiveDisabled
|
|
summary: <p>Receive operation is disabled on the entity. </p>
|
|
uid: com.microsoft.azure.servicebus.management.EntityStatus.ReceiveDisabled
|
|
- fullName: com.microsoft.azure.servicebus.management.EntityStatus.SendDisabled
|
|
name: SendDisabled
|
|
nameWithType: EntityStatus.SendDisabled
|
|
summary: <p>Send operation is disabled on the entity. </p>
|
|
uid: com.microsoft.azure.servicebus.management.EntityStatus.SendDisabled
|
|
- fullName: com.microsoft.azure.servicebus.management.EntityStatus.Unknown
|
|
name: Unknown
|
|
nameWithType: EntityStatus.Unknown
|
|
summary: <p>The status of the entity is unknown. </p>
|
|
uid: com.microsoft.azure.servicebus.management.EntityStatus.Unknown
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<EntityStatus>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.servicebus.management.EntityStatus.getEntityStatus()
|
|
name: getEntityStatus()
|
|
nameWithType: EntityStatus.getEntityStatus()
|
|
returns:
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int getEntityStatus()
|
|
uid: com.microsoft.azure.servicebus.management.EntityStatus.getEntityStatus()
|
|
nameWithType: EntityStatus
|
|
syntax: public enum EntityStatus
|
|
uid: com.microsoft.azure.servicebus.management.EntityStatus
|
|
fullName: com.microsoft.azure.servicebus.management.EntityStatus
|
|
name: EntityStatus
|
|
package: com.microsoft.azure.servicebus.management
|
|
summary: <p>The status of the messaging entity. </p>
|
|
metadata: {}
|