| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static JobTargetType |
JobTargetType.SQL_DATABASE
Static value SqlDatabase for JobTargetType.
|
static JobTargetType |
JobTargetType.SQL_ELASTIC_POOL
Static value SqlElasticPool for JobTargetType.
|
static JobTargetType |
JobTargetType.SQL_SERVER
Static value SqlServer for JobTargetType.
|
static JobTargetType |
JobTargetType.SQL_SHARD_MAP
Static value SqlShardMap for JobTargetType.
|
static JobTargetType |
JobTargetType.TARGET_GROUP
Static value TargetGroup for JobTargetType.
|
| Modifier and Type | Method and Description |
|---|---|
static JobTargetType |
JobTargetType.fromString(String name)
Creates or finds a JobTargetType from its string representation.
|
JobTargetType |
JobExecutionTarget.type()
Get the type property: The type of the target.
|
JobTargetType |
JobTarget.type()
Get the type property: The target type.
|
| Modifier and Type | Method and Description |
|---|---|
JobTarget |
JobTarget.withType(JobTargetType type)
Set the type property: The target type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.