This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.customerinsights.getImageUploadUrlForEntityType
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Gets entity type (profile or interaction) image upload URL. Azure REST API version: 2017-04-26.
Using getImageUploadUrlForEntityType
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 getImageUploadUrlForEntityType(args: GetImageUploadUrlForEntityTypeArgs, opts?: InvokeOptions): Promise<GetImageUploadUrlForEntityTypeResult>
function getImageUploadUrlForEntityTypeOutput(args: GetImageUploadUrlForEntityTypeOutputArgs, opts?: InvokeOptions): Output<GetImageUploadUrlForEntityTypeResult>
def get_image_upload_url_for_entity_type(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) -> GetImageUploadUrlForEntityTypeResult
def get_image_upload_url_for_entity_type_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[GetImageUploadUrlForEntityTypeResult]
func GetImageUploadUrlForEntityType(ctx *Context, args *GetImageUploadUrlForEntityTypeArgs, opts ...InvokeOption) (*GetImageUploadUrlForEntityTypeResult, error)
func GetImageUploadUrlForEntityTypeOutput(ctx *Context, args *GetImageUploadUrlForEntityTypeOutputArgs, opts ...InvokeOption) GetImageUploadUrlForEntityTypeResultOutput
> Note: This function is named GetImageUploadUrlForEntityType
in the Go SDK.
public static class GetImageUploadUrlForEntityType
{
public static Task<GetImageUploadUrlForEntityTypeResult> InvokeAsync(GetImageUploadUrlForEntityTypeArgs args, InvokeOptions? opts = null)
public static Output<GetImageUploadUrlForEntityTypeResult> Invoke(GetImageUploadUrlForEntityTypeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetImageUploadUrlForEntityTypeResult> getImageUploadUrlForEntityType(GetImageUploadUrlForEntityTypeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:customerinsights:getImageUploadUrlForEntityType
arguments:
# arguments dictionary
The following arguments are supported:
- Hub
Name string - The name of the hub.
- Resource
Group stringName - The name of the resource group.
- Entity
Type string - Type of entity. Can be Profile or Interaction.
- Entity
Type stringName - Name of the entity type.
- Relative
Path string - Relative path of the image.
- Hub
Name string - The name of the hub.
- Resource
Group stringName - The name of the resource group.
- Entity
Type string - Type of entity. Can be Profile or Interaction.
- Entity
Type stringName - Name of the entity type.
- Relative
Path string - Relative path of the image.
- hub
Name String - The name of the hub.
- resource
Group StringName - The name of the resource group.
- entity
Type String - Type of entity. Can be Profile or Interaction.
- entity
Type StringName - Name of the entity type.
- relative
Path String - Relative path of the image.
- hub
Name string - The name of the hub.
- resource
Group stringName - The name of the resource group.
- entity
Type string - Type of entity. Can be Profile or Interaction.
- entity
Type stringName - Name of the entity type.
- relative
Path string - Relative path of the image.
- hub_
name str - The name of the hub.
- resource_
group_ strname - The name of the resource group.
- entity_
type str - Type of entity. Can be Profile or Interaction.
- entity_
type_ strname - Name of the entity type.
- relative_
path str - Relative path of the image.
- hub
Name String - The name of the hub.
- resource
Group StringName - The name of the resource group.
- entity
Type String - Type of entity. Can be Profile or Interaction.
- entity
Type StringName - Name of the entity type.
- relative
Path String - Relative path of the image.
getImageUploadUrlForEntityType Result
The following output properties are available:
- Content
Url string - Content URL for the image blob.
- Image
Exists bool - Whether image exists already.
- Relative
Path string - Relative path of the image.
- Content
Url string - Content URL for the image blob.
- Image
Exists bool - Whether image exists already.
- Relative
Path string - Relative path of the image.
- content
Url String - Content URL for the image blob.
- image
Exists Boolean - Whether image exists already.
- relative
Path String - Relative path of the image.
- content
Url string - Content URL for the image blob.
- image
Exists boolean - Whether image exists already.
- relative
Path 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.
- content
Url String - Content URL for the image blob.
- image
Exists Boolean - Whether image exists already.
- relative
Path String - Relative path of the image.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi