| 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 |
JobTarget.type()
Get the target type.
|
JobTargetType |
JobExecutionTarget.type()
Get the type of the target.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<JobTargetType> |
JobTargetType.values() |
| Modifier and Type | Method and Description |
|---|---|
JobTarget |
JobTarget.withType(JobTargetType type)
Set the target type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/