Interface IReadExecutable<T extends IBaseResource>

All Superinterfaces:
IClientExecutable<IReadExecutable<T>,T>

public interface IReadExecutable<T extends IBaseResource> extends IClientExecutable<IReadExecutable<T>,T>
  • Method Details

    • ifVersionMatches

      Send an "If-None-Match" header containing theVersion, which requests that the server return an "HTTP 301 Not Modified" if the newest version of the resource on the server has the same version as the version ID specified by theVersion. In this case, the client operation will perform the linked operation.
      Parameters:
      theVersion - The version ID (e.g. "123")