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