Uses of Class
com.azure.resourcemanager.sql.models.JobTargetType
-
Packages that use JobTargetType Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of JobTargetType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as JobTargetType Modifier and Type Field Description static JobTargetTypeJobTargetType. SQL_DATABASEStatic value SqlDatabase for JobTargetType.static JobTargetTypeJobTargetType. SQL_ELASTIC_POOLStatic value SqlElasticPool for JobTargetType.static JobTargetTypeJobTargetType. SQL_SERVERStatic value SqlServer for JobTargetType.static JobTargetTypeJobTargetType. SQL_SHARD_MAPStatic value SqlShardMap for JobTargetType.static JobTargetTypeJobTargetType. TARGET_GROUPStatic value TargetGroup for JobTargetType.Methods in com.azure.resourcemanager.sql.models that return JobTargetType Modifier and Type Method Description static JobTargetTypeJobTargetType. fromString(String name)Creates or finds a JobTargetType from its string representation.JobTargetTypeJobExecutionTarget. type()Get the type property: The type of the target.JobTargetTypeJobTarget. type()Get the type property: The target type.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobTargetType Modifier and Type Method Description static Collection<JobTargetType>JobTargetType. values()Methods in com.azure.resourcemanager.sql.models with parameters of type JobTargetType Modifier and Type Method Description JobTargetJobTarget. withType(JobTargetType type)Set the type property: The target type.
-