public class JobAgentInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
JobAgentInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
databaseId()
Get the databaseId property: Resource ID of the database to store job metadata in.
|
Sku |
sku()
Get the sku property: The name and tier of the SKU.
|
JobAgentState |
state()
Get the state property: The state of the job agent.
|
void |
validate()
Validates the instance.
|
JobAgentInner |
withDatabaseId(String databaseId)
Set the databaseId property: Resource ID of the database to store job metadata in.
|
JobAgentInner |
withSku(Sku sku)
Set the sku property: The name and tier of the SKU.
|
public Sku sku()
public JobAgentInner withSku(Sku sku)
sku - the sku value to set.public String databaseId()
public JobAgentInner withDatabaseId(String databaseId)
databaseId - the databaseId value to set.public JobAgentState state()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.