Interface JobSchedule.DefinitionStages.WithCreate

All Superinterfaces:
JobSchedule.DefinitionStages.WithParameters, JobSchedule.DefinitionStages.WithRunOn
All Known Subinterfaces:
JobSchedule.Definition
Enclosing interface:
JobSchedule.DefinitionStages

public static interface JobSchedule.DefinitionStages.WithCreate extends JobSchedule.DefinitionStages.WithRunOn, JobSchedule.DefinitionStages.WithParameters
The stage of the JobSchedule definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
  • Method Details

    • create

      JobSchedule create()
      Executes the create request.
      Returns:
      the created resource.
    • create

      JobSchedule create(com.azure.core.util.Context context)
      Executes the create request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the created resource.