| Package | Description |
|---|---|
| com.azure.resourcemanager.eventhubs.fluent.models |
Package containing the inner data models for EventHubManagementClient.
|
| com.azure.resourcemanager.eventhubs.models |
Package containing the data models for EventHubManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EntityStatus |
EventhubInner.status()
Get the status property: Enumerates the possible values for the status of the Event Hub.
|
| Modifier and Type | Method and Description |
|---|---|
EventhubInner |
EventhubInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of the Event Hub.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityStatus |
EntityStatus.fromString(String value)
Parses a serialized value to a EntityStatus instance.
|
static EntityStatus |
EntityStatus.valueOf(String name)
Returns 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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.