StorageConnectorState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. StorageConnectorState
- com.
- com.
public final class StorageConnectorState
extends ExpandableStringEnum<StorageConnectorState>
The state of the storage connector.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Storage |
ACTIVE
Whether the connector is active. |
|
static final
Storage |
INACTIVE
Whether the connector is inactive. |
Constructor Summary
| Constructor | Description |
|---|---|
| StorageConnectorState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromString(String name)
Creates or finds a Storage |
|
static
Collection<Storage |
values()
Gets known Storage |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final StorageConnectorState ACTIVE
Whether the connector is active.
INACTIVE
public static final StorageConnectorState INACTIVE
Whether the connector is inactive.
Constructor Details
StorageConnectorState
@Deprecated
public StorageConnectorState()
Deprecated
Creates a new instance of StorageConnectorState value.
Method Details
fromString
public static StorageConnectorState fromString(String name)
Creates or finds a StorageConnectorState from its string representation.
Parameters:
Returns:
values
public static Collection<StorageConnectorState> values()
Gets known StorageConnectorState values.
Returns: