CloudJobScheduleOperationsExtensions.Enable Method (ICloudJobScheduleOperations, String, CloudJobScheduleEnableParameters)

 

Enables a job schedule.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public static CloudJobScheduleEnableResponse Enable(
    this ICloudJobScheduleOperations operations,
    string jobScheduleId,
    CloudJobScheduleEnableParameters parameters
)
public:
[ExtensionAttribute]
static CloudJobScheduleEnableResponse^ Enable(
    ICloudJobScheduleOperations^ operations,
    String^ jobScheduleId,
    CloudJobScheduleEnableParameters^ parameters
)
static member Enable : 
        operations:ICloudJobScheduleOperations *
        jobScheduleId:string *
        parameters:CloudJobScheduleEnableParameters -> CloudJobScheduleEnableResponse
<ExtensionAttribute>
Public Shared Function Enable (
    operations As ICloudJobScheduleOperations,
    jobScheduleId As String,
    parameters As CloudJobScheduleEnableParameters
) As CloudJobScheduleEnableResponse

Parameters

  • jobScheduleId
    Type: System.String

    Required. The id of the job schedule to enable.

Return Value

Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleEnableResponse

Response to a CloudJobScheduleOperations.Enable request.

See Also

CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top