Share via


BatchAccountDeleteHeaders Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.BatchAccountDeleteHeaders

public class BatchAccountDeleteHeaders

Defines headers for Delete operation.

Method Summary

Modifier and Type Method and Description
String ___location()

Get the URL of the resource used to check the status of the asynchronous operation.

Integer retryAfter()

Get suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds.

BatchAccountDeleteHeaders withLocation(String ___location)

Set the URL of the resource used to check the status of the asynchronous operation.

BatchAccountDeleteHeaders withRetryAfter(Integer retryAfter)

Set suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds.

Method Details

___location

public String ___location()

Get the URL of the resource used to check the status of the asynchronous operation.

Returns:

the ___location value

retryAfter

public Integer retryAfter()

Get suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds.

Returns:

the retryAfter value

withLocation

public BatchAccountDeleteHeaders withLocation(String ___location)

Set the URL of the resource used to check the status of the asynchronous operation.

Parameters:

___location - the ___location value to set

Returns:

the BatchAccountDeleteHeaders object itself.

withRetryAfter

public BatchAccountDeleteHeaders withRetryAfter(Integer retryAfter)

Set suggested delay to check the status of the asynchronous operation. The value is an integer that specifies the delay in seconds.

Parameters:

retryAfter - the retryAfter value to set

Returns:

the BatchAccountDeleteHeaders object itself.

Applies to