Images interface

Interface representing a Images.

Methods

getUploadUrlForData(string, string, GetImageUploadUrlInput, ImagesGetUploadUrlForDataOptionalParams)

Gets data image upload URL.

getUploadUrlForEntityType(string, string, GetImageUploadUrlInput, ImagesGetUploadUrlForEntityTypeOptionalParams)

Gets entity type (profile or interaction) image upload URL.

Method Details

getUploadUrlForData(string, string, GetImageUploadUrlInput, ImagesGetUploadUrlForDataOptionalParams)

Gets data image upload URL.

function getUploadUrlForData(resourceGroupName: string, hubName: string, parameters: GetImageUploadUrlInput, options?: ImagesGetUploadUrlForDataOptionalParams): Promise<ImageDefinition>

Parameters

resourceGroupName

string

The name of the resource group.

hubName

string

The name of the hub.

parameters
GetImageUploadUrlInput

Parameters supplied to the GetUploadUrlForData operation.

options
ImagesGetUploadUrlForDataOptionalParams

The options parameters.

Returns

Promise<ImageDefinition>

getUploadUrlForEntityType(string, string, GetImageUploadUrlInput, ImagesGetUploadUrlForEntityTypeOptionalParams)

Gets entity type (profile or interaction) image upload URL.

function getUploadUrlForEntityType(resourceGroupName: string, hubName: string, parameters: GetImageUploadUrlInput, options?: ImagesGetUploadUrlForEntityTypeOptionalParams): Promise<ImageDefinition>

Parameters

resourceGroupName

string

The name of the resource group.

hubName

string

The name of the hub.

parameters
GetImageUploadUrlInput

Parameters supplied to the GetUploadUrlForEntityType operation.

options
ImagesGetUploadUrlForEntityTypeOptionalParams

The options parameters.

Returns

Promise<ImageDefinition>