BatchAccountCreateHeaders Class

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

public class BatchAccountCreateHeaders

Defines headers for Create 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.

BatchAccountCreateHeaders withLocation(String location)

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

BatchAccountCreateHeaders 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 BatchAccountCreateHeaders 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 BatchAccountCreateHeaders object itself.

withRetryAfter

public BatchAccountCreateHeaders 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 BatchAccountCreateHeaders object itself.

Applies to