Class DeploymentsWhatIfHeaders

java.lang.Object
com.microsoft.azure.management.resources.DeploymentsWhatIfHeaders

public class DeploymentsWhatIfHeaders extends Object
Defines headers for WhatIf operation.
  • Constructor Details

    • DeploymentsWhatIfHeaders

      public DeploymentsWhatIfHeaders()
  • Method Details

    • location

      public String location()
      Get uRL to get status of this long-running operation.
      Returns:
      the location value
    • withLocation

      public DeploymentsWhatIfHeaders withLocation(String location)
      Set uRL to get status of this long-running operation.
      Parameters:
      location - the location value to set
      Returns:
      the DeploymentsWhatIfHeaders object itself.
    • retryAfter

      public String retryAfter()
      Get number of seconds to wait before polling for status.
      Returns:
      the retryAfter value
    • withRetryAfter

      public DeploymentsWhatIfHeaders withRetryAfter(String retryAfter)
      Set number of seconds to wait before polling for status.
      Parameters:
      retryAfter - the retryAfter value to set
      Returns:
      the DeploymentsWhatIfHeaders object itself.