1. Packages
  2. Azure Native v2
  3. API Docs
  4. logic
  5. getIntegrationAccountAssembly
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.logic.getIntegrationAccountAssembly

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

Get an assembly for an integration account. Azure REST API version: 2019-05-01.

Using getIntegrationAccountAssembly

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 getIntegrationAccountAssembly(args: GetIntegrationAccountAssemblyArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountAssemblyResult>
function getIntegrationAccountAssemblyOutput(args: GetIntegrationAccountAssemblyOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountAssemblyResult>
Copy
def get_integration_account_assembly(assembly_artifact_name: Optional[str] = None,
                                     integration_account_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountAssemblyResult
def get_integration_account_assembly_output(assembly_artifact_name: Optional[pulumi.Input[str]] = None,
                                     integration_account_name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountAssemblyResult]
Copy
func LookupIntegrationAccountAssembly(ctx *Context, args *LookupIntegrationAccountAssemblyArgs, opts ...InvokeOption) (*LookupIntegrationAccountAssemblyResult, error)
func LookupIntegrationAccountAssemblyOutput(ctx *Context, args *LookupIntegrationAccountAssemblyOutputArgs, opts ...InvokeOption) LookupIntegrationAccountAssemblyResultOutput
Copy

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

public static class GetIntegrationAccountAssembly 
{
    public static Task<GetIntegrationAccountAssemblyResult> InvokeAsync(GetIntegrationAccountAssemblyArgs args, InvokeOptions? opts = null)
    public static Output<GetIntegrationAccountAssemblyResult> Invoke(GetIntegrationAccountAssemblyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIntegrationAccountAssemblyResult> getIntegrationAccountAssembly(GetIntegrationAccountAssemblyArgs args, InvokeOptions options)
public static Output<GetIntegrationAccountAssemblyResult> getIntegrationAccountAssembly(GetIntegrationAccountAssemblyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logic:getIntegrationAccountAssembly
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AssemblyArtifactName
This property is required.
Changes to this property will trigger replacement.
string
The assembly artifact name.
IntegrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
AssemblyArtifactName
This property is required.
Changes to this property will trigger replacement.
string
The assembly artifact name.
IntegrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
assemblyArtifactName
This property is required.
Changes to this property will trigger replacement.
String
The assembly artifact name.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
String
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
assemblyArtifactName
This property is required.
Changes to this property will trigger replacement.
string
The assembly artifact name.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
assembly_artifact_name
This property is required.
Changes to this property will trigger replacement.
str
The assembly artifact name.
integration_account_name
This property is required.
Changes to this property will trigger replacement.
str
The integration account name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
assemblyArtifactName
This property is required.
Changes to this property will trigger replacement.
String
The assembly artifact name.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
String
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.

getIntegrationAccountAssembly Result

The following output properties are available:

Id string
The resource id.
Name string
Gets the resource name.
Properties Pulumi.AzureNative.Logic.Outputs.AssemblyPropertiesResponse
The assembly properties.
Type string
Gets the resource type.
Location string
The resource location.
Tags Dictionary<string, string>
The resource tags.
Id string
The resource id.
Name string
Gets the resource name.
Properties AssemblyPropertiesResponse
The assembly properties.
Type string
Gets the resource type.
Location string
The resource location.
Tags map[string]string
The resource tags.
id String
The resource id.
name String
Gets the resource name.
properties AssemblyPropertiesResponse
The assembly properties.
type String
Gets the resource type.
location String
The resource location.
tags Map<String,String>
The resource tags.
id string
The resource id.
name string
Gets the resource name.
properties AssemblyPropertiesResponse
The assembly properties.
type string
Gets the resource type.
location string
The resource location.
tags {[key: string]: string}
The resource tags.
id str
The resource id.
name str
Gets the resource name.
properties AssemblyPropertiesResponse
The assembly properties.
type str
Gets the resource type.
location str
The resource location.
tags Mapping[str, str]
The resource tags.
id String
The resource id.
name String
Gets the resource name.
properties Property Map
The assembly properties.
type String
Gets the resource type.
location String
The resource location.
tags Map<String>
The resource tags.

Supporting Types

AssemblyPropertiesResponse

AssemblyName This property is required. string
The assembly name.
AssemblyCulture string
The assembly culture.
AssemblyPublicKeyToken string
The assembly public key token.
AssemblyVersion string
The assembly version.
ChangedTime string
The artifact changed time.
Content object
ContentLink Pulumi.AzureNative.Logic.Inputs.ContentLinkResponse
The content link.
ContentType string
The content type.
CreatedTime string
The artifact creation time.
Metadata object
AssemblyName This property is required. string
The assembly name.
AssemblyCulture string
The assembly culture.
AssemblyPublicKeyToken string
The assembly public key token.
AssemblyVersion string
The assembly version.
ChangedTime string
The artifact changed time.
Content interface{}
ContentLink ContentLinkResponse
The content link.
ContentType string
The content type.
CreatedTime string
The artifact creation time.
Metadata interface{}
assemblyName This property is required. String
The assembly name.
assemblyCulture String
The assembly culture.
assemblyPublicKeyToken String
The assembly public key token.
assemblyVersion String
The assembly version.
changedTime String
The artifact changed time.
content Object
contentLink ContentLinkResponse
The content link.
contentType String
The content type.
createdTime String
The artifact creation time.
metadata Object
assemblyName This property is required. string
The assembly name.
assemblyCulture string
The assembly culture.
assemblyPublicKeyToken string
The assembly public key token.
assemblyVersion string
The assembly version.
changedTime string
The artifact changed time.
content any
contentLink ContentLinkResponse
The content link.
contentType string
The content type.
createdTime string
The artifact creation time.
metadata any
assembly_name This property is required. str
The assembly name.
assembly_culture str
The assembly culture.
assembly_public_key_token str
The assembly public key token.
assembly_version str
The assembly version.
changed_time str
The artifact changed time.
content Any
content_link ContentLinkResponse
The content link.
content_type str
The content type.
created_time str
The artifact creation time.
metadata Any
assemblyName This property is required. String
The assembly name.
assemblyCulture String
The assembly culture.
assemblyPublicKeyToken String
The assembly public key token.
assemblyVersion String
The assembly version.
changedTime String
The artifact changed time.
content Any
contentLink Property Map
The content link.
contentType String
The content type.
createdTime String
The artifact creation time.
metadata Any

ContentHashResponse

Algorithm string
The algorithm of the content hash.
Value string
The value of the content hash.
Algorithm string
The algorithm of the content hash.
Value string
The value of the content hash.
algorithm String
The algorithm of the content hash.
value String
The value of the content hash.
algorithm string
The algorithm of the content hash.
value string
The value of the content hash.
algorithm str
The algorithm of the content hash.
value str
The value of the content hash.
algorithm String
The algorithm of the content hash.
value String
The value of the content hash.

ContentLinkResponse

ContentHash This property is required. Pulumi.AzureNative.Logic.Inputs.ContentHashResponse
The content hash.
ContentSize This property is required. double
The content size.
ContentVersion This property is required. string
The content version.
Metadata This property is required. object
The metadata.
Uri string
The content link URI.
ContentHash This property is required. ContentHashResponse
The content hash.
ContentSize This property is required. float64
The content size.
ContentVersion This property is required. string
The content version.
Metadata This property is required. interface{}
The metadata.
Uri string
The content link URI.
contentHash This property is required. ContentHashResponse
The content hash.
contentSize This property is required. Double
The content size.
contentVersion This property is required. String
The content version.
metadata This property is required. Object
The metadata.
uri String
The content link URI.
contentHash This property is required. ContentHashResponse
The content hash.
contentSize This property is required. number
The content size.
contentVersion This property is required. string
The content version.
metadata This property is required. any
The metadata.
uri string
The content link URI.
content_hash This property is required. ContentHashResponse
The content hash.
content_size This property is required. float
The content size.
content_version This property is required. str
The content version.
metadata This property is required. Any
The metadata.
uri str
The content link URI.
contentHash This property is required. Property Map
The content hash.
contentSize This property is required. Number
The content size.
contentVersion This property is required. String
The content version.
metadata This property is required. Any
The metadata.
uri String
The content link URI.

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