1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. getIntegrationRuntimeObjectMetadatum
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.synapse.getIntegrationRuntimeObjectMetadatum

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 object metadata from an integration runtime Azure REST API version: 2021-06-01.

    Other available API versions: 2021-06-01-preview.

    Using getIntegrationRuntimeObjectMetadatum

    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 getIntegrationRuntimeObjectMetadatum(args: GetIntegrationRuntimeObjectMetadatumArgs, opts?: InvokeOptions): Promise<GetIntegrationRuntimeObjectMetadatumResult>
    function getIntegrationRuntimeObjectMetadatumOutput(args: GetIntegrationRuntimeObjectMetadatumOutputArgs, opts?: InvokeOptions): Output<GetIntegrationRuntimeObjectMetadatumResult>
    def get_integration_runtime_object_metadatum(integration_runtime_name: Optional[str] = None,
                                                 metadata_path: Optional[str] = None,
                                                 resource_group_name: Optional[str] = None,
                                                 workspace_name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetIntegrationRuntimeObjectMetadatumResult
    def get_integration_runtime_object_metadatum_output(integration_runtime_name: Optional[pulumi.Input[str]] = None,
                                                 metadata_path: Optional[pulumi.Input[str]] = None,
                                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                                 workspace_name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationRuntimeObjectMetadatumResult]
    func GetIntegrationRuntimeObjectMetadatum(ctx *Context, args *GetIntegrationRuntimeObjectMetadatumArgs, opts ...InvokeOption) (*GetIntegrationRuntimeObjectMetadatumResult, error)
    func GetIntegrationRuntimeObjectMetadatumOutput(ctx *Context, args *GetIntegrationRuntimeObjectMetadatumOutputArgs, opts ...InvokeOption) GetIntegrationRuntimeObjectMetadatumResultOutput

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

    public static class GetIntegrationRuntimeObjectMetadatum 
    {
        public static Task<GetIntegrationRuntimeObjectMetadatumResult> InvokeAsync(GetIntegrationRuntimeObjectMetadatumArgs args, InvokeOptions? opts = null)
        public static Output<GetIntegrationRuntimeObjectMetadatumResult> Invoke(GetIntegrationRuntimeObjectMetadatumInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntegrationRuntimeObjectMetadatumResult> getIntegrationRuntimeObjectMetadatum(GetIntegrationRuntimeObjectMetadatumArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:synapse:getIntegrationRuntimeObjectMetadatum
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationRuntimeName string
    Integration runtime name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    MetadataPath string
    Metadata path.
    IntegrationRuntimeName string
    Integration runtime name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    MetadataPath string
    Metadata path.
    integrationRuntimeName String
    Integration runtime name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.
    metadataPath String
    Metadata path.
    integrationRuntimeName string
    Integration runtime name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    The name of the workspace.
    metadataPath string
    Metadata path.
    integration_runtime_name str
    Integration runtime name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    The name of the workspace.
    metadata_path str
    Metadata path.
    integrationRuntimeName String
    Integration runtime name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.
    metadataPath String
    Metadata path.

    getIntegrationRuntimeObjectMetadatum Result

    The following output properties are available:

    NextLink string
    The link to the next page of results, if any remaining results exist.
    Value List<object>
    List of SSIS object metadata.
    NextLink string
    The link to the next page of results, if any remaining results exist.
    Value []interface{}
    List of SSIS object metadata.
    nextLink String
    The link to the next page of results, if any remaining results exist.
    value List<Object>
    List of SSIS object metadata.
    nextLink string
    The link to the next page of results, if any remaining results exist.
    value (SsisEnvironmentResponse | SsisFolderResponse | SsisPackageResponse | SsisProjectResponse)[]
    List of SSIS object metadata.
    next_link str
    The link to the next page of results, if any remaining results exist.
    value Sequence[Any]
    List of SSIS object metadata.
    nextLink String
    The link to the next page of results, if any remaining results exist.
    value List<Property Map | Property Map | Property Map | Property Map>
    List of SSIS object metadata.

    Supporting Types

    SsisEnvironmentReferenceResponse

    EnvironmentFolderName string
    Environment folder name.
    EnvironmentName string
    Environment name.
    Id double
    Environment reference id.
    ReferenceType string
    Reference type
    EnvironmentFolderName string
    Environment folder name.
    EnvironmentName string
    Environment name.
    Id float64
    Environment reference id.
    ReferenceType string
    Reference type
    environmentFolderName String
    Environment folder name.
    environmentName String
    Environment name.
    id Double
    Environment reference id.
    referenceType String
    Reference type
    environmentFolderName string
    Environment folder name.
    environmentName string
    Environment name.
    id number
    Environment reference id.
    referenceType string
    Reference type
    environment_folder_name str
    Environment folder name.
    environment_name str
    Environment name.
    id float
    Environment reference id.
    reference_type str
    Reference type
    environmentFolderName String
    Environment folder name.
    environmentName String
    Environment name.
    id Number
    Environment reference id.
    referenceType String
    Reference type

    SsisEnvironmentResponse

    Description string
    Metadata description.
    FolderId double
    Folder id which contains environment.
    Id double
    Metadata id.
    Name string
    Metadata name.
    Variables List<Pulumi.AzureNative.Synapse.Inputs.SsisVariableResponse>
    Variable in environment
    Description string
    Metadata description.
    FolderId float64
    Folder id which contains environment.
    Id float64
    Metadata id.
    Name string
    Metadata name.
    Variables []SsisVariableResponse
    Variable in environment
    description String
    Metadata description.
    folderId Double
    Folder id which contains environment.
    id Double
    Metadata id.
    name String
    Metadata name.
    variables List<SsisVariableResponse>
    Variable in environment
    description string
    Metadata description.
    folderId number
    Folder id which contains environment.
    id number
    Metadata id.
    name string
    Metadata name.
    variables SsisVariableResponse[]
    Variable in environment
    description str
    Metadata description.
    folder_id float
    Folder id which contains environment.
    id float
    Metadata id.
    name str
    Metadata name.
    variables Sequence[SsisVariableResponse]
    Variable in environment
    description String
    Metadata description.
    folderId Number
    Folder id which contains environment.
    id Number
    Metadata id.
    name String
    Metadata name.
    variables List<Property Map>
    Variable in environment

    SsisFolderResponse

    Description string
    Metadata description.
    Id double
    Metadata id.
    Name string
    Metadata name.
    Description string
    Metadata description.
    Id float64
    Metadata id.
    Name string
    Metadata name.
    description String
    Metadata description.
    id Double
    Metadata id.
    name String
    Metadata name.
    description string
    Metadata description.
    id number
    Metadata id.
    name string
    Metadata name.
    description str
    Metadata description.
    id float
    Metadata id.
    name str
    Metadata name.
    description String
    Metadata description.
    id Number
    Metadata id.
    name String
    Metadata name.

    SsisPackageResponse

    Description string
    Metadata description.
    FolderId double
    Folder id which contains package.
    Id double
    Metadata id.
    Name string
    Metadata name.
    Parameters List<Pulumi.AzureNative.Synapse.Inputs.SsisParameterResponse>
    Parameters in package
    ProjectId double
    Project id which contains package.
    ProjectVersion double
    Project version which contains package.
    Description string
    Metadata description.
    FolderId float64
    Folder id which contains package.
    Id float64
    Metadata id.
    Name string
    Metadata name.
    Parameters []SsisParameterResponse
    Parameters in package
    ProjectId float64
    Project id which contains package.
    ProjectVersion float64
    Project version which contains package.
    description String
    Metadata description.
    folderId Double
    Folder id which contains package.
    id Double
    Metadata id.
    name String
    Metadata name.
    parameters List<SsisParameterResponse>
    Parameters in package
    projectId Double
    Project id which contains package.
    projectVersion Double
    Project version which contains package.
    description string
    Metadata description.
    folderId number
    Folder id which contains package.
    id number
    Metadata id.
    name string
    Metadata name.
    parameters SsisParameterResponse[]
    Parameters in package
    projectId number
    Project id which contains package.
    projectVersion number
    Project version which contains package.
    description str
    Metadata description.
    folder_id float
    Folder id which contains package.
    id float
    Metadata id.
    name str
    Metadata name.
    parameters Sequence[SsisParameterResponse]
    Parameters in package
    project_id float
    Project id which contains package.
    project_version float
    Project version which contains package.
    description String
    Metadata description.
    folderId Number
    Folder id which contains package.
    id Number
    Metadata id.
    name String
    Metadata name.
    parameters List<Property Map>
    Parameters in package
    projectId Number
    Project id which contains package.
    projectVersion Number
    Project version which contains package.

    SsisParameterResponse

    DataType string
    Parameter type.
    DefaultValue string
    Default value of parameter.
    Description string
    Parameter description.
    DesignDefaultValue string
    Design default value of parameter.
    Id double
    Parameter id.
    Name string
    Parameter name.
    Required bool
    Whether parameter is required.
    Sensitive bool
    Whether parameter is sensitive.
    SensitiveDefaultValue string
    Default sensitive value of parameter.
    ValueSet bool
    Parameter value set.
    ValueType string
    Parameter value type.
    Variable string
    Parameter reference variable.
    DataType string
    Parameter type.
    DefaultValue string
    Default value of parameter.
    Description string
    Parameter description.
    DesignDefaultValue string
    Design default value of parameter.
    Id float64
    Parameter id.
    Name string
    Parameter name.
    Required bool
    Whether parameter is required.
    Sensitive bool
    Whether parameter is sensitive.
    SensitiveDefaultValue string
    Default sensitive value of parameter.
    ValueSet bool
    Parameter value set.
    ValueType string
    Parameter value type.
    Variable string
    Parameter reference variable.
    dataType String
    Parameter type.
    defaultValue String
    Default value of parameter.
    description String
    Parameter description.
    designDefaultValue String
    Design default value of parameter.
    id Double
    Parameter id.
    name String
    Parameter name.
    required Boolean
    Whether parameter is required.
    sensitive Boolean
    Whether parameter is sensitive.
    sensitiveDefaultValue String
    Default sensitive value of parameter.
    valueSet Boolean
    Parameter value set.
    valueType String
    Parameter value type.
    variable String
    Parameter reference variable.
    dataType string
    Parameter type.
    defaultValue string
    Default value of parameter.
    description string
    Parameter description.
    designDefaultValue string
    Design default value of parameter.
    id number
    Parameter id.
    name string
    Parameter name.
    required boolean
    Whether parameter is required.
    sensitive boolean
    Whether parameter is sensitive.
    sensitiveDefaultValue string
    Default sensitive value of parameter.
    valueSet boolean
    Parameter value set.
    valueType string
    Parameter value type.
    variable string
    Parameter reference variable.
    data_type str
    Parameter type.
    default_value str
    Default value of parameter.
    description str
    Parameter description.
    design_default_value str
    Design default value of parameter.
    id float
    Parameter id.
    name str
    Parameter name.
    required bool
    Whether parameter is required.
    sensitive bool
    Whether parameter is sensitive.
    sensitive_default_value str
    Default sensitive value of parameter.
    value_set bool
    Parameter value set.
    value_type str
    Parameter value type.
    variable str
    Parameter reference variable.
    dataType String
    Parameter type.
    defaultValue String
    Default value of parameter.
    description String
    Parameter description.
    designDefaultValue String
    Design default value of parameter.
    id Number
    Parameter id.
    name String
    Parameter name.
    required Boolean
    Whether parameter is required.
    sensitive Boolean
    Whether parameter is sensitive.
    sensitiveDefaultValue String
    Default sensitive value of parameter.
    valueSet Boolean
    Parameter value set.
    valueType String
    Parameter value type.
    variable String
    Parameter reference variable.

    SsisProjectResponse

    Description string
    Metadata description.
    EnvironmentRefs List<Pulumi.AzureNative.Synapse.Inputs.SsisEnvironmentReferenceResponse>
    Environment reference in project
    FolderId double
    Folder id which contains project.
    Id double
    Metadata id.
    Name string
    Metadata name.
    Parameters List<Pulumi.AzureNative.Synapse.Inputs.SsisParameterResponse>
    Parameters in project
    Version double
    Project version.
    Description string
    Metadata description.
    EnvironmentRefs []SsisEnvironmentReferenceResponse
    Environment reference in project
    FolderId float64
    Folder id which contains project.
    Id float64
    Metadata id.
    Name string
    Metadata name.
    Parameters []SsisParameterResponse
    Parameters in project
    Version float64
    Project version.
    description String
    Metadata description.
    environmentRefs List<SsisEnvironmentReferenceResponse>
    Environment reference in project
    folderId Double
    Folder id which contains project.
    id Double
    Metadata id.
    name String
    Metadata name.
    parameters List<SsisParameterResponse>
    Parameters in project
    version Double
    Project version.
    description string
    Metadata description.
    environmentRefs SsisEnvironmentReferenceResponse[]
    Environment reference in project
    folderId number
    Folder id which contains project.
    id number
    Metadata id.
    name string
    Metadata name.
    parameters SsisParameterResponse[]
    Parameters in project
    version number
    Project version.
    description str
    Metadata description.
    environment_refs Sequence[SsisEnvironmentReferenceResponse]
    Environment reference in project
    folder_id float
    Folder id which contains project.
    id float
    Metadata id.
    name str
    Metadata name.
    parameters Sequence[SsisParameterResponse]
    Parameters in project
    version float
    Project version.
    description String
    Metadata description.
    environmentRefs List<Property Map>
    Environment reference in project
    folderId Number
    Folder id which contains project.
    id Number
    Metadata id.
    name String
    Metadata name.
    parameters List<Property Map>
    Parameters in project
    version Number
    Project version.

    SsisVariableResponse

    DataType string
    Variable type.
    Description string
    Variable description.
    Id double
    Variable id.
    Name string
    Variable name.
    Sensitive bool
    Whether variable is sensitive.
    SensitiveValue string
    Variable sensitive value.
    Value string
    Variable value.
    DataType string
    Variable type.
    Description string
    Variable description.
    Id float64
    Variable id.
    Name string
    Variable name.
    Sensitive bool
    Whether variable is sensitive.
    SensitiveValue string
    Variable sensitive value.
    Value string
    Variable value.
    dataType String
    Variable type.
    description String
    Variable description.
    id Double
    Variable id.
    name String
    Variable name.
    sensitive Boolean
    Whether variable is sensitive.
    sensitiveValue String
    Variable sensitive value.
    value String
    Variable value.
    dataType string
    Variable type.
    description string
    Variable description.
    id number
    Variable id.
    name string
    Variable name.
    sensitive boolean
    Whether variable is sensitive.
    sensitiveValue string
    Variable sensitive value.
    value string
    Variable value.
    data_type str
    Variable type.
    description str
    Variable description.
    id float
    Variable id.
    name str
    Variable name.
    sensitive bool
    Whether variable is sensitive.
    sensitive_value str
    Variable sensitive value.
    value str
    Variable value.
    dataType String
    Variable type.
    description String
    Variable description.
    id Number
    Variable id.
    name String
    Variable name.
    sensitive Boolean
    Whether variable is sensitive.
    sensitiveValue String
    Variable sensitive value.
    value String
    Variable value.

    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