PoolDeleteHeaders Class
- java.
lang. Object - com.
microsoft. azure. management. batch. PoolDeleteHeaders
- com.
public class PoolDeleteHeaders
Defines headers for Delete operation.
Constructor | Description | |
---|---|---|
Pool |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
location()
Get the URL of the resource used to check the status of the asynchronous operation. |
java.lang.Integer |
retry Get suggested delay to check the status of the asynchronous operation. |
Pool |
with Set the URL of the resource used to check the status of the asynchronous operation. |
Pool |
with Set suggested delay to check the status of the asynchronous operation. |
PoolDeleteHeaders
public PoolDeleteHeaders()
location
public String location()
Get the URL of the resource used to check the status of the asynchronous operation.
Returns:
retryAfter
public Integer retryAfter()
Get suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.
Returns:
withLocation
public PoolDeleteHeaders withLocation(String location)
Set the URL of the resource used to check the status of the asynchronous operation.
Parameters:
Returns:
withRetryAfter
public PoolDeleteHeaders withRetryAfter(Integer retryAfter)
Set suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.
Parameters:
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: