Uses of Class
com.azure.resourcemanager.sql.models.JobScheduleType
-
Packages that use JobScheduleType Package Description com.azure.resourcemanager.sql.models 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 JobScheduleType Modifier and Type Method Description static JobScheduleTypeJobScheduleType. fromString(String value)Parses a serialized value to a JobScheduleType instance.JobScheduleTypeJobSchedule. type()Get the type property: Schedule interval type.static JobScheduleTypeJobScheduleType. valueOf(String name)Returns 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 JobScheduleType Modifier and Type Method Description JobScheduleJobSchedule. withType(JobScheduleType type)Set the type property: Schedule interval type.
-