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
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperations.
jobScheduleId
Type: System.StringRequired. The id of the job schedule to update.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobSchedulePatchParametersRequired. The parameters for the request.
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