1. Packages
  2. Azure Native v2
  3. API Docs
  4. customerinsights
  5. getImageUploadUrlForData
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.customerinsights.getImageUploadUrlForData

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets data image upload URL. Azure REST API version: 2017-04-26.

Using getImageUploadUrlForData

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getImageUploadUrlForData(args: GetImageUploadUrlForDataArgs, opts?: InvokeOptions): Promise<GetImageUploadUrlForDataResult>
function getImageUploadUrlForDataOutput(args: GetImageUploadUrlForDataOutputArgs, opts?: InvokeOptions): Output<GetImageUploadUrlForDataResult>
Copy
def get_image_upload_url_for_data(entity_type: Optional[str] = None,
                                  entity_type_name: Optional[str] = None,
                                  hub_name: Optional[str] = None,
                                  relative_path: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetImageUploadUrlForDataResult
def get_image_upload_url_for_data_output(entity_type: Optional[pulumi.Input[str]] = None,
                                  entity_type_name: Optional[pulumi.Input[str]] = None,
                                  hub_name: Optional[pulumi.Input[str]] = None,
                                  relative_path: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetImageUploadUrlForDataResult]
Copy
func GetImageUploadUrlForData(ctx *Context, args *GetImageUploadUrlForDataArgs, opts ...InvokeOption) (*GetImageUploadUrlForDataResult, error)
func GetImageUploadUrlForDataOutput(ctx *Context, args *GetImageUploadUrlForDataOutputArgs, opts ...InvokeOption) GetImageUploadUrlForDataResultOutput
Copy

> Note: This function is named GetImageUploadUrlForData in the Go SDK.

public static class GetImageUploadUrlForData 
{
    public static Task<GetImageUploadUrlForDataResult> InvokeAsync(GetImageUploadUrlForDataArgs args, InvokeOptions? opts = null)
    public static Output<GetImageUploadUrlForDataResult> Invoke(GetImageUploadUrlForDataInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetImageUploadUrlForDataResult> getImageUploadUrlForData(GetImageUploadUrlForDataArgs args, InvokeOptions options)
public static Output<GetImageUploadUrlForDataResult> getImageUploadUrlForData(GetImageUploadUrlForDataArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:customerinsights:getImageUploadUrlForData
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

HubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
EntityType string
Type of entity. Can be Profile or Interaction.
EntityTypeName string
Name of the entity type.
RelativePath string
Relative path of the image.
HubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
EntityType string
Type of entity. Can be Profile or Interaction.
EntityTypeName string
Name of the entity type.
RelativePath string
Relative path of the image.
hubName
This property is required.
Changes to this property will trigger replacement.
String
The name of the hub.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
entityType String
Type of entity. Can be Profile or Interaction.
entityTypeName String
Name of the entity type.
relativePath String
Relative path of the image.
hubName
This property is required.
Changes to this property will trigger replacement.
string
The name of the hub.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
entityType string
Type of entity. Can be Profile or Interaction.
entityTypeName string
Name of the entity type.
relativePath string
Relative path of the image.
hub_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the hub.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
entity_type str
Type of entity. Can be Profile or Interaction.
entity_type_name str
Name of the entity type.
relative_path str
Relative path of the image.
hubName
This property is required.
Changes to this property will trigger replacement.
String
The name of the hub.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
entityType String
Type of entity. Can be Profile or Interaction.
entityTypeName String
Name of the entity type.
relativePath String
Relative path of the image.

getImageUploadUrlForData Result

The following output properties are available:

ContentUrl string
Content URL for the image blob.
ImageExists bool
Whether image exists already.
RelativePath string
Relative path of the image.
ContentUrl string
Content URL for the image blob.
ImageExists bool
Whether image exists already.
RelativePath string
Relative path of the image.
contentUrl String
Content URL for the image blob.
imageExists Boolean
Whether image exists already.
relativePath String
Relative path of the image.
contentUrl string
Content URL for the image blob.
imageExists boolean
Whether image exists already.
relativePath string
Relative path of the image.
content_url str
Content URL for the image blob.
image_exists bool
Whether image exists already.
relative_path str
Relative path of the image.
contentUrl String
Content URL for the image blob.
imageExists Boolean
Whether image exists already.
relativePath String
Relative path of the image.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi