public interface Images
Resource collection API of Images.
  • Method Details

    • getUploadUrlForEntityTypeWithResponse

      com.azure.core.http.rest.Response<ImageDefinition> getUploadUrlForEntityTypeWithResponse(String resourceGroupName, String hubName, GetImageUploadUrlInput parameters, com.azure.core.util.Context context)
      Gets entity type (profile or interaction) image upload URL.
      Parameters:
      resourceGroupName - The name of the resource group.
      hubName - The name of the hub.
      parameters - Parameters supplied to the GetUploadUrlForEntityType operation.
      context - The context to associate with this operation.
      Returns:
      entity type (profile or interaction) image upload URL 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.
    • getUploadUrlForEntityType

      ImageDefinition getUploadUrlForEntityType(String resourceGroupName, String hubName, GetImageUploadUrlInput parameters)
      Gets entity type (profile or interaction) image upload URL.
      Parameters:
      resourceGroupName - The name of the resource group.
      hubName - The name of the hub.
      parameters - Parameters supplied to the GetUploadUrlForEntityType operation.
      Returns:
      entity type (profile or interaction) image upload URL.
      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.
    • getUploadUrlForDataWithResponse

      com.azure.core.http.rest.Response<ImageDefinition> getUploadUrlForDataWithResponse(String resourceGroupName, String hubName, GetImageUploadUrlInput parameters, com.azure.core.util.Context context)
      Gets data image upload URL.
      Parameters:
      resourceGroupName - The name of the resource group.
      hubName - The name of the hub.
      parameters - Parameters supplied to the GetUploadUrlForData operation.
      context - The context to associate with this operation.
      Returns:
      data image upload URL 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.
    • getUploadUrlForData

      ImageDefinition getUploadUrlForData(String resourceGroupName, String hubName, GetImageUploadUrlInput parameters)
      Gets data image upload URL.
      Parameters:
      resourceGroupName - The name of the resource group.
      hubName - The name of the hub.
      parameters - Parameters supplied to the GetUploadUrlForData operation.
      Returns:
      data image upload URL.
      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.