JobScheduleOperationsExtensions Methods

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IJobScheduleOperations, String, JobScheduleCreateParameters)

Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IJobScheduleOperations, String, JobScheduleCreateParameters)

Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDelete(IJobScheduleOperations, String, Guid)

Delete the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IJobScheduleOperations, String, Guid)

Delete the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticGet(IJobScheduleOperations, String, Guid)

Retrieve the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IJobScheduleOperations, String, Guid)

Retrieve the job schedule identified by job schedule name. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticList(IJobScheduleOperations, String)

Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IJobScheduleOperations, String)

Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNext(IJobScheduleOperations, String)

Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IJobScheduleOperations, String)

Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

Return to top
Show: