RemoveNodesOperation 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
| Name | Description |
|---|---|
| RemoveNodesOperation() |
Initializes a new RemoveNodesOperation instance for mocking. |
| RemoveNodesOperation(BatchClient, String) |
Initializes a new RemoveNodesOperation instance |
RemoveNodesOperation()
- Source:
- RemoveNodesOperation.cs
Initializes a new RemoveNodesOperation instance for mocking.
protected RemoveNodesOperation();
Protected Sub New ()
Applies to
RemoveNodesOperation(BatchClient, String)
- Source:
- RemoveNodesOperation.cs
Initializes a new RemoveNodesOperation instance
public RemoveNodesOperation(Azure.Compute.Batch.BatchClient client, string id);
new Azure.Compute.Batch.RemoveNodesOperation : Azure.Compute.Batch.BatchClient * string -> Azure.Compute.Batch.RemoveNodesOperation
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.