DeleteJobScheduleOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeleteJobScheduleOperation() |
Initializes a new DeleteJobScheduleOperation instance for mocking. |
DeleteJobScheduleOperation(BatchClient, String) |
Initializes a new DeleteJobScheduleOperation instance |
DeleteJobScheduleOperation()
Initializes a new DeleteJobScheduleOperation instance for mocking.
protected DeleteJobScheduleOperation();
Protected Sub New ()
Applies to
DeleteJobScheduleOperation(BatchClient, String)
Initializes a new DeleteJobScheduleOperation instance
public DeleteJobScheduleOperation(Azure.Compute.Batch.BatchClient client, string id);
new Azure.Compute.Batch.DeleteJobScheduleOperation : Azure.Compute.Batch.BatchClient * string -> Azure.Compute.Batch.DeleteJobScheduleOperation
Public Sub New (client As BatchClient, id As String)
Parameters
- client
- BatchClient
The client used to check for completion.
- id
- String
The ID of this operation.