| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobAgentState |
JobAgentInner.state()
Get the state property: The state of the job agent.
|
| Modifier and Type | Field and Description |
|---|---|
static JobAgentState |
JobAgentState.CREATING
Static value Creating for JobAgentState.
|
static JobAgentState |
JobAgentState.DELETING
Static value Deleting for JobAgentState.
|
static JobAgentState |
JobAgentState.DISABLED
Static value Disabled for JobAgentState.
|
static JobAgentState |
JobAgentState.READY
Static value Ready for JobAgentState.
|
static JobAgentState |
JobAgentState.UPDATING
Static value Updating for JobAgentState.
|
| Modifier and Type | Method and Description |
|---|---|
static JobAgentState |
JobAgentState.fromString(String name)
Creates or finds a JobAgentState from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.