CloudJobScheduleOperationsExtensions.Patch Method (ICloudJobScheduleOperations, String, CloudJobSchedulePatchParameters)

 

Updates the properties of the specified job schedule.

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

Syntax

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

Parameters

  • jobScheduleId
    Type: System.String

    Required. The id of the job schedule to update.

Return Value

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

Response to a CloudJobScheduleOperations.Patch request.

See Also

CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace

Return to top