Class CertificateDeleteHeaders

java.lang.Object
com.microsoft.azure.management.batch.CertificateDeleteHeaders

public class CertificateDeleteHeaders extends Object
Defines headers for Delete operation.
  • Constructor Details

    • CertificateDeleteHeaders

      public CertificateDeleteHeaders()
  • 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
    • withLocation

      public CertificateDeleteHeaders 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 CertificateDeleteHeaders object itself.
    • 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:
      the retryAfter value
    • withRetryAfter

      public CertificateDeleteHeaders withRetryAfter(Integer retryAfter)
      Set suggested delay to check the status of the asynchronous operation. The value is an integer that represents the seconds.
      Parameters:
      retryAfter - the retryAfter value to set
      Returns:
      the CertificateDeleteHeaders object itself.