CloudJobScheduleOperationsExtensions.DeleteAsync Method (ICloudJobScheduleOperations, String, CloudJobScheduleDeleteParameters)
Deletes a job schedule from the specified account.
Namespace: Microsoft.Azure.Batch.Protocol
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public static Task<CloudJobScheduleDeleteResponse> DeleteAsync(
this ICloudJobScheduleOperations operations,
string jobScheduleId,
CloudJobScheduleDeleteParameters parameters
)
public:
[ExtensionAttribute]
static Task<CloudJobScheduleDeleteResponse^>^ DeleteAsync(
ICloudJobScheduleOperations^ operations,
String^ jobScheduleId,
CloudJobScheduleDeleteParameters^ parameters
)
static member DeleteAsync :
operations:ICloudJobScheduleOperations *
jobScheduleId:string *
parameters:CloudJobScheduleDeleteParameters -> Task<CloudJobScheduleDeleteResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
operations As ICloudJobScheduleOperations,
jobScheduleId As String,
parameters As CloudJobScheduleDeleteParameters
) As Task(Of CloudJobScheduleDeleteResponse)
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 delete.
parameters
Type: Microsoft.Azure.Batch.Protocol.Models.CloudJobScheduleDeleteParametersRequired. The parameters for the request.
Return Value
Type: System.Threading.Tasks.Task<CloudJobScheduleDeleteResponse>
Response to a CloudJobScheduleOperations.Delete request.
See Also
CloudJobScheduleOperationsExtensions Class
Microsoft.Azure.Batch.Protocol Namespace
Return to top