Class JobTargetType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<JobTargetType>
com.microsoft.azure.management.sql.JobTargetType
Defines values for JobTargetType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JobTargetType
Static value SqlDatabase for JobTargetType.static final JobTargetType
Static value SqlElasticPool for JobTargetType.static final JobTargetType
Static value SqlServer for JobTargetType.static final JobTargetType
Static value SqlShardMap for JobTargetType.static final JobTargetType
Static value TargetGroup for JobTargetType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JobTargetType
fromString
(String name) Creates or finds a JobTargetType from its string representation.static Collection<JobTargetType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
TARGET_GROUP
Static value TargetGroup for JobTargetType. -
SQL_DATABASE
Static value SqlDatabase for JobTargetType. -
SQL_ELASTIC_POOL
Static value SqlElasticPool for JobTargetType. -
SQL_SHARD_MAP
Static value SqlShardMap for JobTargetType. -
SQL_SERVER
Static value SqlServer for JobTargetType.
-
-
Constructor Details
-
JobTargetType
public JobTargetType()
-
-
Method Details
-
fromString
Creates or finds a JobTargetType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding JobTargetType
-
values
- Returns:
- known JobTargetType values
-