Uses of Enum
com.azure.resourcemanager.sql.models.JobScheduleType
Packages that use JobScheduleType
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of JobScheduleType in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return JobScheduleTypeModifier and TypeMethodDescriptionstatic JobScheduleTypeJobScheduleType.fromString(String value) Parses a serialized value to a JobScheduleType instance.JobSchedule.type()Get the type property: Schedule interval type.static JobScheduleTypeReturns the enum constant of this type with the specified name.static JobScheduleType[]JobScheduleType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type JobScheduleTypeModifier and TypeMethodDescriptionJobSchedule.withType(JobScheduleType type) Set the type property: Schedule interval type.