StopPoolResizeOperation Class
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.
Upon success a pool resize would be stopped
public class StopPoolResizeOperation : Azure.Operation<Azure.Compute.Batch.BatchPool>
type StopPoolResizeOperation = class
inherit Operation<BatchPool>
Public Class StopPoolResizeOperation
Inherits Operation(Of BatchPool)
- Inheritance
Constructors
StopPoolResizeOperation() |
Initializes a new StopPoolResizeOperation instance for mocking. |
StopPoolResizeOperation(BatchClient, String) |
Initializes a new StopPoolResizeOperation instance |
Properties
HasCompleted |
Gets a value indicating whether the operation has completed. |
HasValue |
Gets a value indicating whether the operation completed and successfully produced a value. The Value property is the success of the operation. |
Id |
Gets an ID representing the operation that can be used to poll for the status of the long-running operation. There are cases that operation id is not available, we return "NOT_SET" for unavailable operation id. |
Value |
Get the BatchPool after the pool resize has stopped |
Methods
GetRawResponse() |
The last HTTP response received from the server. |
UpdateStatus(CancellationToken) |
Check for the latest status of the resize operation. |
UpdateStatusAsync(CancellationToken) |
Check for the latest status of the resize operation. |