1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. getIntegrationAccountSchema
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.logic.getIntegrationAccountSchema

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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets an integration account schema. Azure REST API version: 2019-05-01.

    Other available API versions: 2015-08-01-preview.

    Using getIntegrationAccountSchema

    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 getIntegrationAccountSchema(args: GetIntegrationAccountSchemaArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountSchemaResult>
    function getIntegrationAccountSchemaOutput(args: GetIntegrationAccountSchemaOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountSchemaResult>
    def get_integration_account_schema(integration_account_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       schema_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountSchemaResult
    def get_integration_account_schema_output(integration_account_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       schema_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountSchemaResult]
    func LookupIntegrationAccountSchema(ctx *Context, args *LookupIntegrationAccountSchemaArgs, opts ...InvokeOption) (*LookupIntegrationAccountSchemaResult, error)
    func LookupIntegrationAccountSchemaOutput(ctx *Context, args *LookupIntegrationAccountSchemaOutputArgs, opts ...InvokeOption) LookupIntegrationAccountSchemaResultOutput

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

    public static class GetIntegrationAccountSchema 
    {
        public static Task<GetIntegrationAccountSchemaResult> InvokeAsync(GetIntegrationAccountSchemaArgs args, InvokeOptions? opts = null)
        public static Output<GetIntegrationAccountSchemaResult> Invoke(GetIntegrationAccountSchemaInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntegrationAccountSchemaResult> getIntegrationAccountSchema(GetIntegrationAccountSchemaArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:logic:getIntegrationAccountSchema
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    SchemaName string
    The integration account schema name.
    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    SchemaName string
    The integration account schema name.
    integrationAccountName String
    The integration account name.
    resourceGroupName String
    The resource group name.
    schemaName String
    The integration account schema name.
    integrationAccountName string
    The integration account name.
    resourceGroupName string
    The resource group name.
    schemaName string
    The integration account schema name.
    integration_account_name str
    The integration account name.
    resource_group_name str
    The resource group name.
    schema_name str
    The integration account schema name.
    integrationAccountName String
    The integration account name.
    resourceGroupName String
    The resource group name.
    schemaName String
    The integration account schema name.

    getIntegrationAccountSchema Result

    The following output properties are available:

    ChangedTime string
    The changed time.
    ContentLink Pulumi.AzureNative.Logic.Outputs.ContentLinkResponse
    The content link.
    CreatedTime string
    The created time.
    Id string
    The resource id.
    Name string
    Gets the resource name.
    SchemaType string
    The schema type.
    Type string
    Gets the resource type.
    Content string
    The content.
    ContentType string
    The content type.
    DocumentName string
    The document name.
    FileName string
    The file name.
    Location string
    The resource location.
    Metadata object
    The metadata.
    Tags Dictionary<string, string>
    The resource tags.
    TargetNamespace string
    The target namespace of the schema.
    ChangedTime string
    The changed time.
    ContentLink ContentLinkResponse
    The content link.
    CreatedTime string
    The created time.
    Id string
    The resource id.
    Name string
    Gets the resource name.
    SchemaType string
    The schema type.
    Type string
    Gets the resource type.
    Content string
    The content.
    ContentType string
    The content type.
    DocumentName string
    The document name.
    FileName string
    The file name.
    Location string
    The resource location.
    Metadata interface{}
    The metadata.
    Tags map[string]string
    The resource tags.
    TargetNamespace string
    The target namespace of the schema.
    changedTime String
    The changed time.
    contentLink ContentLinkResponse
    The content link.
    createdTime String
    The created time.
    id String
    The resource id.
    name String
    Gets the resource name.
    schemaType String
    The schema type.
    type String
    Gets the resource type.
    content String
    The content.
    contentType String
    The content type.
    documentName String
    The document name.
    fileName String
    The file name.
    location String
    The resource location.
    metadata Object
    The metadata.
    tags Map<String,String>
    The resource tags.
    targetNamespace String
    The target namespace of the schema.
    changedTime string
    The changed time.
    contentLink ContentLinkResponse
    The content link.
    createdTime string
    The created time.
    id string
    The resource id.
    name string
    Gets the resource name.
    schemaType string
    The schema type.
    type string
    Gets the resource type.
    content string
    The content.
    contentType string
    The content type.
    documentName string
    The document name.
    fileName string
    The file name.
    location string
    The resource location.
    metadata any
    The metadata.
    tags {[key: string]: string}
    The resource tags.
    targetNamespace string
    The target namespace of the schema.
    changed_time str
    The changed time.
    content_link ContentLinkResponse
    The content link.
    created_time str
    The created time.
    id str
    The resource id.
    name str
    Gets the resource name.
    schema_type str
    The schema type.
    type str
    Gets the resource type.
    content str
    The content.
    content_type str
    The content type.
    document_name str
    The document name.
    file_name str
    The file name.
    location str
    The resource location.
    metadata Any
    The metadata.
    tags Mapping[str, str]
    The resource tags.
    target_namespace str
    The target namespace of the schema.
    changedTime String
    The changed time.
    contentLink Property Map
    The content link.
    createdTime String
    The created time.
    id String
    The resource id.
    name String
    Gets the resource name.
    schemaType String
    The schema type.
    type String
    Gets the resource type.
    content String
    The content.
    contentType String
    The content type.
    documentName String
    The document name.
    fileName String
    The file name.
    location String
    The resource location.
    metadata Any
    The metadata.
    tags Map<String>
    The resource tags.
    targetNamespace String
    The target namespace of the schema.

    Supporting Types

    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.37.0 published on Monday, Apr 15, 2024 by Pulumi