Share via


ScheduleOperationsExtensions.Create Method (IScheduleOperations, String, ScheduleCreateParameters)

 

Create a schedule. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

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

Syntax

public static ScheduleCreateResponse Create(
    this IScheduleOperations operations,
    string automationAccount,
    ScheduleCreateParameters parameters
)
public:
[ExtensionAttribute]
static ScheduleCreateResponse^ Create(
    IScheduleOperations^ operations,
    String^ automationAccount,
    ScheduleCreateParameters^ parameters
)
static member Create : 
        operations:IScheduleOperations *
        automationAccount:string *
        parameters:ScheduleCreateParameters -> ScheduleCreateResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As IScheduleOperations,
    automationAccount As String,
    parameters As ScheduleCreateParameters
) As ScheduleCreateResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateResponse

The response model for the create schedule operation.

See Also

ScheduleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top