1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. getIntegrationAccountAssembly
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.logic.getIntegrationAccountAssembly

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 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>
    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]
    func LookupIntegrationAccountAssembly(ctx *Context, args *LookupIntegrationAccountAssemblyArgs, opts ...InvokeOption) (*LookupIntegrationAccountAssemblyResult, error)
    func LookupIntegrationAccountAssemblyOutput(ctx *Context, args *LookupIntegrationAccountAssemblyOutputArgs, opts ...InvokeOption) LookupIntegrationAccountAssemblyResultOutput

    > 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)
    }
    public static CompletableFuture<GetIntegrationAccountAssemblyResult> getIntegrationAccountAssembly(GetIntegrationAccountAssemblyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:logic:getIntegrationAccountAssembly
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssemblyArtifactName string
    The assembly artifact name.
    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    AssemblyArtifactName string
    The assembly artifact name.
    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    assemblyArtifactName String
    The assembly artifact name.
    integrationAccountName String
    The integration account name.
    resourceGroupName String
    The resource group name.
    assemblyArtifactName string
    The assembly artifact name.
    integrationAccountName string
    The integration account name.
    resourceGroupName string
    The resource group name.
    assembly_artifact_name str
    The assembly artifact name.
    integration_account_name str
    The integration account name.
    resource_group_name str
    The resource group name.
    assemblyArtifactName String
    The assembly artifact name.
    integrationAccountName String
    The integration account name.
    resourceGroupName 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 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 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 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 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 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 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 Pulumi.AzureNative.Logic.Inputs.ContentHashResponse
    The content hash.
    ContentSize double
    The content size.
    ContentVersion string
    The content version.
    Metadata object
    The metadata.
    Uri string
    The content link URI.
    ContentHash ContentHashResponse
    The content hash.
    ContentSize float64
    The content size.
    ContentVersion string
    The content version.
    Metadata interface{}
    The metadata.
    Uri string
    The content link URI.
    contentHash ContentHashResponse
    The content hash.
    contentSize Double
    The content size.
    contentVersion String
    The content version.
    metadata Object
    The metadata.
    uri String
    The content link URI.
    contentHash ContentHashResponse
    The content hash.
    contentSize number
    The content size.
    contentVersion string
    The content version.
    metadata any
    The metadata.
    uri string
    The content link URI.
    content_hash ContentHashResponse
    The content hash.
    content_size float
    The content size.
    content_version str
    The content version.
    metadata Any
    The metadata.
    uri str
    The content link URI.
    contentHash Property Map
    The content hash.
    contentSize Number
    The content size.
    contentVersion String
    The content version.
    metadata Any
    The metadata.
    uri String
    The content link URI.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi