This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.streamanalytics.getStreamingJob
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets details about the specified streaming job. Azure REST API version: 2020-03-01.
Other available API versions: 2017-04-01-preview, 2021-10-01-preview.
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)
public static Output<GetStreamingJobResult> getStreamingJob(GetStreamingJobArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:streamanalytics:getStreamingJob
  arguments:
    # arguments dictionaryThe following arguments are supported:
- JobName string
- The name of the streaming job.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- 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'.
- JobName string
- The name of the streaming job.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- 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'.
- jobName String
- The name of the streaming job.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- 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'.
- jobName string
- The name of the streaming job.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- 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. The name is case insensitive.
- 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'.
- jobName String
- The name of the streaming job.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- 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:
- CreatedDate 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}
- JobId string
- A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- JobState string
- Describes the state of the streaming job.
- LastOutput 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
- ProvisioningState string
- Describes the provisioning status of the streaming job.
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Cluster
Pulumi.Azure Native. Stream Analytics. Outputs. Cluster Info Response 
- The cluster which streaming jobs will run on.
- CompatibilityLevel string
- Controls certain runtime behaviors of the streaming job.
- ContentStorage stringPolicy 
- Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .
- DataLocale 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.
- EventsLate 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.
- EventsOut 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.
- EventsOut 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.
- Identity
Pulumi.Azure Native. Stream Analytics. Outputs. Identity Response 
- Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.
- 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.
- JobStorage Pulumi.Account Azure Native. Stream Analytics. Outputs. Job Storage Account Response 
- The properties that are associated with an Azure Storage account with MSI
- JobType string
- Describes the type of the job. Valid modes are Cloudand 'Edge'.
- Location string
- The geo-location where the resource lives
- OutputError 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).
- OutputStart 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.
- OutputStart 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.
- CreatedDate 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}
- JobId string
- A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- JobState string
- Describes the state of the streaming job.
- LastOutput 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
- ProvisioningState string
- Describes the provisioning status of the streaming job.
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Cluster
ClusterInfo Response 
- The cluster which streaming jobs will run on.
- CompatibilityLevel string
- Controls certain runtime behaviors of the streaming job.
- ContentStorage stringPolicy 
- Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .
- DataLocale 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.
- EventsLate 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.
- EventsOut 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.
- EventsOut stringOf Order Policy 
- Indicates the policy to apply to events that arrive out of order in the input event stream.
- Functions
[]FunctionResponse 
- 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.
- Identity
IdentityResponse 
- Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.
- Inputs
[]InputResponse 
- 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.
- JobStorage JobAccount Storage Account Response 
- The properties that are associated with an Azure Storage account with MSI
- JobType string
- Describes the type of the job. Valid modes are Cloudand 'Edge'.
- Location string
- The geo-location where the resource lives
- OutputError 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).
- OutputStart 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.
- OutputStart 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
[]OutputResponse 
- 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
SkuResponse 
- Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- map[string]string
- Resource tags.
- Transformation
TransformationResponse 
- 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.
- createdDate 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}
- jobId String
- A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- jobState String
- Describes the state of the streaming job.
- lastOutput 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
- provisioningState String
- Describes the provisioning status of the streaming job.
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- cluster
ClusterInfo Response 
- The cluster which streaming jobs will run on.
- compatibilityLevel String
- Controls certain runtime behaviors of the streaming job.
- contentStorage StringPolicy 
- Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .
- dataLocale 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.
- eventsLate 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.
- eventsOut 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.
- eventsOut StringOf Order Policy 
- Indicates the policy to apply to events that arrive out of order in the input event stream.
- functions
List<FunctionResponse> 
- 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.
- identity
IdentityResponse 
- Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.
- inputs
List<InputResponse> 
- 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.
- jobStorage JobAccount Storage Account Response 
- The properties that are associated with an Azure Storage account with MSI
- jobType String
- Describes the type of the job. Valid modes are Cloudand 'Edge'.
- location String
- The geo-location where the resource lives
- outputError 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).
- outputStart 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.
- outputStart 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<OutputResponse> 
- 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
SkuResponse 
- Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- Map<String,String>
- Resource tags.
- transformation
TransformationResponse 
- 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.
- createdDate 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}
- jobId string
- A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- jobState string
- Describes the state of the streaming job.
- lastOutput 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
- provisioningState string
- Describes the provisioning status of the streaming job.
- type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- cluster
ClusterInfo Response 
- The cluster which streaming jobs will run on.
- compatibilityLevel string
- Controls certain runtime behaviors of the streaming job.
- contentStorage stringPolicy 
- Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .
- dataLocale 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.
- eventsLate 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.
- eventsOut 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.
- eventsOut stringOf Order Policy 
- Indicates the policy to apply to events that arrive out of order in the input event stream.
- functions
FunctionResponse[] 
- 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.
- identity
IdentityResponse 
- Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.
- inputs
InputResponse[] 
- 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.
- jobStorage JobAccount Storage Account Response 
- The properties that are associated with an Azure Storage account with MSI
- jobType string
- Describes the type of the job. Valid modes are Cloudand 'Edge'.
- location string
- The geo-location where the resource lives
- outputError 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).
- outputStart 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.
- outputStart 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
OutputResponse[] 
- 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
SkuResponse 
- Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- {[key: string]: string}
- Resource tags.
- transformation
TransformationResponse 
- 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.
- cluster
ClusterInfo Response 
- The cluster which streaming jobs will run on.
- compatibility_level str
- Controls certain runtime behaviors of the streaming job.
- content_storage_ strpolicy 
- Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .
- 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[FunctionResponse] 
- 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.
- identity
IdentityResponse 
- Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.
- inputs
Sequence[InputResponse] 
- 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.
- job_storage_ Jobaccount Storage Account Response 
- The properties that are associated with an Azure Storage account with MSI
- job_type str
- Describes the type of the job. Valid modes are Cloudand 'Edge'.
- 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[OutputResponse] 
- 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
SkuResponse 
- Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
- Mapping[str, str]
- Resource tags.
- transformation
TransformationResponse 
- 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.
- createdDate 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}
- jobId String
- A GUID uniquely identifying the streaming job. This GUID is generated upon creation of the streaming job.
- jobState String
- Describes the state of the streaming job.
- lastOutput 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
- provisioningState String
- Describes the provisioning status of the streaming job.
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- cluster Property Map
- The cluster which streaming jobs will run on.
- compatibilityLevel String
- Controls certain runtime behaviors of the streaming job.
- contentStorage StringPolicy 
- Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. .
- dataLocale 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.
- eventsLate 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.
- eventsOut 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.
- eventsOut 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.
- identity Property Map
- Describes the system-assigned managed identity assigned to this job that can be used to authenticate with inputs and outputs.
- 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.
- jobStorage Property MapAccount 
- The properties that are associated with an Azure Storage account with MSI
- jobType String
- Describes the type of the job. Valid modes are Cloudand 'Edge'.
- location String
- The geo-location where the resource lives
- outputError 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).
- outputStart 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.
- outputStart 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
AggregateFunctionPropertiesResponse   
- 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> 
- Output
Pulumi.Azure Native. Stream Analytics. Inputs. Function Output Response 
- Describes the output of a 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
AzureMachine | 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
[]FunctionInput Response 
- Output
FunctionOutput Response 
- Describes the output of a 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
AzureMachine | 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<FunctionInput Response> 
- output
FunctionOutput Response 
- Describes the output of a 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
AzureMachine | 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
FunctionInput Response[] 
- output
FunctionOutput Response 
- Describes the output of a 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
AzureMachine | 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[FunctionInput Response] 
- output
FunctionOutput Response 
- Describes the output of a 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>
- output Property Map
- Describes the output of a function.
AvroSerializationResponse  
AzureDataLakeStoreOutputDataSourceResponse       
- AccountName string
- The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- AuthenticationMode string
- Authentication Mode.
- DateFormat string
- The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- FilePath stringPrefix 
- The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- RefreshToken string
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- TenantId string
- The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- TokenUser 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.
- TokenUser 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.
- AccountName string
- The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- AuthenticationMode string
- Authentication Mode.
- DateFormat string
- The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- FilePath stringPrefix 
- The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- RefreshToken string
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- TenantId string
- The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- TokenUser 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.
- TokenUser 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.
- accountName String
- The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- authenticationMode String
- Authentication Mode.
- dateFormat String
- The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- filePath StringPrefix 
- The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- refreshToken String
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- tenantId String
- The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- tokenUser 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.
- tokenUser 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.
- accountName string
- The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- authenticationMode string
- Authentication Mode.
- dateFormat string
- The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- filePath stringPrefix 
- The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- refreshToken string
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- tenantId string
- The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- timeFormat string
- The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- tokenUser 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.
- tokenUser 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.
- authentication_mode str
- Authentication Mode.
- 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.
- accountName String
- The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.
- authenticationMode String
- Authentication Mode.
- dateFormat String
- The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.
- filePath StringPrefix 
- The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.
- refreshToken String
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- tenantId String
- The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.
- tokenUser 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.
- tokenUser 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.
AzureFunctionOutputDataSourceResponse     
- ApiKey string
- If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function.
- FunctionApp stringName 
- The name of your Azure Functions app.
- FunctionName string
- The name of the function in your Azure Functions app.
- MaxBatch doubleCount 
- A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.
- MaxBatch doubleSize 
- A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).
- ApiKey string
- If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function.
- FunctionApp stringName 
- The name of your Azure Functions app.
- FunctionName string
- The name of the function in your Azure Functions app.
- MaxBatch float64Count 
- A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.
- MaxBatch float64Size 
- A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).
- apiKey String
- If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function.
- functionApp StringName 
- The name of your Azure Functions app.
- functionName String
- The name of the function in your Azure Functions app.
- maxBatch DoubleCount 
- A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.
- maxBatch DoubleSize 
- A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).
- apiKey string
- If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function.
- functionApp stringName 
- The name of your Azure Functions app.
- functionName string
- The name of the function in your Azure Functions app.
- maxBatch numberCount 
- A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.
- maxBatch numberSize 
- A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).
- api_key str
- If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function.
- function_app_ strname 
- The name of your Azure Functions app.
- function_name str
- The name of the function in your Azure Functions app.
- max_batch_ floatcount 
- A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.
- max_batch_ floatsize 
- A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).
- apiKey String
- If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function.
- functionApp StringName 
- The name of your Azure Functions app.
- functionName String
- The name of the function in your Azure Functions app.
- maxBatch NumberCount 
- A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.
- maxBatch NumberSize 
- A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).
AzureMachineLearningWebServiceFunctionBindingResponse       
- ApiKey string
- The API key used to authenticate with Request-Response endpoint.
- BatchSize 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.
- ApiKey string
- The API key used to authenticate with Request-Response endpoint.
- BatchSize 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
AzureMachine Learning Web Service Inputs Response 
- The inputs for the Azure Machine Learning web service endpoint.
- Outputs
[]AzureMachine Learning Web Service Output Column Response 
- A list of outputs from the Azure Machine Learning web service endpoint execution.
- apiKey String
- The API key used to authenticate with Request-Response endpoint.
- batchSize 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
AzureMachine Learning Web Service Inputs Response 
- The inputs for the Azure Machine Learning web service endpoint.
- outputs
List<AzureMachine Learning Web Service Output Column Response> 
- A list of outputs from the Azure Machine Learning web service endpoint execution.
- apiKey string
- The API key used to authenticate with Request-Response endpoint.
- batchSize 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
AzureMachine Learning Web Service Inputs Response 
- The inputs for the Azure Machine Learning web service endpoint.
- outputs
AzureMachine 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
AzureMachine Learning Web Service Inputs Response 
- The inputs for the Azure Machine Learning web service endpoint.
- outputs
Sequence[AzureMachine Learning Web Service Output Column Response] 
- A list of outputs from the Azure Machine Learning web service endpoint execution.
- apiKey String
- The API key used to authenticate with Request-Response endpoint.
- batchSize 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       
- DataType 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 .
- MapTo int
- The zero based index of the function parameter this input maps to.
- Name string
- The name of the input column.
- DataType 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 .
- MapTo int
- The zero based index of the function parameter this input maps to.
- Name string
- The name of the input column.
- dataType 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 .
- mapTo Integer
- The zero based index of the function parameter this input maps to.
- name String
- The name of the input column.
- dataType 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 .
- mapTo 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.
- dataType 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 .
- mapTo Number
- The zero based index of the function parameter this input maps to.
- name String
- The name of the input column.
AzureMachineLearningWebServiceInputsResponse      
- ColumnNames 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.
- ColumnNames []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.
- columnNames 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.
- columnNames 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.
- columnNames 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      
- AuthenticationMode string
- Authentication Mode.
- Database string
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- MaxBatch doubleCount 
- Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
- MaxWriter doubleCount 
- Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT 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.
- AuthenticationMode string
- Authentication Mode.
- Database string
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- MaxBatch float64Count 
- Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
- MaxWriter float64Count 
- Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT 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.
- authenticationMode String
- Authentication Mode.
- database String
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- maxBatch DoubleCount 
- Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
- maxWriter DoubleCount 
- Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT 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.
- authenticationMode string
- Authentication Mode.
- database string
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- maxBatch numberCount 
- Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
- maxWriter numberCount 
- Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT 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.
- authentication_mode str
- Authentication Mode.
- database str
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- max_batch_ floatcount 
- Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
- max_writer_ floatcount 
- Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT 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.
- authenticationMode String
- Authentication Mode.
- database String
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- maxBatch NumberCount 
- Max Batch count for write to Sql database, the default value is 10,000. Optional on PUT requests.
- maxWriter NumberCount 
- Max Writer count, currently only 1(single writer) and 0(based on query partition) are available. Optional on PUT 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.
AzureSqlReferenceInputDataSourceResponse      
- Database string
- This element is associated with the datasource element. This is the name of the database that output will be written to.
- DeltaSnapshot stringQuery 
- This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database.
- FullSnapshot stringQuery 
- This element is associated with the datasource element. This query is used to fetch data from the sql database.
- Password string
- This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance.
- RefreshRate string
- This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format.
- RefreshType string
- Indicates the type of data refresh option.
- Server string
- This element is associated with the datasource element. This is the name of the server that contains the database that will be written to.
- Table string
- This element is associated with the datasource element. The name of the table in the Azure SQL database..
- User string
- This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance.
- Database string
- This element is associated with the datasource element. This is the name of the database that output will be written to.
- DeltaSnapshot stringQuery 
- This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database.
- FullSnapshot stringQuery 
- This element is associated with the datasource element. This query is used to fetch data from the sql database.
- Password string
- This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance.
- RefreshRate string
- This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format.
- RefreshType string
- Indicates the type of data refresh option.
- Server string
- This element is associated with the datasource element. This is the name of the server that contains the database that will be written to.
- Table string
- This element is associated with the datasource element. The name of the table in the Azure SQL database..
- User string
- This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance.
- database String
- This element is associated with the datasource element. This is the name of the database that output will be written to.
- deltaSnapshot StringQuery 
- This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database.
- fullSnapshot StringQuery 
- This element is associated with the datasource element. This query is used to fetch data from the sql database.
- password String
- This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance.
- refreshRate String
- This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format.
- refreshType String
- Indicates the type of data refresh option.
- server String
- This element is associated with the datasource element. This is the name of the server that contains the database that will be written to.
- table String
- This element is associated with the datasource element. The name of the table in the Azure SQL database..
- user String
- This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance.
- database string
- This element is associated with the datasource element. This is the name of the database that output will be written to.
- deltaSnapshot stringQuery 
- This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database.
- fullSnapshot stringQuery 
- This element is associated with the datasource element. This query is used to fetch data from the sql database.
- password string
- This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance.
- refreshRate string
- This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format.
- refreshType string
- Indicates the type of data refresh option.
- server string
- This element is associated with the datasource element. This is the name of the server that contains the database that will be written to.
- table string
- This element is associated with the datasource element. The name of the table in the Azure SQL database..
- user string
- This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance.
- database str
- This element is associated with the datasource element. This is the name of the database that output will be written to.
- delta_snapshot_ strquery 
- This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database.
- full_snapshot_ strquery 
- This element is associated with the datasource element. This query is used to fetch data from the sql database.
- password str
- This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance.
- refresh_rate str
- This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format.
- refresh_type str
- Indicates the type of data refresh option.
- server str
- This element is associated with the datasource element. This is the name of the server that contains the database that will be written to.
- table str
- This element is associated with the datasource element. The name of the table in the Azure SQL database..
- user str
- This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance.
- database String
- This element is associated with the datasource element. This is the name of the database that output will be written to.
- deltaSnapshot StringQuery 
- This element is associated with the datasource element. This query is used to fetch incremental changes from the SQL database. To use this option, we recommend using temporal tables in Azure SQL Database.
- fullSnapshot StringQuery 
- This element is associated with the datasource element. This query is used to fetch data from the sql database.
- password String
- This element is associated with the datasource element. This is the password that will be used to connect to the SQL Database instance.
- refreshRate String
- This element is associated with the datasource element. This indicates how frequently the data will be fetched from the database. It is of DateTime format.
- refreshType String
- Indicates the type of data refresh option.
- server String
- This element is associated with the datasource element. This is the name of the server that contains the database that will be written to.
- table String
- This element is associated with the datasource element. The name of the table in the Azure SQL database..
- user String
- This element is associated with the datasource element. This is the user name that will be used to connect to the SQL Database instance.
AzureSynapseOutputDataSourceResponse     
- Database string
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- Password string
- The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- Server string
- The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- Table string
- The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- User string
- The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- Database string
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- Password string
- The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- Server string
- The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- Table string
- The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- User string
- The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- database String
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- password String
- The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- server String
- The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- table String
- The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- user String
- The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- database string
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- password string
- The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- server string
- The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- table string
- The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- user string
- The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- database str
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- password str
- The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- server str
- The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- table str
- The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- user str
- The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- database String
- The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- password String
- The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- server String
- The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- table String
- The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.
- user String
- The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.
AzureTableOutputDataSourceResponse     
- AccountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AccountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- BatchSize int
- The number of rows to write to the Azure Table at a time.
- ColumnsTo List<string>Remove 
- If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- PartitionKey string
- This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- RowKey string
- This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- Table string
- The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
- AccountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AccountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- BatchSize int
- The number of rows to write to the Azure Table at a time.
- ColumnsTo []stringRemove 
- If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- PartitionKey string
- This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- RowKey string
- This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- Table string
- The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
- accountKey String
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName String
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- batchSize Integer
- The number of rows to write to the Azure Table at a time.
- columnsTo List<String>Remove 
- If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- partitionKey String
- This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- rowKey String
- This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- table String
- The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
- accountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- batchSize number
- The number of rows to write to the Azure Table at a time.
- columnsTo string[]Remove 
- If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- partitionKey string
- This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- rowKey string
- This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- table string
- The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
- account_key str
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account_name str
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- batch_size int
- The number of rows to write to the Azure Table at a time.
- columns_to_ 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.
- accountKey String
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName String
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- batchSize Number
- The number of rows to write to the Azure Table at a time.
- columnsTo List<String>Remove 
- If specified, each item in the array is the name of a column to remove (if present) from output event entities.
- partitionKey String
- This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- rowKey String
- This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
- table String
- The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
BlobOutputDataSourceResponse    
- AuthenticationMode string
- Authentication Mode.
- BlobPath stringPrefix 
- Blob path prefix.
- Container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- DateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- PathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- StorageAccounts List<Pulumi.Azure Native. Stream Analytics. Inputs. Storage Account Response> 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- AuthenticationMode string
- Authentication Mode.
- BlobPath stringPrefix 
- Blob path prefix.
- Container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- DateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- PathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- StorageAccounts []StorageAccount Response 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authenticationMode String
- Authentication Mode.
- blobPath StringPrefix 
- Blob path prefix.
- container String
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat String
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern String
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- storageAccounts List<StorageAccount Response> 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authenticationMode string
- Authentication Mode.
- blobPath stringPrefix 
- Blob path prefix.
- container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- storageAccounts StorageAccount Response[] 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authentication_mode str
- Authentication Mode.
- blob_path_ strprefix 
- Blob path prefix.
- 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.
- authenticationMode String
- Authentication Mode.
- blobPath StringPrefix 
- Blob path prefix.
- container String
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat String
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern String
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- storageAccounts List<Property Map>
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
BlobReferenceInputDataSourceResponse     
- AuthenticationMode string
- Authentication Mode.
- Container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- DateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- PathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- StorageAccounts List<Pulumi.Azure Native. Stream Analytics. Inputs. Storage Account Response> 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- AuthenticationMode string
- Authentication Mode.
- Container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- DateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- PathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- StorageAccounts []StorageAccount Response 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authenticationMode String
- Authentication Mode.
- container String
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat String
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern String
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- storageAccounts List<StorageAccount Response> 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authenticationMode string
- Authentication Mode.
- container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- storageAccounts StorageAccount Response[] 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authentication_mode str
- Authentication Mode.
- 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.
- authenticationMode String
- Authentication Mode.
- container String
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat String
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern String
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- storageAccounts List<Property Map>
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
BlobStreamInputDataSourceResponse     
- AuthenticationMode string
- Authentication Mode.
- Container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- DateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- PathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- SourcePartition intCount 
- The partition count of the blob input data source. Range 1 - 1024.
- StorageAccounts List<Pulumi.Azure Native. Stream Analytics. Inputs. Storage Account Response> 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- AuthenticationMode string
- Authentication Mode.
- Container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- DateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- PathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- SourcePartition intCount 
- The partition count of the blob input data source. Range 1 - 1024.
- StorageAccounts []StorageAccount Response 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- TimeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authenticationMode String
- Authentication Mode.
- container String
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat String
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern String
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- sourcePartition IntegerCount 
- The partition count of the blob input data source. Range 1 - 1024.
- storageAccounts List<StorageAccount Response> 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authenticationMode string
- Authentication Mode.
- container string
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat string
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern string
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- sourcePartition numberCount 
- The partition count of the blob input data source. Range 1 - 1024.
- storageAccounts StorageAccount Response[] 
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat string
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
- authentication_mode str
- Authentication Mode.
- 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.
- authenticationMode String
- Authentication Mode.
- container String
- The name of a container within the associated Storage account. This container contains either the blob(s) to be read from or written to. Required on PUT (CreateOrReplace) requests.
- dateFormat String
- The date format. Wherever {date} appears in pathPattern, the value of this property is used as the date format instead.
- pathPattern String
- The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a more detailed explanation and example.
- sourcePartition NumberCount 
- The partition count of the blob input data source. Range 1 - 1024.
- storageAccounts List<Property Map>
- A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests.
- timeFormat String
- The time format. Wherever {time} appears in pathPattern, the value of this property is used as the time format instead.
ClusterInfoResponse  
- Id string
- The resource id of cluster.
- Id string
- The resource id of cluster.
- id String
- The resource id of cluster.
- id string
- The resource id of cluster.
- id str
- The resource id of cluster.
- id String
- The resource id of cluster.
CompressionResponse 
- Type string
- Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.
- Type string
- Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.
- type String
- Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.
- type string
- Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.
- type str
- Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.
- type String
- Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.
CsvSerializationResponse  
- Encoding string
- Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
- FieldDelimiter string
- Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
- Encoding string
- Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
- FieldDelimiter string
- Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
- encoding String
- Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
- fieldDelimiter String
- Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
- encoding string
- Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
- fieldDelimiter string
- Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
- encoding str
- Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
- field_delimiter str
- Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
- encoding String
- Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. Required on PUT (CreateOrReplace) requests.
- fieldDelimiter String
- Specifies the delimiter that will be used to separate comma-separated value (CSV) records. See https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input or https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output for a list of supported values. Required on PUT (CreateOrReplace) requests.
DiagnosticConditionResponse  
- Code string
- The opaque diagnostic code.
- Message string
- The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
- Since string
- The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
- Code string
- The opaque diagnostic code.
- Message string
- The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
- Since string
- The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
- code String
- The opaque diagnostic code.
- message String
- The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
- since String
- The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
- code string
- The opaque diagnostic code.
- message string
- The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
- since string
- The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
- code str
- The opaque diagnostic code.
- message str
- The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
- since str
- The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
- code String
- The opaque diagnostic code.
- message String
- The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
- since String
- The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
DiagnosticsResponse 
- Conditions
List<Pulumi.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
[]DiagnosticCondition Response 
- A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
- conditions
List<DiagnosticCondition Response> 
- A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
- conditions
DiagnosticCondition Response[] 
- A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention.
- conditions
Sequence[DiagnosticCondition 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     
- AccountId string
- The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- AccountKey string
- The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- CollectionName 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.
- DocumentId string
- The name of the field in output events used to specify the primary key which insert or update operations are based on.
- PartitionKey string
- The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
- AccountId string
- The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- AccountKey string
- The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- CollectionName 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.
- DocumentId string
- The name of the field in output events used to specify the primary key which insert or update operations are based on.
- PartitionKey string
- The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
- accountId String
- The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- accountKey String
- The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- collectionName 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.
- documentId String
- The name of the field in output events used to specify the primary key which insert or update operations are based on.
- partitionKey String
- The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
- accountId string
- The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- accountKey string
- The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- collectionName 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.
- documentId string
- The name of the field in output events used to specify the primary key which insert or update operations are based on.
- partitionKey string
- The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
- account_id str
- The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- account_key str
- The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- collection_name_ 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.
- accountId String
- The DocumentDB account name or ID. Required on PUT (CreateOrReplace) requests.
- accountKey String
- The account key for the DocumentDB account. Required on PUT (CreateOrReplace) requests.
- collectionName 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.
- documentId String
- The name of the field in output events used to specify the primary key which insert or update operations are based on.
- partitionKey String
- The name of the field in output events used to specify the key for partitioning output across collections. If 'collectionNamePattern' contains the {partition} token, this property is required to be specified.
EventHubOutputDataSourceResponse     
- AuthenticationMode string
- Authentication Mode.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- PartitionKey string
- The key/column that is used to determine to which partition to send event data.
- PropertyColumns List<string>
- The properties associated with this Event Hub output.
- ServiceBus 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.
- AuthenticationMode string
- Authentication Mode.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- PartitionKey string
- The key/column that is used to determine to which partition to send event data.
- PropertyColumns []string
- The properties associated with this Event Hub output.
- ServiceBus 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.
- authenticationMode String
- Authentication Mode.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- The key/column that is used to determine to which partition to send event data.
- propertyColumns List<String>
- The properties associated with this Event Hub output.
- serviceBus 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.
- authenticationMode string
- Authentication Mode.
- eventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partitionKey string
- The key/column that is used to determine to which partition to send event data.
- propertyColumns string[]
- The properties associated with this Event Hub output.
- serviceBus 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.
- authentication_mode str
- Authentication Mode.
- 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.
- property_columns Sequence[str]
- The properties associated with this Event Hub output.
- 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.
- authenticationMode String
- Authentication Mode.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- The key/column that is used to determine to which partition to send event data.
- propertyColumns List<String>
- The properties associated with this Event Hub output.
- serviceBus 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      
- AuthenticationMode string
- Authentication Mode.
- ConsumerGroup 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.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- ServiceBus 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.
- AuthenticationMode string
- Authentication Mode.
- ConsumerGroup 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.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- ServiceBus 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.
- authenticationMode String
- Authentication Mode.
- consumerGroup 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.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
- authenticationMode string
- Authentication Mode.
- consumerGroup 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.
- eventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
- authentication_mode str
- Authentication Mode.
- 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.
- authenticationMode String
- Authentication Mode.
- consumerGroup 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.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
EventHubV2OutputDataSourceResponse     
- AuthenticationMode string
- Authentication Mode.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- PartitionKey string
- The key/column that is used to determine to which partition to send event data.
- PropertyColumns List<string>
- The properties associated with this Event Hub output.
- ServiceBus 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.
- AuthenticationMode string
- Authentication Mode.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- PartitionKey string
- The key/column that is used to determine to which partition to send event data.
- PropertyColumns []string
- The properties associated with this Event Hub output.
- ServiceBus 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.
- authenticationMode String
- Authentication Mode.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- The key/column that is used to determine to which partition to send event data.
- propertyColumns List<String>
- The properties associated with this Event Hub output.
- serviceBus 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.
- authenticationMode string
- Authentication Mode.
- eventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partitionKey string
- The key/column that is used to determine to which partition to send event data.
- propertyColumns string[]
- The properties associated with this Event Hub output.
- serviceBus 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.
- authentication_mode str
- Authentication Mode.
- 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.
- property_columns Sequence[str]
- The properties associated with this Event Hub output.
- 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.
- authenticationMode String
- Authentication Mode.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- The key/column that is used to determine to which partition to send event data.
- propertyColumns List<String>
- The properties associated with this Event Hub output.
- serviceBus 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.
EventHubV2StreamInputDataSourceResponse      
- AuthenticationMode string
- Authentication Mode.
- ConsumerGroup 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.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- ServiceBus 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.
- AuthenticationMode string
- Authentication Mode.
- ConsumerGroup 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.
- EventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- ServiceBus 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.
- authenticationMode String
- Authentication Mode.
- consumerGroup 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.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
- authenticationMode string
- Authentication Mode.
- consumerGroup 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.
- eventHub stringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
- authentication_mode str
- Authentication Mode.
- 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.
- authenticationMode String
- Authentication Mode.
- consumerGroup 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.
- eventHub StringName 
- The name of the Event Hub. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
FileReferenceInputDataSourceResponse     
- Path string
- The path of the file.
- Path string
- The path of the file.
- path String
- The path of the file.
- path string
- The path of the file.
- path str
- The path of the file.
- path String
- The path of the file.
FunctionInputResponse  
- DataType 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
- IsConfiguration 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.
- DataType 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
- IsConfiguration 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.
- dataType 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
- isConfiguration 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.
- dataType 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
- isConfiguration 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.
- dataType 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
- isConfiguration 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  
- DataType 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
- DataType 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
- dataType 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
- dataType 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
- dataType 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 | Pulumi.Native. Stream Analytics. Inputs. Aggregate Function Properties Response 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
AggregateFunction | ScalarProperties Response Function Properties Response 
- The properties that are associated with a function.
- id String
- Resource Id
- type String
- Resource type
- name String
- Resource name
- properties
AggregateFunction | ScalarProperties Response Function Properties Response 
- The properties that are associated with a function.
- id string
- Resource Id
- type string
- Resource type
- name string
- Resource name
- properties
AggregateFunction | ScalarProperties Response Function Properties Response 
- The properties that are associated with a function.
- id str
- Resource Id
- type str
- Resource type
- name str
- Resource name
- properties
AggregateFunction | ScalarProperties Response 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 | Property Map
- The properties that are associated with a function.
GatewayMessageBusOutputDataSourceResponse      
- Topic string
- The name of the Service Bus topic.
- Topic string
- The name of the Service Bus topic.
- topic String
- The name of the Service Bus topic.
- topic string
- The name of the Service Bus topic.
- topic str
- The name of the Service Bus topic.
- topic String
- The name of the Service Bus topic.
GatewayMessageBusStreamInputDataSourceResponse       
- Topic string
- The name of the Service Bus topic.
- Topic string
- The name of the Service Bus topic.
- topic String
- The name of the Service Bus topic.
- topic string
- The name of the Service Bus topic.
- topic str
- The name of the Service Bus topic.
- topic String
- The name of the Service Bus topic.
IdentityResponse 
- PrincipalId string
- The identity principal ID
- TenantId string
- The identity tenantId
- Type string
- The identity type
- PrincipalId string
- The identity principal ID
- TenantId string
- The identity tenantId
- Type string
- The identity type
- principalId String
- The identity principal ID
- tenantId String
- The identity tenantId
- type String
- The identity type
- principalId string
- The identity principal ID
- tenantId string
- The identity tenantId
- type string
- The identity type
- principal_id str
- The identity principal ID
- tenant_id str
- The identity tenantId
- type str
- The identity type
- principalId String
- The identity principal ID
- tenantId String
- The identity tenantId
- type String
- The identity type
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
ReferenceInput | 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
ReferenceInput | 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
ReferenceInput | 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
ReferenceInput | 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      
- ConsumerGroup 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.).
- IotHub 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.
- ConsumerGroup 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.).
- IotHub 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.
- consumerGroup 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.).
- iotHub 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.
- consumerGroup 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.).
- iotHub 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.
- consumerGroup 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.).
- iotHub 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; }'
JobStorageAccountResponse   
- AccountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AccountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AuthenticationMode string
- Authentication Mode.
- AccountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AccountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AuthenticationMode string
- Authentication Mode.
- accountKey String
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName String
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- authenticationMode String
- Authentication Mode.
- accountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- authenticationMode string
- Authentication Mode.
- 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.
- authentication_mode str
- Authentication Mode.
- accountKey String
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName String
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- authenticationMode String
- Authentication Mode.
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 Function Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Azure Sql Database Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Azure Synapse 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. Event Hub V2Output Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Gateway Message Bus 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 | Pulumi.Native. Stream Analytics. Inputs. Json Serialization Response Azure Native. Stream Analytics. Inputs. Parquet 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.
- SizeWindow int
- The size window to constrain a Stream Analytics output to.
- TimeWindow string
- The time frame for filtering Stream Analytics job outputs.
- Diagnostics
DiagnosticsResponse 
- Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- Etag string
- The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
- Id string
- Resource Id
- Type string
- Resource type
- Datasource
AzureData | AzureLake Store Output Data Source Response Function | AzureOutput Data Source Response Sql | AzureDatabase Output Data Source Response Synapse | AzureOutput Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | EventOutput Data Source Response Hub | GatewayV2Output Data Source Response Message | PowerBus Output 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
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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.
- SizeWindow int
- The size window to constrain a Stream Analytics output to.
- TimeWindow string
- The time frame for filtering Stream Analytics job outputs.
- diagnostics
DiagnosticsResponse 
- Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag String
- The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
- id String
- Resource Id
- type String
- Resource type
- datasource
AzureData | AzureLake Store Output Data Source Response Function | AzureOutput Data Source Response Sql | AzureDatabase Output Data Source Response Synapse | AzureOutput Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | EventOutput Data Source Response Hub | GatewayV2Output Data Source Response Message | PowerBus Output 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
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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.
- sizeWindow Integer
- The size window to constrain a Stream Analytics output to.
- timeWindow String
- The time frame for filtering Stream Analytics job outputs.
- diagnostics
DiagnosticsResponse 
- Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag string
- The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
- id string
- Resource Id
- type string
- Resource type
- datasource
AzureData | AzureLake Store Output Data Source Response Function | AzureOutput Data Source Response Sql | AzureDatabase Output Data Source Response Synapse | AzureOutput Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | EventOutput Data Source Response Hub | GatewayV2Output Data Source Response Message | PowerBus Output 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
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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.
- sizeWindow number
- The size window to constrain a Stream Analytics output to.
- timeWindow string
- The time frame for filtering Stream Analytics job outputs.
- diagnostics
DiagnosticsResponse 
- Describes conditions applicable to the Input, Output, or the job overall, that warrant customer attention.
- etag str
- The current entity tag for the output. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency.
- id str
- Resource Id
- type str
- Resource type
- datasource
AzureData | AzureLake Store Output Data Source Response Function | AzureOutput Data Source Response Sql | AzureDatabase Output Data Source Response Synapse | AzureOutput Data Source Response Table | BlobOutput Data Source Response Output | DocumentData Source Response Db | EventOutput Data Source Response Hub | EventOutput Data Source Response Hub | GatewayV2Output Data Source Response Message | PowerBus Output 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
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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.
- size_window int
- The size window to constrain a Stream Analytics output to.
- time_window str
- The time frame for filtering Stream Analytics job outputs.
- 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 | 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 | 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.
- sizeWindow Number
- The size window to constrain a Stream Analytics output to.
- timeWindow String
- The time frame for filtering Stream Analytics job outputs.
ParquetSerializationResponse  
PowerBIOutputDataSourceResponse    
- AuthenticationMode string
- Authentication Mode.
- Dataset string
- The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
- GroupId string
- The ID of the Power BI group.
- GroupName string
- The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- RefreshToken string
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- Table string
- The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
- TokenUser 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.
- TokenUser 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.
- AuthenticationMode string
- Authentication Mode.
- Dataset string
- The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
- GroupId string
- The ID of the Power BI group.
- GroupName string
- The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- RefreshToken string
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- Table string
- The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
- TokenUser 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.
- TokenUser 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.
- authenticationMode String
- Authentication Mode.
- dataset String
- The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
- groupId String
- The ID of the Power BI group.
- groupName String
- The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- refreshToken String
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- table String
- The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
- tokenUser 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.
- tokenUser 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.
- authenticationMode string
- Authentication Mode.
- dataset string
- The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
- groupId string
- The ID of the Power BI group.
- groupName string
- The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- refreshToken string
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- table string
- The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
- tokenUser 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.
- tokenUser 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.
- authentication_mode str
- Authentication Mode.
- 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.
- authenticationMode String
- Authentication Mode.
- dataset String
- The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
- groupId String
- The ID of the Power BI group.
- groupName String
- The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
- refreshToken String
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
- table String
- The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
- tokenUser 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.
- tokenUser 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.
- Compression
Pulumi.Azure Native. Stream Analytics. Inputs. Compression Response 
- Describes how input data is compressed
- Datasource
Pulumi.Azure | Pulumi.Native. Stream Analytics. Inputs. Azure Sql Reference Input Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Blob Reference Input Data Source Response Azure Native. Stream Analytics. Inputs. File Reference Input Data Source Response 
- Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- PartitionKey string
- partitionKey Describes a key in the input data which is used for partitioning the input data
- Serialization
Pulumi.Azure | Pulumi.Native. Stream Analytics. Inputs. Avro Serialization Response Azure | Pulumi.Native. Stream Analytics. Inputs. Csv Serialization Response Azure | Pulumi.Native. Stream Analytics. Inputs. Json Serialization Response Azure Native. Stream Analytics. Inputs. Parquet 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
DiagnosticsResponse 
- 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.
- Compression
CompressionResponse 
- Describes how input data is compressed
- Datasource
AzureSql | BlobReference Input Data Source Response Reference | FileInput Data Source Response Reference Input Data Source Response 
- Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- PartitionKey string
- partitionKey Describes a key in the input data which is used for partitioning the input data
- Serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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
DiagnosticsResponse 
- 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.
- compression
CompressionResponse 
- Describes how input data is compressed
- datasource
AzureSql | BlobReference Input Data Source Response Reference | FileInput Data Source Response Reference Input Data Source Response 
- Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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
DiagnosticsResponse 
- 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.
- compression
CompressionResponse 
- Describes how input data is compressed
- datasource
AzureSql | BlobReference Input Data Source Response Reference | FileInput Data Source Response Reference Input Data Source Response 
- Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- partitionKey string
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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
DiagnosticsResponse 
- 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.
- compression
CompressionResponse 
- Describes how input data is compressed
- datasource
AzureSql | BlobReference Input Data Source Response Reference | FileInput Data Source Response Reference Input Data Source Response 
- Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- partition_key str
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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.
- compression Property Map
- Describes how input data is compressed
- datasource Property Map | Property Map | Property Map
- Describes an input data source that contains reference data. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization Property Map | 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> 
- Output
Pulumi.Azure Native. Stream Analytics. Inputs. Function Output Response 
- Describes the output of a 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
AzureMachine | 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
[]FunctionInput Response 
- Output
FunctionOutput Response 
- Describes the output of a 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
AzureMachine | 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<FunctionInput Response> 
- output
FunctionOutput Response 
- Describes the output of a 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
AzureMachine | 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
FunctionInput Response[] 
- output
FunctionOutput Response 
- Describes the output of a 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
AzureMachine | 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[FunctionInput Response] 
- output
FunctionOutput Response 
- Describes the output of a 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>
- output Property Map
- Describes the output of a function.
ServiceBusQueueOutputDataSourceResponse      
- AuthenticationMode string
- Authentication Mode.
- PropertyColumns List<string>
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- QueueName string
- The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- ServiceBus 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.
- SystemProperty objectColumns 
- The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- AuthenticationMode string
- Authentication Mode.
- PropertyColumns []string
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- QueueName string
- The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- ServiceBus 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.
- SystemProperty interface{}Columns 
- The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- authenticationMode String
- Authentication Mode.
- propertyColumns List<String>
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- queueName String
- The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
- systemProperty ObjectColumns 
- The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- authenticationMode string
- Authentication Mode.
- propertyColumns string[]
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- queueName string
- The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
- systemProperty anyColumns 
- The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- authentication_mode str
- Authentication Mode.
- 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.
- system_property_ Anycolumns 
- The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- authenticationMode String
- Authentication Mode.
- propertyColumns List<String>
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- queueName String
- The name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.
- serviceBus 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.
- systemProperty AnyColumns 
- The system properties associated with the Service Bus Queue. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
ServiceBusTopicOutputDataSourceResponse      
- AuthenticationMode string
- Authentication Mode.
- PropertyColumns List<string>
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- ServiceBus 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.
- SystemProperty Dictionary<string, string>Columns 
- The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- TopicName string
- The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- AuthenticationMode string
- Authentication Mode.
- PropertyColumns []string
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- ServiceBus 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.
- SystemProperty map[string]stringColumns 
- The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- TopicName string
- The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- authenticationMode String
- Authentication Mode.
- propertyColumns List<String>
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- serviceBus 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.
- systemProperty Map<String,String>Columns 
- The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- topicName String
- The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- authenticationMode string
- Authentication Mode.
- propertyColumns string[]
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- serviceBus 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.
- systemProperty {[key: string]: string}Columns 
- The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- topicName string
- The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- authentication_mode str
- Authentication Mode.
- 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.
- system_property_ Mapping[str, str]columns 
- The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- topic_name str
- The name of the Service Bus Topic. Required on PUT (CreateOrReplace) requests.
- authenticationMode String
- Authentication Mode.
- propertyColumns List<String>
- A string array of the names of output columns to be attached to Service Bus messages as custom properties.
- serviceBus 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.
- systemProperty Map<String>Columns 
- The system properties associated with the Service Bus Topic Output. The following system properties are supported: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.
- topicName 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  
- AccountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AccountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AccountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- AccountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountKey String
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName String
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountKey string
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName string
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account_key str
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- account_name str
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountKey String
- The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
- accountName String
- The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
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.
- Compression
Pulumi.Azure Native. Stream Analytics. Inputs. Compression Response 
- Describes how input data is compressed
- 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 | Pulumi.Native. Stream Analytics. Inputs. Event Hub V2Stream Input Data Source Response Azure | Pulumi.Native. Stream Analytics. Inputs. Gateway Message Bus 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.
- PartitionKey string
- partitionKey Describes a key in the input data which is used for partitioning the input data
- Serialization
Pulumi.Azure | Pulumi.Native. Stream Analytics. Inputs. Avro Serialization Response Azure | Pulumi.Native. Stream Analytics. Inputs. Csv Serialization Response Azure | Pulumi.Native. Stream Analytics. Inputs. Json Serialization Response Azure Native. Stream Analytics. Inputs. Parquet 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
DiagnosticsResponse 
- 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.
- Compression
CompressionResponse 
- Describes how input data is compressed
- Datasource
BlobStream | EventInput Data Source Response Hub | EventStream Input Data Source Response Hub | GatewayV2Stream Input Data Source Response Message | IoBus Stream Input Data Source Response THub Stream Input Data Source Response 
- Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- PartitionKey string
- partitionKey Describes a key in the input data which is used for partitioning the input data
- Serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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
DiagnosticsResponse 
- 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.
- compression
CompressionResponse 
- Describes how input data is compressed
- datasource
BlobStream | EventInput Data Source Response Hub | EventStream Input Data Source Response Hub | GatewayV2Stream Input Data Source Response Message | IoBus Stream Input Data Source Response THub Stream Input Data Source Response 
- Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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
DiagnosticsResponse 
- 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.
- compression
CompressionResponse 
- Describes how input data is compressed
- datasource
BlobStream | EventInput Data Source Response Hub | EventStream Input Data Source Response Hub | GatewayV2Stream Input Data Source Response Message | IoBus Stream Input Data Source Response THub Stream Input Data Source Response 
- Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- partitionKey string
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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
DiagnosticsResponse 
- 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.
- compression
CompressionResponse 
- Describes how input data is compressed
- datasource
BlobStream | EventInput Data Source Response Hub | EventStream Input Data Source Response Hub | GatewayV2Stream Input Data Source Response Message | IoBus Stream Input Data Source Response THub Stream Input Data Source Response 
- Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- partition_key str
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization
AvroSerialization | CsvResponse Serialization | JsonResponse Serialization | ParquetResponse 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.
- compression Property Map
- Describes how input data is compressed
- datasource Property Map | Property Map | Property Map | Property Map | Property Map
- Describes an input data source that contains stream data. Required on PUT (CreateOrReplace) requests.
- partitionKey String
- partitionKey Describes a key in the input data which is used for partitioning the input data
- serialization Property Map | 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.
- StreamingUnits int
- Specifies the number of streaming units that the streaming job uses.
- ValidStreaming List<int>Units 
- Specifies the valid streaming units a streaming job can scale to.
- 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.
- StreamingUnits int
- Specifies the number of streaming units that the streaming job uses.
- ValidStreaming []intUnits 
- Specifies the valid streaming units a streaming job can scale to.
- 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.
- streamingUnits Integer
- Specifies the number of streaming units that the streaming job uses.
- validStreaming List<Integer>Units 
- Specifies the valid streaming units a streaming job can scale to.
- 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.
- streamingUnits number
- Specifies the number of streaming units that the streaming job uses.
- validStreaming number[]Units 
- Specifies the valid streaming units a streaming job can scale to.
- 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.
- valid_streaming_ Sequence[int]units 
- Specifies the valid streaming units a streaming job can scale to.
- 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.
- streamingUnits Number
- Specifies the number of streaming units that the streaming job uses.
- validStreaming List<Number>Units 
- Specifies the valid streaming units a streaming job can scale to.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi