Uses of Enum
com.azure.resourcemanager.eventhubs.models.EntityStatus
Packages that use EntityStatus
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of EntityStatus in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return EntityStatusModifier and TypeMethodDescriptionEventhubInner.status()Get the status property: Enumerates the possible values for the status of the Event Hub.EventhubProperties.status()Get the status property: Enumerates the possible values for the status of the Event Hub.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type EntityStatusModifier and TypeMethodDescriptionEventhubInner.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of the Event Hub.EventhubProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of the Event Hub. -
Uses of EntityStatus in com.azure.resourcemanager.eventhubs.models
Subclasses with type arguments of type EntityStatus in com.azure.resourcemanager.eventhubs.modelsModifier and TypeClassDescriptionenumEnumerates the possible values for the status of the Event Hub.Methods in com.azure.resourcemanager.eventhubs.models that return EntityStatusModifier and TypeMethodDescriptionstatic EntityStatusEntityStatus.fromString(String value) Parses a serialized value to a EntityStatus instance.static EntityStatusReturns the enum constant of this type with the specified name.static EntityStatus[]EntityStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.