CloudJobScheduleOperationsExtensions.Add Method (ICloudJobScheduleOperations, CloudJobScheduleAddParameters)
Adds a job schedule to the specified account.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static CloudJobScheduleAddResponse Add(
this ICloudJobScheduleOperations operations,
CloudJobScheduleAddParameters parameters
)
public:
[ExtensionAttribute]
static CloudJobScheduleAddResponse^ Add(
ICloudJobScheduleOperations^ operations,
CloudJobScheduleAddParameters^ parameters
)
static member Add :
operations:ICloudJobScheduleOperations *
parameters:CloudJobScheduleAddParameters -> CloudJobScheduleAddResponse
<ExtensionAttribute>
Public Shared Function Add (
operations As ICloudJobScheduleOperations,
parameters As CloudJobScheduleAddParameters
) As CloudJobScheduleAddResponse
Parameters
operations
Type: Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperationsReference to the Microsoft.Azure.Batch.Protocol.ICloudJobScheduleOperations.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleAddParametersRequired. The parameters for the request.
Return Value
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleAddResponse
Response to a CloudJobScheduleOperations.Add request.
See Also
CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top