1. Packages
  2. Azure Native
  3. API Docs
  4. digitaltwins
  5. getTimeSeriesDatabaseConnection
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.digitaltwins.getTimeSeriesDatabaseConnection

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.33.0 published on Friday, Mar 22, 2024 by Pulumi

    Get the description of an existing time series database connection. Azure REST API version: 2023-01-31.

    Using getTimeSeriesDatabaseConnection

    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 getTimeSeriesDatabaseConnection(args: GetTimeSeriesDatabaseConnectionArgs, opts?: InvokeOptions): Promise<GetTimeSeriesDatabaseConnectionResult>
    function getTimeSeriesDatabaseConnectionOutput(args: GetTimeSeriesDatabaseConnectionOutputArgs, opts?: InvokeOptions): Output<GetTimeSeriesDatabaseConnectionResult>
    def get_time_series_database_connection(resource_group_name: Optional[str] = None,
                                            resource_name: Optional[str] = None,
                                            time_series_database_connection_name: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetTimeSeriesDatabaseConnectionResult
    def get_time_series_database_connection_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                            resource_name: Optional[pulumi.Input[str]] = None,
                                            time_series_database_connection_name: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetTimeSeriesDatabaseConnectionResult]
    func LookupTimeSeriesDatabaseConnection(ctx *Context, args *LookupTimeSeriesDatabaseConnectionArgs, opts ...InvokeOption) (*LookupTimeSeriesDatabaseConnectionResult, error)
    func LookupTimeSeriesDatabaseConnectionOutput(ctx *Context, args *LookupTimeSeriesDatabaseConnectionOutputArgs, opts ...InvokeOption) LookupTimeSeriesDatabaseConnectionResultOutput

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

    public static class GetTimeSeriesDatabaseConnection 
    {
        public static Task<GetTimeSeriesDatabaseConnectionResult> InvokeAsync(GetTimeSeriesDatabaseConnectionArgs args, InvokeOptions? opts = null)
        public static Output<GetTimeSeriesDatabaseConnectionResult> Invoke(GetTimeSeriesDatabaseConnectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTimeSeriesDatabaseConnectionResult> getTimeSeriesDatabaseConnection(GetTimeSeriesDatabaseConnectionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:digitaltwins:getTimeSeriesDatabaseConnection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group that contains the DigitalTwinsInstance.
    ResourceName string
    The name of the DigitalTwinsInstance.
    TimeSeriesDatabaseConnectionName string
    Name of time series database connection.
    ResourceGroupName string
    The name of the resource group that contains the DigitalTwinsInstance.
    ResourceName string
    The name of the DigitalTwinsInstance.
    TimeSeriesDatabaseConnectionName string
    Name of time series database connection.
    resourceGroupName String
    The name of the resource group that contains the DigitalTwinsInstance.
    resourceName String
    The name of the DigitalTwinsInstance.
    timeSeriesDatabaseConnectionName String
    Name of time series database connection.
    resourceGroupName string
    The name of the resource group that contains the DigitalTwinsInstance.
    resourceName string
    The name of the DigitalTwinsInstance.
    timeSeriesDatabaseConnectionName string
    Name of time series database connection.
    resource_group_name str
    The name of the resource group that contains the DigitalTwinsInstance.
    resource_name str
    The name of the DigitalTwinsInstance.
    time_series_database_connection_name str
    Name of time series database connection.
    resourceGroupName String
    The name of the resource group that contains the DigitalTwinsInstance.
    resourceName String
    The name of the DigitalTwinsInstance.
    timeSeriesDatabaseConnectionName String
    Name of time series database connection.

    getTimeSeriesDatabaseConnection Result

    The following output properties are available:

    Id string
    The resource identifier.
    Name string
    Extension resource name.
    Properties Pulumi.AzureNative.DigitalTwins.Outputs.AzureDataExplorerConnectionPropertiesResponse
    Properties of a specific time series database connection.
    SystemData Pulumi.AzureNative.DigitalTwins.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The resource type.
    Id string
    The resource identifier.
    Name string
    Extension resource name.
    Properties AzureDataExplorerConnectionPropertiesResponse
    Properties of a specific time series database connection.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The resource type.
    id String
    The resource identifier.
    name String
    Extension resource name.
    properties AzureDataExplorerConnectionPropertiesResponse
    Properties of a specific time series database connection.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The resource type.
    id string
    The resource identifier.
    name string
    Extension resource name.
    properties AzureDataExplorerConnectionPropertiesResponse
    Properties of a specific time series database connection.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The resource type.
    id str
    The resource identifier.
    name str
    Extension resource name.
    properties AzureDataExplorerConnectionPropertiesResponse
    Properties of a specific time series database connection.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The resource type.
    id String
    The resource identifier.
    name String
    Extension resource name.
    properties Property Map
    Properties of a specific time series database connection.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The resource type.

    Supporting Types

    AzureDataExplorerConnectionPropertiesResponse

    AdxDatabaseName string
    The name of the Azure Data Explorer database.
    AdxEndpointUri string
    The URI of the Azure Data Explorer endpoint.
    AdxResourceId string
    The resource ID of the Azure Data Explorer cluster.
    EventHubEndpointUri string
    The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
    EventHubEntityPath string
    The EventHub name in the EventHub namespace for identity-based authentication.
    EventHubNamespaceResourceId string
    The resource ID of the EventHub namespace.
    ProvisioningState string
    The provisioning state.
    AdxRelationshipLifecycleEventsTableName string
    The name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified.
    AdxTableName string
    The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.
    AdxTwinLifecycleEventsTableName string
    The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified.
    EventHubConsumerGroup string
    The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
    Identity Pulumi.AzureNative.DigitalTwins.Inputs.ManagedIdentityReferenceResponse
    Managed identity properties for the time series database connection resource.
    RecordPropertyAndItemRemovals string
    Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.
    AdxDatabaseName string
    The name of the Azure Data Explorer database.
    AdxEndpointUri string
    The URI of the Azure Data Explorer endpoint.
    AdxResourceId string
    The resource ID of the Azure Data Explorer cluster.
    EventHubEndpointUri string
    The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
    EventHubEntityPath string
    The EventHub name in the EventHub namespace for identity-based authentication.
    EventHubNamespaceResourceId string
    The resource ID of the EventHub namespace.
    ProvisioningState string
    The provisioning state.
    AdxRelationshipLifecycleEventsTableName string
    The name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified.
    AdxTableName string
    The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.
    AdxTwinLifecycleEventsTableName string
    The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified.
    EventHubConsumerGroup string
    The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
    Identity ManagedIdentityReferenceResponse
    Managed identity properties for the time series database connection resource.
    RecordPropertyAndItemRemovals string
    Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.
    adxDatabaseName String
    The name of the Azure Data Explorer database.
    adxEndpointUri String
    The URI of the Azure Data Explorer endpoint.
    adxResourceId String
    The resource ID of the Azure Data Explorer cluster.
    eventHubEndpointUri String
    The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
    eventHubEntityPath String
    The EventHub name in the EventHub namespace for identity-based authentication.
    eventHubNamespaceResourceId String
    The resource ID of the EventHub namespace.
    provisioningState String
    The provisioning state.
    adxRelationshipLifecycleEventsTableName String
    The name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified.
    adxTableName String
    The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.
    adxTwinLifecycleEventsTableName String
    The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified.
    eventHubConsumerGroup String
    The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
    identity ManagedIdentityReferenceResponse
    Managed identity properties for the time series database connection resource.
    recordPropertyAndItemRemovals String
    Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.
    adxDatabaseName string
    The name of the Azure Data Explorer database.
    adxEndpointUri string
    The URI of the Azure Data Explorer endpoint.
    adxResourceId string
    The resource ID of the Azure Data Explorer cluster.
    eventHubEndpointUri string
    The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
    eventHubEntityPath string
    The EventHub name in the EventHub namespace for identity-based authentication.
    eventHubNamespaceResourceId string
    The resource ID of the EventHub namespace.
    provisioningState string
    The provisioning state.
    adxRelationshipLifecycleEventsTableName string
    The name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified.
    adxTableName string
    The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.
    adxTwinLifecycleEventsTableName string
    The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified.
    eventHubConsumerGroup string
    The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
    identity ManagedIdentityReferenceResponse
    Managed identity properties for the time series database connection resource.
    recordPropertyAndItemRemovals string
    Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.
    adx_database_name str
    The name of the Azure Data Explorer database.
    adx_endpoint_uri str
    The URI of the Azure Data Explorer endpoint.
    adx_resource_id str
    The resource ID of the Azure Data Explorer cluster.
    event_hub_endpoint_uri str
    The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
    event_hub_entity_path str
    The EventHub name in the EventHub namespace for identity-based authentication.
    event_hub_namespace_resource_id str
    The resource ID of the EventHub namespace.
    provisioning_state str
    The provisioning state.
    adx_relationship_lifecycle_events_table_name str
    The name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified.
    adx_table_name str
    The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.
    adx_twin_lifecycle_events_table_name str
    The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified.
    event_hub_consumer_group str
    The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
    identity ManagedIdentityReferenceResponse
    Managed identity properties for the time series database connection resource.
    record_property_and_item_removals str
    Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.
    adxDatabaseName String
    The name of the Azure Data Explorer database.
    adxEndpointUri String
    The URI of the Azure Data Explorer endpoint.
    adxResourceId String
    The resource ID of the Azure Data Explorer cluster.
    eventHubEndpointUri String
    The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
    eventHubEntityPath String
    The EventHub name in the EventHub namespace for identity-based authentication.
    eventHubNamespaceResourceId String
    The resource ID of the EventHub namespace.
    provisioningState String
    The provisioning state.
    adxRelationshipLifecycleEventsTableName String
    The name of the Azure Data Explorer table used for recording relationship lifecycle events. The table will not be created if this property is left unspecified.
    adxTableName String
    The name of the Azure Data Explorer table used for storing updates to properties of twins and relationships. Defaults to AdtPropertyEvents.
    adxTwinLifecycleEventsTableName String
    The name of the Azure Data Explorer table used for recording twin lifecycle events. The table will not be created if this property is left unspecified.
    eventHubConsumerGroup String
    The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
    identity Property Map
    Managed identity properties for the time series database connection resource.
    recordPropertyAndItemRemovals String
    Specifies whether or not to record twin / relationship property and item removals, including removals of indexed or keyed values (such as map entries, array elements, etc.). This feature is de-activated unless explicitly set to 'true'. Setting this property to 'true' will generate an additional column in the property events table in ADX.

    ManagedIdentityReferenceResponse

    Type string
    The type of managed identity used.
    UserAssignedIdentity string
    The user identity ARM resource id if the managed identity type is 'UserAssigned'.
    Type string
    The type of managed identity used.
    UserAssignedIdentity string
    The user identity ARM resource id if the managed identity type is 'UserAssigned'.
    type String
    The type of managed identity used.
    userAssignedIdentity String
    The user identity ARM resource id if the managed identity type is 'UserAssigned'.
    type string
    The type of managed identity used.
    userAssignedIdentity string
    The user identity ARM resource id if the managed identity type is 'UserAssigned'.
    type str
    The type of managed identity used.
    user_assigned_identity str
    The user identity ARM resource id if the managed identity type is 'UserAssigned'.
    type String
    The type of managed identity used.
    userAssignedIdentity String
    The user identity ARM resource id if the managed identity type is 'UserAssigned'.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    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.33.0 published on Friday, Mar 22, 2024 by Pulumi