1. Packages
  2. Azure Native v1
  3. API Docs
  4. streamanalytics
  5. getOutput
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.streamanalytics.getOutput

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets details about the specified output. API Version: 2016-03-01.

    Using getOutput

    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 getOutput(args: GetOutputArgs, opts?: InvokeOptions): Promise<GetOutputResult>
    function getOutputOutput(args: GetOutputOutputArgs, opts?: InvokeOptions): Output<GetOutputResult>
    def get_output(job_name: Optional[str] = None,
                   output_name: Optional[str] = None,
                   resource_group_name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetOutputResult
    def get_output_output(job_name: Optional[pulumi.Input[str]] = None,
                   output_name: Optional[pulumi.Input[str]] = None,
                   resource_group_name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetOutputResult]
    func LookupOutput(ctx *Context, args *LookupOutputArgs, opts ...InvokeOption) (*LookupOutputResult, error)
    func LookupOutputOutput(ctx *Context, args *LookupOutputOutputArgs, opts ...InvokeOption) LookupOutputResultOutput

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

    public static class GetOutput 
    {
        public static Task<GetOutputResult> InvokeAsync(GetOutputArgs args, InvokeOptions? opts = null)
        public static Output<GetOutputResult> Invoke(GetOutputInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOutputResult> getOutput(GetOutputArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:streamanalytics:getOutput
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobName string
    The name of the streaming job.
    OutputName string
    The name of the output.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    JobName string
    The name of the streaming job.
    OutputName string
    The name of the output.
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    jobName String
    The name of the streaming job.
    outputName String
    The name of the output.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    jobName string
    The name of the streaming job.
    outputName string
    The name of the output.
    resourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    job_name str
    The name of the streaming job.
    output_name str
    The name of the output.
    resource_group_name str
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    jobName String
    The name of the streaming job.
    outputName String
    The name of the output.
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    getOutput Result

    The following output properties are available:

    Diagnostics Pulumi.AzureNative.StreamAnalytics.Outputs.DiagnosticsResponse
    Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
    Etag string
    The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
    Id string
    Resource Id
    Type string
    Resource type
    Datasource Pulumi.AzureNative.StreamAnalytics.Outputs.AzureDataLakeStoreOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.AzureSqlDatabaseOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.AzureTableOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.BlobOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.DocumentDbOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.EventHubOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.PowerBIOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.ServiceBusQueueOutputDataSourceResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.ServiceBusTopicOutputDataSourceResponse
    Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
    Name string
    Resource name
    Serialization Pulumi.AzureNative.StreamAnalytics.Outputs.AvroSerializationResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.CsvSerializationResponse | Pulumi.AzureNative.StreamAnalytics.Outputs.JsonSerializationResponse
    Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
    Diagnostics DiagnosticsResponse
    Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
    Etag string
    The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
    Id string
    Resource Id
    Type string
    Resource type
    Datasource AzureDataLakeStoreOutputDataSourceResponse | AzureSqlDatabaseOutputDataSourceResponse | AzureTableOutputDataSourceResponse | BlobOutputDataSourceResponse | DocumentDbOutputDataSourceResponse | EventHubOutputDataSourceResponse | PowerBIOutputDataSourceResponse | ServiceBusQueueOutputDataSourceResponse | ServiceBusTopicOutputDataSourceResponse
    Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
    Name string
    Resource name
    Serialization AvroSerializationResponse | CsvSerializationResponse | JsonSerializationResponse
    Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
    diagnostics DiagnosticsResponse
    Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
    etag String
    The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
    id String
    Resource Id
    type String
    Resource type
    datasource AzureDataLakeStoreOutputDataSourceResponse | AzureSqlDatabaseOutputDataSourceResponse | AzureTableOutputDataSourceResponse | BlobOutputDataSourceResponse | DocumentDbOutputDataSourceResponse | EventHubOutputDataSourceResponse | PowerBIOutputDataSourceResponse | ServiceBusQueueOutputDataSourceResponse | ServiceBusTopicOutputDataSourceResponse
    Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
    name String
    Resource name
    serialization AvroSerializationResponse | CsvSerializationResponse | JsonSerializationResponse
    Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
    diagnostics DiagnosticsResponse
    Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
    etag string
    The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
    id string
    Resource Id
    type string
    Resource type
    datasource AzureDataLakeStoreOutputDataSourceResponse | AzureSqlDatabaseOutputDataSourceResponse | AzureTableOutputDataSourceResponse | BlobOutputDataSourceResponse | DocumentDbOutputDataSourceResponse | EventHubOutputDataSourceResponse | PowerBIOutputDataSourceResponse | ServiceBusQueueOutputDataSourceResponse | ServiceBusTopicOutputDataSourceResponse
    Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
    name string
    Resource name
    serialization AvroSerializationResponse | CsvSerializationResponse | JsonSerializationResponse
    Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
    diagnostics DiagnosticsResponse
    Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
    etag str
    The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
    id str
    Resource Id
    type str
    Resource type
    datasource AzureDataLakeStoreOutputDataSourceResponse | AzureSqlDatabaseOutputDataSourceResponse | AzureTableOutputDataSourceResponse | BlobOutputDataSourceResponse | DocumentDbOutputDataSourceResponse | EventHubOutputDataSourceResponse | PowerBIOutputDataSourceResponse | ServiceBusQueueOutputDataSourceResponse | ServiceBusTopicOutputDataSourceResponse
    Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
    name str
    Resource name
    serialization AvroSerializationResponse | CsvSerializationResponse | JsonSerializationResponse
    Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
    diagnostics Property Map
    Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
    etag String
    The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
    id String
    Resource Id
    type String
    Resource type
    datasource Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
    Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
    name String
    Resource name
    serialization Property Map | Property Map | Property Map
    Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.

    Supporting Types

    AvroSerializationResponse

    AzureDataLakeStoreOutputDataSourceResponse

    AccountName string
    The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
    DateFormat string
    The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
    FilePathPrefix string
    The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
    RefreshToken string
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    TenantId string
    The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
    TimeFormat string
    The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
    TokenUserDisplayName string
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    TokenUserPrincipalName string
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    AccountName string
    The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
    DateFormat string
    The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
    FilePathPrefix string
    The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
    RefreshToken string
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    TenantId string
    The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
    TimeFormat string
    The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
    TokenUserDisplayName string
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    TokenUserPrincipalName string
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    accountName String
    The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
    dateFormat String
    The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
    filePathPrefix String
    The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
    refreshToken String
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    tenantId String
    The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
    timeFormat String
    The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
    tokenUserDisplayName String
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    tokenUserPrincipalName String
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    accountName string
    The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
    dateFormat string
    The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
    filePathPrefix string
    The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
    refreshToken string
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    tenantId string
    The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
    timeFormat string
    The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
    tokenUserDisplayName string
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    tokenUserPrincipalName string
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    account_name str
    The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
    date_format str
    The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
    file_path_prefix str
    The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
    refresh_token str
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    tenant_id str
    The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
    time_format str
    The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
    token_user_display_name str
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    token_user_principal_name str
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    accountName String
    The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
    dateFormat String
    The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
    filePathPrefix String
    The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
    refreshToken String
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    tenantId String
    The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
    timeFormat String
    The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
    tokenUserDisplayName String
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    tokenUserPrincipalName String
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

    AzureSqlDatabaseOutputDataSourceResponse

    Database string
    The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    Password string
    The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    Server string
    The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    Table string
    The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    User string
    The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    Database string
    The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    Password string
    The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    Server string
    The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    Table string
    The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    User string
    The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    database String
    The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    password String
    The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    server String
    The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    table String
    The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    user String
    The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    database string
    The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    password string
    The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    server string
    The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    table string
    The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    user string
    The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    database str
    The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    password str
    The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    server str
    The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    table str
    The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    user str
    The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    database String
    The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    password String
    The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    server String
    The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    table String
    The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
    user String
    The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.

    AzureTableOutputDataSourceResponse

    AccountKey string
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    AccountName string
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    BatchSize int
    The number of rows to write to the Azure Table at a time.
    ColumnsToRemove List<string>
    If specified, each item in the array is the name of a column to remove (if present) from output event entities.
    PartitionKey string
    This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    RowKey string
    This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    Table string
    The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
    AccountKey string
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    AccountName string
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    BatchSize int
    The number of rows to write to the Azure Table at a time.
    ColumnsToRemove []string
    If specified, each item in the array is the name of a column to remove (if present) from output event entities.
    PartitionKey string
    This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    RowKey string
    This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    Table string
    The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
    accountKey String
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountName String
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    batchSize Integer
    The number of rows to write to the Azure Table at a time.
    columnsToRemove List<String>
    If specified, each item in the array is the name of a column to remove (if present) from output event entities.
    partitionKey String
    This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    rowKey String
    This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    table String
    The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
    accountKey string
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountName string
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    batchSize number
    The number of rows to write to the Azure Table at a time.
    columnsToRemove string[]
    If specified, each item in the array is the name of a column to remove (if present) from output event entities.
    partitionKey string
    This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    rowKey string
    This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    table string
    The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
    account_key str
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    account_name str
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    batch_size int
    The number of rows to write to the Azure Table at a time.
    columns_to_remove Sequence[str]
    If specified, each item in the array is the name of a column to remove (if present) from output event entities.
    partition_key str
    This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    row_key str
    This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    table str
    The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
    accountKey String
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountName String
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    batchSize Number
    The number of rows to write to the Azure Table at a time.
    columnsToRemove List<String>
    If specified, each item in the array is the name of a column to remove (if present) from output event entities.
    partitionKey String
    This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    rowKey String
    This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
    table String
    The name of the Azure Table. Required on PUT (CreateOrReplace) requests.

    BlobOutputDataSourceResponse

    Container string
    The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
    DateFormat string
    The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
    PathPattern string
    The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
    StorageAccounts List<Pulumi.AzureNative.StreamAnalytics.Inputs.StorageAccountResponse>
    A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
    TimeFormat string
    The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
    Container string
    The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
    DateFormat string
    The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
    PathPattern string
    The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
    StorageAccounts []StorageAccountResponse
    A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
    TimeFormat string
    The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
    container String
    The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
    dateFormat String
    The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
    pathPattern String
    The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
    storageAccounts List<StorageAccountResponse>
    A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
    timeFormat String
    The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
    container string
    The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
    dateFormat string
    The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
    pathPattern string
    The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
    storageAccounts StorageAccountResponse[]
    A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
    timeFormat string
    The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
    container str
    The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
    date_format str
    The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
    path_pattern str
    The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
    storage_accounts Sequence[StorageAccountResponse]
    A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
    time_format str
    The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
    container String
    The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
    dateFormat String
    The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
    pathPattern String
    The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
    storageAccounts List<Property Map>
    A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
    timeFormat String
    The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.

    CsvSerializationResponse

    Encoding string
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    FieldDelimiter string
    Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
    Encoding string
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    FieldDelimiter string
    Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
    encoding String
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    fieldDelimiter String
    Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
    encoding string
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    fieldDelimiter string
    Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
    encoding str
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    field_delimiter str
    Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
    encoding String
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    fieldDelimiter String
    Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.

    DiagnosticConditionResponse

    Code string
    The opaque diagnostic code.
    Message string
    The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
    Since string
    The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
    Code string
    The opaque diagnostic code.
    Message string
    The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
    Since string
    The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
    code String
    The opaque diagnostic code.
    message String
    The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
    since String
    The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
    code string
    The opaque diagnostic code.
    message string
    The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
    since string
    The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
    code str
    The opaque diagnostic code.
    message str
    The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
    since str
    The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
    code String
    The opaque diagnostic code.
    message String
    The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
    since String
    The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.

    DiagnosticsResponse

    Conditions List<Pulumi.AzureNative.StreamAnalytics.Inputs.DiagnosticConditionResponse>
    A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
    Conditions []DiagnosticConditionResponse
    A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
    conditions List<DiagnosticConditionResponse>
    A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
    conditions DiagnosticConditionResponse[]
    A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
    conditions Sequence[DiagnosticConditionResponse]
    A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
    conditions List<Property Map>
    A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.

    DocumentDbOutputDataSourceResponse

    AccountId string
    The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
    AccountKey string
    The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
    CollectionNamePattern string
    The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests.
    Database string
    The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.
    DocumentId string
    The name of the field in output events used to specify the primary key which insert or update operations are based on.
    PartitionKey string
    The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
    AccountId string
    The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
    AccountKey string
    The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
    CollectionNamePattern string
    The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests.
    Database string
    The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.
    DocumentId string
    The name of the field in output events used to specify the primary key which insert or update operations are based on.
    PartitionKey string
    The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
    accountId String
    The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
    accountKey String
    The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
    collectionNamePattern String
    The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests.
    database String
    The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.
    documentId String
    The name of the field in output events used to specify the primary key which insert or update operations are based on.
    partitionKey String
    The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
    accountId string
    The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
    accountKey string
    The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
    collectionNamePattern string
    The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests.
    database string
    The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.
    documentId string
    The name of the field in output events used to specify the primary key which insert or update operations are based on.
    partitionKey string
    The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
    account_id str
    The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
    account_key str
    The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
    collection_name_pattern str
    The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests.
    database str
    The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.
    document_id str
    The name of the field in output events used to specify the primary key which insert or update operations are based on.
    partition_key str
    The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
    accountId String
    The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
    accountKey String
    The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
    collectionNamePattern String
    The collection name pattern for the collections to be used. The collection name format can be constructed using the optional {partition} token, where partitions start from 0. See the DocumentDB section of https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for more information. Required on PUT (CreateOrReplace) requests.
    database String
    The name of the DocumentDB database. Required on PUT (CreateOrReplace) requests.
    documentId String
    The name of the field in output events used to specify the primary key which insert or update operations are based on.
    partitionKey String
    The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.

    EventHubOutputDataSourceResponse

    EventHubName string
    The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
    PartitionKey string
    The key/column that is used to determine to which partition to send event data.
    ServiceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    EventHubName string
    The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
    PartitionKey string
    The key/column that is used to determine to which partition to send event data.
    ServiceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    eventHubName String
    The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
    partitionKey String
    The key/column that is used to determine to which partition to send event data.
    serviceBusNamespace String
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey String
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName String
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    eventHubName string
    The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
    partitionKey string
    The key/column that is used to determine to which partition to send event data.
    serviceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    event_hub_name str
    The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
    partition_key str
    The key/column that is used to determine to which partition to send event data.
    service_bus_namespace str
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    shared_access_policy_key str
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    shared_access_policy_name str
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    eventHubName String
    The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
    partitionKey String
    The key/column that is used to determine to which partition to send event data.
    serviceBusNamespace String
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey String
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName String
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

    JsonSerializationResponse

    Encoding string
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    Format string
    This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.
    Encoding string
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    Format string
    This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.
    encoding String
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    format String
    This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.
    encoding string
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    format string
    This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.
    encoding str
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    format str
    This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.
    encoding String
    Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
    format String
    This property only applies to JSON serialization of outputs only. It is not applicable to inputs. This property specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. Default value is 'lineSeparated' if left null.

    PowerBIOutputDataSourceResponse

    Dataset string
    The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
    GroupId string
    The ID of the Power BI group.
    GroupName string
    The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
    RefreshToken string
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    Table string
    The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
    TokenUserDisplayName string
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    TokenUserPrincipalName string
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    Dataset string
    The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
    GroupId string
    The ID of the Power BI group.
    GroupName string
    The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
    RefreshToken string
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    Table string
    The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
    TokenUserDisplayName string
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    TokenUserPrincipalName string
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    dataset String
    The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
    groupId String
    The ID of the Power BI group.
    groupName String
    The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
    refreshToken String
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    table String
    The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
    tokenUserDisplayName String
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    tokenUserPrincipalName String
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    dataset string
    The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
    groupId string
    The ID of the Power BI group.
    groupName string
    The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
    refreshToken string
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    table string
    The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
    tokenUserDisplayName string
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    tokenUserPrincipalName string
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    dataset str
    The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
    group_id str
    The ID of the Power BI group.
    group_name str
    The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
    refresh_token str
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    table str
    The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
    token_user_display_name str
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    token_user_principal_name str
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    dataset String
    The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
    groupId String
    The ID of the Power BI group.
    groupName String
    The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
    refreshToken String
    A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
    table String
    The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
    tokenUserDisplayName String
    The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
    tokenUserPrincipalName String
    The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

    ServiceBusQueueOutputDataSourceResponse

    PropertyColumns List<string>
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    QueueName string
    The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
    ServiceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    PropertyColumns []string
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    QueueName string
    The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
    ServiceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    propertyColumns List<String>
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    queueName String
    The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
    serviceBusNamespace String
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey String
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName String
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    propertyColumns string[]
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    queueName string
    The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
    serviceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    property_columns Sequence[str]
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    queue_name str
    The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
    service_bus_namespace str
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    shared_access_policy_key str
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    shared_access_policy_name str
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    propertyColumns List<String>
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    queueName String
    The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
    serviceBusNamespace String
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey String
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName String
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.

    ServiceBusTopicOutputDataSourceResponse

    PropertyColumns List<string>
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    ServiceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    TopicName string
    The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
    PropertyColumns []string
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    ServiceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    SharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    TopicName string
    The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
    propertyColumns List<String>
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    serviceBusNamespace String
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey String
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName String
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    topicName String
    The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
    propertyColumns string[]
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    serviceBusNamespace string
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey string
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName string
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    topicName string
    The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
    property_columns Sequence[str]
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    service_bus_namespace str
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    shared_access_policy_key str
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    shared_access_policy_name str
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    topic_name str
    The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
    propertyColumns List<String>
    A string array of the names of output columns to be attached to Service Bus messages as custom properties.
    serviceBusNamespace String
    The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyKey String
    The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
    sharedAccessPolicyName String
    The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
    topicName String
    The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.

    StorageAccountResponse

    AccountKey string
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    AccountName string
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    AccountKey string
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    AccountName string
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountKey String
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountName String
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountKey string
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountName string
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    account_key str
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    account_name str
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountKey String
    The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
    accountName String
    The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi