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.getStreamingJob
Explore with Pulumi AI
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 streaming job. API Version: 2016-03-01.
Using getStreamingJob
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 getStreamingJob(args: GetStreamingJobArgs, opts?: InvokeOptions): Promise<GetStreamingJobResult>
function getStreamingJobOutput(args: GetStreamingJobOutputArgs, opts?: InvokeOptions): Output<GetStreamingJobResult>
def get_streaming_job(expand: Optional[str] = None,
job_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamingJobResult
def get_streaming_job_output(expand: Optional[pulumi.Input[str]] = None,
job_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamingJobResult]
func LookupStreamingJob(ctx *Context, args *LookupStreamingJobArgs, opts ...InvokeOption) (*LookupStreamingJobResult, error)
func LookupStreamingJobOutput(ctx *Context, args *LookupStreamingJobOutputArgs, opts ...InvokeOption) LookupStreamingJobResultOutput
> Note: This function is named LookupStreamingJob
in the Go SDK.
public static class GetStreamingJob
{
public static Task<GetStreamingJobResult> InvokeAsync(GetStreamingJobArgs args, InvokeOptions? opts = null)
public static Output<GetStreamingJobResult> Invoke(GetStreamingJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStreamingJobResult> getStreamingJob(GetStreamingJobArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:streamanalytics:getStreamingJob
arguments:
# arguments dictionary
The following arguments are supported:
- Job
Name string - The name of the streaming job.
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Expand string
- The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.
- Job
Name string - The name of the streaming job.
- Resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- Expand string
- The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.
- job
Name String - The name of the streaming job.
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- expand String
- The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.
- job
Name string - The name of the streaming job.
- resource
Group stringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- expand string
- The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.
- job_
name str - The name of the streaming job.
- resource_
group_ strname - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- expand str
- The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.
- job
Name String - The name of the streaming job.
- resource
Group StringName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- expand String
- The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.
getStreamingJob Result
The following output properties are available:
- Created
Date string - Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
- Etag string
- The current entity tag for the streaming job. 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
- Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Job
Id string - A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- Job
State string - Describes the state of the streaming job.
- Last
Output stringEvent Time - Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
- Name string
- The name of the resource
- Provisioning
State string - Describes the provisioning status of the streaming job.
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Compatibility
Level string - Controls certain runtime behaviors of the streaming job.
- Data
Locale string - The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
- Events
Late intArrival Max Delay In Seconds - The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.
- Events
Out intOf Order Max Delay In Seconds - The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
- Events
Out stringOf Order Policy - Indicates the policy to apply to events that arrive out of order in the input event stream.
- Functions
List<Pulumi.
Azure Native. Stream Analytics. Outputs. Function Response> - A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- Inputs
List<Pulumi.
Azure Native. Stream Analytics. Outputs. Input Response> - A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.
- Location string
- The geo-location where the resource lives
- Output
Error stringPolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
- Output
Start stringMode - This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
- Output
Start stringTime - Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
- Outputs
List<Pulumi.
Azure Native. Stream Analytics. Outputs. Output Response> - A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.
- Sku
Pulumi.
Azure Native. Stream Analytics. Outputs. Sku Response - Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- Dictionary<string, string>
- Resource tags.
- Transformation
Pulumi.
Azure Native. Stream Analytics. Outputs. Transformation Response - Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- Created
Date string - Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
- Etag string
- The current entity tag for the streaming job. 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
- Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Job
Id string - A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- Job
State string - Describes the state of the streaming job.
- Last
Output stringEvent Time - Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
- Name string
- The name of the resource
- Provisioning
State string - Describes the provisioning status of the streaming job.
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Compatibility
Level string - Controls certain runtime behaviors of the streaming job.
- Data
Locale string - The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
- Events
Late intArrival Max Delay In Seconds - The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.
- Events
Out intOf Order Max Delay In Seconds - The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
- Events
Out stringOf Order Policy - Indicates the policy to apply to events that arrive out of order in the input event stream.
- Functions
[]Function
Response - A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- Inputs
[]Input
Response - A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.
- Location string
- The geo-location where the resource lives
- Output
Error stringPolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
- Output
Start stringMode - This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
- Output
Start stringTime - Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
- Outputs
[]Output
Response - A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.
- Sku
Sku
Response - Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- map[string]string
- Resource tags.
- Transformation
Transformation
Response - Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- created
Date String - Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
- etag String
- The current entity tag for the streaming job. 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
- Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- job
Id String - A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- job
State String - Describes the state of the streaming job.
- last
Output StringEvent Time - Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
- name String
- The name of the resource
- provisioning
State String - Describes the provisioning status of the streaming job.
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- compatibility
Level String - Controls certain runtime behaviors of the streaming job.
- data
Locale String - The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
- events
Late IntegerArrival Max Delay In Seconds - The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.
- events
Out IntegerOf Order Max Delay In Seconds - The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
- events
Out StringOf Order Policy - Indicates the policy to apply to events that arrive out of order in the input event stream.
- functions
List<Function
Response> - A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- inputs
List<Input
Response> - A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.
- location String
- The geo-location where the resource lives
- output
Error StringPolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
- output
Start StringMode - This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
- output
Start StringTime - Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
- outputs
List<Output
Response> - A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.
- sku
Sku
Response - Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- Map<String,String>
- Resource tags.
- transformation
Transformation
Response - Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- created
Date string - Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
- etag string
- The current entity tag for the streaming job. 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
- Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- job
Id string - A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- job
State string - Describes the state of the streaming job.
- last
Output stringEvent Time - Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
- name string
- The name of the resource
- provisioning
State string - Describes the provisioning status of the streaming job.
- type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- compatibility
Level string - Controls certain runtime behaviors of the streaming job.
- data
Locale string - The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
- events
Late numberArrival Max Delay In Seconds - The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.
- events
Out numberOf Order Max Delay In Seconds - The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
- events
Out stringOf Order Policy - Indicates the policy to apply to events that arrive out of order in the input event stream.
- functions
Function
Response[] - A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- inputs
Input
Response[] - A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.
- location string
- The geo-location where the resource lives
- output
Error stringPolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
- output
Start stringMode - This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
- output
Start stringTime - Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
- outputs
Output
Response[] - A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.
- sku
Sku
Response - Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- {[key: string]: string}
- Resource tags.
- transformation
Transformation
Response - Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- created_
date str - Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
- etag str
- The current entity tag for the streaming job. 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
- Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- job_
id str - A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- job_
state str - Describes the state of the streaming job.
- last_
output_ strevent_ time - Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
- name str
- The name of the resource
- provisioning_
state str - Describes the provisioning status of the streaming job.
- type str
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- compatibility_
level str - Controls certain runtime behaviors of the streaming job.
- data_
locale str - The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
- events_
late_ intarrival_ max_ delay_ in_ seconds - The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.
- events_
out_ intof_ order_ max_ delay_ in_ seconds - The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
- events_
out_ strof_ order_ policy - Indicates the policy to apply to events that arrive out of order in the input event stream.
- functions
Sequence[Function
Response] - A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- inputs
Sequence[Input
Response] - A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.
- location str
- The geo-location where the resource lives
- output_
error_ strpolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
- output_
start_ strmode - This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
- output_
start_ strtime - Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
- outputs
Sequence[Output
Response] - A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.
- sku
Sku
Response - Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- Mapping[str, str]
- Resource tags.
- transformation
Transformation
Response - Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- created
Date String - Value is an ISO-8601 formatted UTC timestamp indicating when the streaming job was created.
- etag String
- The current entity tag for the streaming job. 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
- Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- job
Id String - A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- job
State String - Describes the state of the streaming job.
- last
Output StringEvent Time - Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
- name String
- The name of the resource
- provisioning
State String - Describes the provisioning status of the streaming job.
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- compatibility
Level String - Controls certain runtime behaviors of the streaming job.
- data
Locale String - The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
- events
Late NumberArrival Max Delay In Seconds - The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.
- events
Out NumberOf Order Max Delay In Seconds - The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
- events
Out StringOf Order Policy - Indicates the policy to apply to events that arrive out of order in the input event stream.
- functions List<Property Map>
- A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
- inputs List<Property Map>
- A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.
- location String
- The geo-location where the resource lives
- output
Error StringPolicy - Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
- output
Start StringMode - This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
- output
Start StringTime - Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
- outputs List<Property Map>
- A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.
- sku Property Map
- Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- Map<String>
- Resource tags.
- transformation Property Map
- Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
Supporting Types
AvroSerializationResponse
AzureDataLakeStoreOutputDataSourceResponse
- Account
Name string - The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- Date
Format string - The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- File
Path stringPrefix - The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- Refresh
Token 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.
- Tenant
Id string - The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- Time
Format string - The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- Token
User stringDisplay Name - 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 stringPrincipal Name - 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 string - The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- Date
Format string - The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- File
Path stringPrefix - The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- Refresh
Token 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.
- Tenant
Id string - The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- Time
Format string - The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- Token
User stringDisplay Name - 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 stringPrincipal Name - 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 String - The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- date
Format String - The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- file
Path StringPrefix - The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- refresh
Token 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.
- tenant
Id String - The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- time
Format String - The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- token
User StringDisplay Name - 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 StringPrincipal Name - 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 string - The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- date
Format string - The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- file
Path stringPrefix - The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- refresh
Token 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.
- tenant
Id string - The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- time
Format string - The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- token
User stringDisplay Name - 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 stringPrincipal Name - 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_ strprefix - 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_ strdisplay_ name - 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_ strprincipal_ name - 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 String - The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- date
Format String - The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- file
Path StringPrefix - The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- refresh
Token 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.
- tenant
Id String - The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- time
Format String - The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- token
User StringDisplay Name - 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 StringPrincipal Name - 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.
AzureMachineLearningWebServiceFunctionBindingResponse
- Api
Key string - The API key used to authenticate with Request-Response endpoint.
- Batch
Size int - Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
- Endpoint string
- The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
- Inputs
Pulumi.
Azure Native. Stream Analytics. Inputs. Azure Machine Learning Web Service Inputs Response - The inputs for the Azure Machine Learning web service endpoint.
- Outputs
List<Pulumi.
Azure Native. Stream Analytics. Inputs. Azure Machine Learning Web Service Output Column Response> - A list of outputs from the Azure Machine Learning web service endpoint execution.
- Api
Key string - The API key used to authenticate with Request-Response endpoint.
- Batch
Size int - Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
- Endpoint string
- The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
- Inputs
Azure
Machine Learning Web Service Inputs Response - The inputs for the Azure Machine Learning web service endpoint.
- Outputs
[]Azure
Machine Learning Web Service Output Column Response - A list of outputs from the Azure Machine Learning web service endpoint execution.
- api
Key String - The API key used to authenticate with Request-Response endpoint.
- batch
Size Integer - Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
- endpoint String
- The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
- inputs
Azure
Machine Learning Web Service Inputs Response - The inputs for the Azure Machine Learning web service endpoint.
- outputs
List<Azure
Machine Learning Web Service Output Column Response> - A list of outputs from the Azure Machine Learning web service endpoint execution.
- api
Key string - The API key used to authenticate with Request-Response endpoint.
- batch
Size number - Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
- endpoint string
- The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
- inputs
Azure
Machine Learning Web Service Inputs Response - The inputs for the Azure Machine Learning web service endpoint.
- outputs
Azure
Machine Learning Web Service Output Column Response[] - A list of outputs from the Azure Machine Learning web service endpoint execution.
- api_
key str - The API key used to authenticate with Request-Response endpoint.
- batch_
size int - Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
- endpoint str
- The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
- inputs
Azure
Machine Learning Web Service Inputs Response - The inputs for the Azure Machine Learning web service endpoint.
- outputs
Sequence[Azure
Machine Learning Web Service Output Column Response] - A list of outputs from the Azure Machine Learning web service endpoint execution.
- api
Key String - The API key used to authenticate with Request-Response endpoint.
- batch
Size Number - Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.
- endpoint String
- The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
- inputs Property Map
- The inputs for the Azure Machine Learning web service endpoint.
- outputs List<Property Map>
- A list of outputs from the Azure Machine Learning web service endpoint execution.
AzureMachineLearningWebServiceInputColumnResponse
- Data
Type string - The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
- Map
To int - The zero based index of the function parameter this input maps to.
- Name string
- The name of the input column.
- Data
Type string - The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
- Map
To int - The zero based index of the function parameter this input maps to.
- Name string
- The name of the input column.
- data
Type String - The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
- map
To Integer - The zero based index of the function parameter this input maps to.
- name String
- The name of the input column.
- data
Type string - The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
- map
To number - The zero based index of the function parameter this input maps to.
- name string
- The name of the input column.
- data_
type str - The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
- map_
to int - The zero based index of the function parameter this input maps to.
- name str
- The name of the input column.
- data
Type String - The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
- map
To Number - The zero based index of the function parameter this input maps to.
- name String
- The name of the input column.
AzureMachineLearningWebServiceInputsResponse
- Column
Names List<Pulumi.Azure Native. Stream Analytics. Inputs. Azure Machine Learning Web Service Input Column Response> - A list of input columns for the Azure Machine Learning web service endpoint.
- Name string
- The name of the input. This is the name provided while authoring the endpoint.
- Column
Names []AzureMachine Learning Web Service Input Column Response - A list of input columns for the Azure Machine Learning web service endpoint.
- Name string
- The name of the input. This is the name provided while authoring the endpoint.
- column
Names List<AzureMachine Learning Web Service Input Column Response> - A list of input columns for the Azure Machine Learning web service endpoint.
- name String
- The name of the input. This is the name provided while authoring the endpoint.
- column
Names AzureMachine Learning Web Service Input Column Response[] - A list of input columns for the Azure Machine Learning web service endpoint.
- name string
- The name of the input. This is the name provided while authoring the endpoint.
- column_
names Sequence[AzureMachine Learning Web Service Input Column Response] - A list of input columns for the Azure Machine Learning web service endpoint.
- name str
- The name of the input. This is the name provided while authoring the endpoint.
- column
Names List<Property Map> - A list of input columns for the Azure Machine Learning web service endpoint.
- name String
- The name of the input. This is the name provided while authoring the endpoint.
AzureMachineLearningWebServiceOutputColumnResponse
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
- Account
Key string - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- Account
Name string - 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 List<string>Remove - If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- Partition
Key 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.
- Row
Key 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 string - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- Account
Name string - 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 []stringRemove - If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- Partition
Key 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.
- Row
Key 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 String - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Name String - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- batch
Size Integer - The number of rows to write to the Azure Table at a time.
- columns
To List<String>Remove - If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- partition
Key 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.
- row
Key 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 string - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Name string - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- batch
Size number - The number of rows to write to the Azure Table at a time.
- columns
To string[]Remove - If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- partition
Key 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.
- row
Key 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_ Sequence[str]remove - 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.
- account
Key String - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Name String - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- batch
Size Number - The number of rows to write to the Azure Table at a time.
- columns
To List<String>Remove - If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- partition
Key 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.
- row
Key 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.
- Date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- Path
Pattern 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.
- Storage
Accounts List<Pulumi.Azure Native. Stream Analytics. Inputs. Storage Account Response> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- Time
Format 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.
- Date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- Path
Pattern 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.
- Storage
Accounts []StorageAccount Response - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- Time
Format 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.
- date
Format String - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- storage
Accounts List<StorageAccount Response> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format 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.
- date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- storage
Accounts StorageAccount Response[] - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format 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[StorageAccount Response] - 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.
- date
Format String - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- storage
Accounts List<Property Map> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format String - The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
BlobReferenceInputDataSourceResponse
- 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.
- Date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- Path
Pattern 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.
- Storage
Accounts List<Pulumi.Azure Native. Stream Analytics. Inputs. Storage Account Response> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- Time
Format 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.
- Date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- Path
Pattern 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.
- Storage
Accounts []StorageAccount Response - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- Time
Format 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.
- date
Format String - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- storage
Accounts List<StorageAccount Response> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format 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.
- date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- storage
Accounts StorageAccount Response[] - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format 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[StorageAccount Response] - 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.
- date
Format String - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- storage
Accounts List<Property Map> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format String - The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
BlobStreamInputDataSourceResponse
- 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.
- Date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- Path
Pattern 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.
- Source
Partition intCount - The partition count of the blob input data source. Range 1 - 1024.
- Storage
Accounts List<Pulumi.Azure Native. Stream Analytics. Inputs. Storage Account Response> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- Time
Format 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.
- Date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- Path
Pattern 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.
- Source
Partition intCount - The partition count of the blob input data source. Range 1 - 1024.
- Storage
Accounts []StorageAccount Response - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- Time
Format 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.
- date
Format String - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- source
Partition IntegerCount - The partition count of the blob input data source. Range 1 - 1024.
- storage
Accounts List<StorageAccount Response> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format 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.
- date
Format string - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- source
Partition numberCount - The partition count of the blob input data source. Range 1 - 1024.
- storage
Accounts StorageAccount Response[] - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format 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.
- source_
partition_ intcount - The partition count of the blob input data source. Range 1 - 1024.
- storage_
accounts Sequence[StorageAccount Response] - 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.
- date
Format String - The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- path
Pattern 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.
- source
Partition NumberCount - The partition count of the blob input data source. Range 1 - 1024.
- storage
Accounts List<Property Map> - A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- time
Format 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.
- Field
Delimiter 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.
- Field
Delimiter 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.
- field
Delimiter 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.
- field
Delimiter 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.
- field
Delimiter 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.
Azure Native. Stream Analytics. Inputs. Diagnostic Condition Response> - A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
- Conditions
[]Diagnostic
Condition Response - A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
- conditions
List<Diagnostic
Condition Response> - A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
- conditions
Diagnostic
Condition Response[] - A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
- conditions
Sequence[Diagnostic
Condition Response] - 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
- Account
Id string - The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- Account
Key string - The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- Collection
Name stringPattern - 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.
- Document
Id string - The name of the field in output events used to specify the primary key which insert or update operations are based on.
- Partition
Key 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 string - The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- Account
Key string - The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- Collection
Name stringPattern - 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.
- Document
Id string - The name of the field in output events used to specify the primary key which insert or update operations are based on.
- Partition
Key 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 String - The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- account
Key String - The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- collection
Name StringPattern - 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.
- document
Id String - The name of the field in output events used to specify the primary key which insert or update operations are based on.
- partition
Key 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 string - The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- account
Key string - The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- collection
Name stringPattern - 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.
- document
Id string - The name of the field in output events used to specify the primary key which insert or update operations are based on.
- partition
Key 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_ strpattern - 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.
- account
Id String - The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- account
Key String - The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- collection
Name StringPattern - 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.
- document
Id String - The name of the field in output events used to specify the primary key which insert or update operations are based on.
- partition
Key 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
- Event
Hub stringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- Partition
Key string - The key/column that is used to determine to which partition to send event data.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- Event
Hub stringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- Partition
Key string - The key/column that is used to determine to which partition to send event data.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- event
Hub StringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partition
Key String - The key/column that is used to determine to which partition to send event data.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- event
Hub stringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partition
Key string - The key/column that is used to determine to which partition to send event data.
- service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- event_
hub_ strname - 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_ strnamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- event
Hub StringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partition
Key String - The key/column that is used to determine to which partition to send event data.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
EventHubStreamInputDataSourceResponse
- Consumer
Group stringName - The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.
- Event
Hub stringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- Consumer
Group stringName - The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.
- Event
Hub stringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- consumer
Group StringName - The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.
- event
Hub StringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- consumer
Group stringName - The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.
- event
Hub stringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- consumer_
group_ strname - The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.
- event_
hub_ strname - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- service_
bus_ strnamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- consumer
Group StringName - The name of an Event Hub Consumer Group that should be used to read events from the Event Hub. Specifying distinct consumer group names for multiple inputs allows each of those inputs to receive the same events from the Event Hub. If not specified, the input uses the Event Hub’s default consumer group.
- event
Hub StringName - The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
FunctionInputResponse
- Data
Type string - The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- Is
Configuration boolParameter - A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
- Data
Type string - The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- Is
Configuration boolParameter - A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
- data
Type String - The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- is
Configuration BooleanParameter - A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
- data
Type string - The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- is
Configuration booleanParameter - A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
- data_
type str - The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- is_
configuration_ boolparameter - A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
- data
Type String - The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- is
Configuration BooleanParameter - A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.
FunctionOutputResponse
- Data
Type string - The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- Data
Type string - The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- data
Type String - The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- data
Type string - The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- data_
type str - The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
- data
Type String - The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
FunctionResponse
- Id string
- Resource Id
- Type string
- Resource type
- Name string
- Resource name
- Properties
Pulumi.
Azure Native. Stream Analytics. Inputs. Scalar Function Properties Response - The properties that are associated with a function.
- Id string
- Resource Id
- Type string
- Resource type
- Name string
- Resource name
- Properties
Scalar
Function Properties Response - The properties that are associated with a function.
- id String
- Resource Id
- type String
- Resource type
- name String
- Resource name
- properties
Scalar
Function Properties Response - The properties that are associated with a function.
- id string
- Resource Id
- type string
- Resource type
- name string
- Resource name
- properties
Scalar
Function Properties Response - The properties that are associated with a function.
- id str
- Resource Id
- type str
- Resource type
- name str
- Resource name
- properties
Scalar
Function Properties Response - The properties that are associated with a function.
- id String
- Resource Id
- type String
- Resource type
- name String
- Resource name
- properties Property Map
- The properties that are associated with a function.
InputResponse
- Id string
- Resource Id
- Type string
- Resource type
- Name string
- Resource name
- Properties
Pulumi.
Azure | Pulumi.Native. Stream Analytics. Inputs. Reference Input Properties Response Azure Native. Stream Analytics. Inputs. Stream Input Properties Response - The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
- Id string
- Resource Id
- Type string
- Resource type
- Name string
- Resource name
- Properties
Reference
Input | StreamProperties Response Input Properties Response - The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
- id String
- Resource Id
- type String
- Resource type
- name String
- Resource name
- properties
Reference
Input | StreamProperties Response Input Properties Response - The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
- id string
- Resource Id
- type string
- Resource type
- name string
- Resource name
- properties
Reference
Input | StreamProperties Response Input Properties Response - The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
- id str
- Resource Id
- type str
- Resource type
- name str
- Resource name
- properties
Reference
Input | StreamProperties Response Input Properties Response - The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
- id String
- Resource Id
- type String
- Resource type
- name String
- Resource name
- properties Property Map | Property Map
- The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
IoTHubStreamInputDataSourceResponse
- Consumer
Group stringName - The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.
- Endpoint string
- The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
- Iot
Hub stringNamespace - The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.
- Consumer
Group stringName - The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.
- Endpoint string
- The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
- Iot
Hub stringNamespace - The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.
- consumer
Group StringName - The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.
- endpoint String
- The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
- iot
Hub StringNamespace - The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.
- consumer
Group stringName - The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.
- endpoint string
- The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
- iot
Hub stringNamespace - The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.
- consumer_
group_ strname - The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.
- endpoint str
- The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
- iot_
hub_ strnamespace - The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.
- consumer
Group StringName - The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.
- endpoint String
- The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).
- iot
Hub StringNamespace - The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.
JavaScriptFunctionBindingResponse
- Script string
- The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'
- Script string
- The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'
- script String
- The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'
- script string
- The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'
- script str
- The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'
- script String
- The JavaScript code containing a single function definition. For example: 'function (x, y) { return x + y; }'
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.
OutputResponse
- Diagnostics
Pulumi.
Azure Native. Stream Analytics. Inputs. Diagnostics Response - 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.
Azure | Pulumi.Native. Stream Analytics. Inputs. Azure Data Lake Store Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Azure Sql Database Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Azure Table Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Blob Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Document Db Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Event Hub Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Power BIOutput Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Service Bus Queue Output Data Source Response Azure Native. Stream Analytics. Inputs. Service Bus Topic Output Data Source Response - Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
- Name string
- Resource name
- Serialization
Pulumi.
Azure | Pulumi.Native. Stream Analytics. Inputs. Avro Serialization Response Azure | Pulumi.Native. Stream Analytics. Inputs. Csv Serialization Response Azure Native. Stream Analytics. Inputs. Json Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- Diagnostics
Diagnostics
Response - 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
Azure
Data | AzureLake Store Output Data Source Response Sql | AzureDatabase Output Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | PowerOutput Data Source Response BIOutput | ServiceData Source Response Bus | ServiceQueue Output Data Source Response Bus Topic Output Data Source Response - Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
- Name string
- Resource name
- Serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - 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
Azure
Data | AzureLake Store Output Data Source Response Sql | AzureDatabase Output Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | PowerOutput Data Source Response BIOutput | ServiceData Source Response Bus | ServiceQueue Output Data Source Response Bus Topic Output Data Source Response - Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
- name String
- Resource name
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - 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
Azure
Data | AzureLake Store Output Data Source Response Sql | AzureDatabase Output Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | PowerOutput Data Source Response BIOutput | ServiceData Source Response Bus | ServiceQueue Output Data Source Response Bus Topic Output Data Source Response - Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
- name string
- Resource name
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - 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
Azure
Data | AzureLake Store Output Data Source Response Sql | AzureDatabase Output Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | PowerOutput Data Source Response BIOutput | ServiceData Source Response Bus | ServiceQueue Output Data Source Response Bus Topic Output Data Source Response - Describes the data source that output will be written to. Required on PUT (CreateOrReplace) requests.
- name str
- Resource name
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - 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.
PowerBIOutputDataSourceResponse
- Dataset string
- The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
- Group
Id string - The ID of the Power BI group.
- Group
Name string - The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- Refresh
Token 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.
- Token
User stringDisplay Name - 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 stringPrincipal Name - 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.
- Group
Id string - The ID of the Power BI group.
- Group
Name string - The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- Refresh
Token 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.
- Token
User stringDisplay Name - 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 stringPrincipal Name - 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.
- group
Id String - The ID of the Power BI group.
- group
Name String - The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- refresh
Token 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.
- token
User StringDisplay Name - 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 StringPrincipal Name - 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.
- group
Id string - The ID of the Power BI group.
- group
Name string - The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- refresh
Token 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.
- token
User stringDisplay Name - 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 stringPrincipal Name - 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_ strdisplay_ name - 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_ strprincipal_ name - 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.
- group
Id String - The ID of the Power BI group.
- group
Name String - The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- refresh
Token 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.
- token
User StringDisplay Name - 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 StringPrincipal Name - 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.
ReferenceInputPropertiesResponse
- Diagnostics
Pulumi.
Azure Native. Stream Analytics. Inputs. Diagnostics Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- Etag string
- The current entity tag for the input. 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.
- Datasource
Pulumi.
Azure Native. Stream Analytics. Inputs. Blob Reference Input Data Source Response - Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- Serialization
Pulumi.
Azure | Pulumi.Native. Stream Analytics. Inputs. Avro Serialization Response Azure | Pulumi.Native. Stream Analytics. Inputs. Csv Serialization Response Azure Native. Stream Analytics. Inputs. Json Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- Diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- Etag string
- The current entity tag for the input. 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.
- Datasource
Blob
Reference Input Data Source Response - Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- Serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag String
- The current entity tag for the input. 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.
- datasource
Blob
Reference Input Data Source Response - Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag string
- The current entity tag for the input. 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.
- datasource
Blob
Reference Input Data Source Response - Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag str
- The current entity tag for the input. 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.
- datasource
Blob
Reference Input Data Source Response - Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - 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 input. 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.
- datasource Property Map
- Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- 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.
ScalarFunctionPropertiesResponse
- Etag string
- The current entity tag for the function. 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.
- Binding
Pulumi.
Azure | Pulumi.Native. Stream Analytics. Inputs. Azure Machine Learning Web Service Function Binding Response Azure Native. Stream Analytics. Inputs. Java Script Function Binding Response - The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
- Inputs
List<Pulumi.
Azure Native. Stream Analytics. Inputs. Function Input Response> - A list of inputs describing the parameters of the function.
- Output
Pulumi.
Azure Native. Stream Analytics. Inputs. Function Output Response - The output of the function.
- Etag string
- The current entity tag for the function. 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.
- Binding
Azure
Machine | JavaLearning Web Service Function Binding Response Script Function Binding Response - The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
- Inputs
[]Function
Input Response - A list of inputs describing the parameters of the function.
- Output
Function
Output Response - The output of the function.
- etag String
- The current entity tag for the function. 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.
- binding
Azure
Machine | JavaLearning Web Service Function Binding Response Script Function Binding Response - The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
- inputs
List<Function
Input Response> - A list of inputs describing the parameters of the function.
- output
Function
Output Response - The output of the function.
- etag string
- The current entity tag for the function. 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.
- binding
Azure
Machine | JavaLearning Web Service Function Binding Response Script Function Binding Response - The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
- inputs
Function
Input Response[] - A list of inputs describing the parameters of the function.
- output
Function
Output Response - The output of the function.
- etag str
- The current entity tag for the function. 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.
- binding
Azure
Machine | JavaLearning Web Service Function Binding Response Script Function Binding Response - The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
- inputs
Sequence[Function
Input Response] - A list of inputs describing the parameters of the function.
- output
Function
Output Response - The output of the function.
- etag String
- The current entity tag for the function. 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.
- binding Property Map | Property Map
- The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
- inputs List<Property Map>
- A list of inputs describing the parameters of the function.
- output Property Map
- The output of the function.
ServiceBusQueueOutputDataSourceResponse
- Property
Columns List<string> - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- Queue
Name string - The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- Property
Columns []string - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- Queue
Name string - The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- property
Columns List<String> - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- queue
Name String - The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- property
Columns string[] - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- queue
Name string - The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- 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_ strnamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- property
Columns List<String> - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- queue
Name String - The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
ServiceBusTopicOutputDataSourceResponse
- Property
Columns List<string> - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- Topic
Name string - The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- Property
Columns []string - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- Service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- Topic
Name string - The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- property
Columns List<String> - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- topic
Name String - The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- property
Columns string[] - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- service
Bus stringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- string
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- topic
Name 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_ strnamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- str
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- 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.
- property
Columns List<String> - A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- service
Bus StringNamespace - The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
- String
- The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
- topic
Name String - The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
SkuResponse
- Name string
- The name of the SKU. Required on PUT (CreateOrReplace) requests.
- Name string
- The name of the SKU. Required on PUT (CreateOrReplace) requests.
- name String
- The name of the SKU. Required on PUT (CreateOrReplace) requests.
- name string
- The name of the SKU. Required on PUT (CreateOrReplace) requests.
- name str
- The name of the SKU. Required on PUT (CreateOrReplace) requests.
- name String
- The name of the SKU. Required on PUT (CreateOrReplace) requests.
StorageAccountResponse
- Account
Key string - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- Account
Name string - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- Account
Key string - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- Account
Name string - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Key String - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Name String - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Key string - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Name 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.
- account
Key String - The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account
Name String - The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
StreamInputPropertiesResponse
- Diagnostics
Pulumi.
Azure Native. Stream Analytics. Inputs. Diagnostics Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- Etag string
- The current entity tag for the input. 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.
- Datasource
Pulumi.
Azure | Pulumi.Native. Stream Analytics. Inputs. Blob Stream Input Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Event Hub Stream Input Data Source Response Azure Native. Stream Analytics. Inputs. Io THub Stream Input Data Source Response - Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- Serialization
Pulumi.
Azure | Pulumi.Native. Stream Analytics. Inputs. Avro Serialization Response Azure | Pulumi.Native. Stream Analytics. Inputs. Csv Serialization Response Azure Native. Stream Analytics. Inputs. Json Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- Diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- Etag string
- The current entity tag for the input. 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.
- Datasource
Blob
Stream | EventInput Data Source Response Hub | IoStream Input Data Source Response THub Stream Input Data Source Response - Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- Serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag String
- The current entity tag for the input. 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.
- datasource
Blob
Stream | EventInput Data Source Response Hub | IoStream Input Data Source Response THub Stream Input Data Source Response - Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag string
- The current entity tag for the input. 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.
- datasource
Blob
Stream | EventInput Data Source Response Hub | IoStream Input Data Source Response THub Stream Input Data Source Response - Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - Describes how data from an input is serialized or how data is serialized when written to an output. Required on PUT (CreateOrReplace) requests.
- diagnostics
Diagnostics
Response - Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag str
- The current entity tag for the input. 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.
- datasource
Blob
Stream | EventInput Data Source Response Hub | IoStream Input Data Source Response THub Stream Input Data Source Response - Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- serialization
Avro
Serialization | CsvResponse Serialization | JsonResponse Serialization Response - 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 input. 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.
- datasource Property Map | Property Map | Property Map
- Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- 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.
TransformationResponse
- Etag string
- The current entity tag for the transformation. 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
- Name string
- Resource name
- Query string
- Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
- Streaming
Units int - Specifies the number of streaming units that the streaming job uses.
- Etag string
- The current entity tag for the transformation. 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
- Name string
- Resource name
- Query string
- Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
- Streaming
Units int - Specifies the number of streaming units that the streaming job uses.
- etag String
- The current entity tag for the transformation. 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
- name String
- Resource name
- query String
- Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
- streaming
Units Integer - Specifies the number of streaming units that the streaming job uses.
- etag string
- The current entity tag for the transformation. 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
- name string
- Resource name
- query string
- Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
- streaming
Units number - Specifies the number of streaming units that the streaming job uses.
- etag str
- The current entity tag for the transformation. 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
- name str
- Resource name
- query str
- Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
- streaming_
units int - Specifies the number of streaming units that the streaming job uses.
- etag String
- The current entity tag for the transformation. 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
- name String
- Resource name
- query String
- Specifies the query that will be run in the streaming job. You can learn more about the Stream Analytics Query Language (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT (CreateOrReplace) requests.
- streaming
Units Number - Specifies the number of streaming units that the streaming job uses.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
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