Interface CloudManifestFilesClient


public interface CloudManifestFilesClient
An instance of this class provides access to all the operations defined in CloudManifestFilesClient.
  • Method Details

    • listWithResponse

      com.azure.core.http.rest.Response<CloudManifestFileResponseInner> listWithResponse(com.azure.core.util.Context context)
      Returns a cloud specific manifest JSON file with latest version.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      cloud specific manifest GET response along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      Returns a cloud specific manifest JSON file with latest version.
      Returns:
      cloud specific manifest GET response.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<CloudManifestFileResponseInner> getWithResponse(String verificationVersion, String versionCreationDate, com.azure.core.util.Context context)
      Returns a cloud specific manifest JSON file.
      Parameters:
      verificationVersion - Signing verification key version.
      versionCreationDate - Signing verification key version creation date.
      context - The context to associate with this operation.
      Returns:
      cloud specific manifest GET response along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      CloudManifestFileResponseInner get(String verificationVersion)
      Returns a cloud specific manifest JSON file.
      Parameters:
      verificationVersion - Signing verification key version.
      Returns:
      cloud specific manifest GET response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.