PoolsUpdateResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. resourcemanager. batch. models. PoolsUpdateResponse
- com.
- com.
public final class PoolsUpdateResponse
extends ResponseBase<PoolsUpdateHeaders,PoolInner>
Contains all response data for the update operation.
Constructor Summary
| Constructor | Description |
|---|---|
| PoolsUpdateResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, PoolInner value, PoolsUpdateHeaders headers) |
Creates an instance of Pools |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Pool |
getValue()
Gets the deserialized response body. |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
PoolsUpdateResponse
public PoolsUpdateResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, PoolInner value, PoolsUpdateHeaders headers)
Creates an instance of PoolsUpdateResponse.
Parameters:
Method Details
getValue
public PoolInner getValue()
Gets the deserialized response body.
Overrides:
PoolsUpdateResponse.getValue()Returns: