JobScheduleOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions

public static class JobScheduleOperationsExtensions

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)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: