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
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 enable.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleEnableParametersRequired. The parameters for the request.
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