UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 64.6 kB
{"openapi":"3.0.0","info":{"title":"StreamAnalyticsManagementClient","version":"2016-03-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/streamanalytics/resource-manager/Microsoft.StreamAnalytics/stable/2016-03-01/outputs.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"streamanalytics-outputs","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs":{"get":{"description":"Lists all of the outputs under the specified streaming job.","operationId":"Outputs_ListByStreamingJob","parameters":[{"description":"The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or \"*\" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '*' as a valid value.","in":"query","name":"$select","required":false,"schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/StreamingJobNameParameter"}],"responses":{"200":{"description":"Successfully listed the outputs under the specified streaming job.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OutputListResult"},"examples":{"List all outputs in a streaming job":{"$ref":"#/components/examples/List_all_outputs_in_a_streaming_job"}}}}}},"tags":["Outputs"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}":{"delete":{"description":"Deletes an output from the streaming job.","operationId":"Outputs_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/StreamingJobNameParameter"},{"$ref":"#/components/parameters/OutputNameParameter"}],"responses":{"200":{"description":"The output was successfully deleted."},"204":{"description":"The output does not exist."}},"tags":["Outputs"]},"get":{"description":"Gets details about the specified output.","operationId":"Outputs_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/StreamingJobNameParameter"},{"$ref":"#/components/parameters/OutputNameParameter"}],"responses":{"200":{"description":"Successfully retrieved the specified output.","headers":{"ETag":{"description":"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.","schema":{"type":"string"},"example":"5472168f-7317-4241-8b75-0c8d9d0ea804"}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"},"examples":{"Get a DocumentDB output":{"$ref":"#/components/examples/Get_a_DocumentDB_output"},"Get a Power BI output":{"$ref":"#/components/examples/Get_a_Power_BI_output"},"Get a Service Bus Queue output with Avro serialization":{"$ref":"#/components/examples/Get_a_Service_Bus_Queue_output_with_Avro_serialization"},"Get a Service Bus Topic output with CSV serialization":{"$ref":"#/components/examples/Get_a_Service_Bus_Topic_output_with_CSV_serialization"},"Get a blob output with CSV serialization":{"$ref":"#/components/examples/Get_a_blob_output_with_CSV_serialization"},"Get an Azure Data Lake Store output with JSON serialization":{"$ref":"#/components/examples/Get_an_Azure_Data_Lake_Store_output_with_JSON_serialization"},"Get an Azure SQL database output":{"$ref":"#/components/examples/Get_an_Azure_SQL_database_output"},"Get an Azure Table output":{"$ref":"#/components/examples/Get_an_Azure_Table_output"},"Get an Event Hub output with JSON serialization":{"$ref":"#/components/examples/Get_an_Event_Hub_output_with_JSON_serialization"}}}}}},"tags":["Outputs"]},"patch":{"description":"Updates an existing output under an existing streaming job. This can be used to partially update (ie. update one or two properties) an output without affecting the rest the job or output definition.","operationId":"Outputs_Update","parameters":[{"description":"The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/StreamingJobNameParameter"},{"$ref":"#/components/parameters/OutputNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"An Output object. The properties specified here will overwrite the corresponding properties in the existing output (ie. Those properties will be updated). Any properties that are set to null here will mean that the corresponding property in the existing output will remain the same and not change as a result of this PATCH operation.","required":true},"responses":{"200":{"description":"The output was successfully updated.","headers":{"ETag":{"description":"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.","schema":{"type":"string"},"example":"5020de6b-5bb3-4b88-8606-f11fb3c46185"}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"},"examples":{"Update a DocumentDB output":{"$ref":"#/components/examples/Update_a_DocumentDB_output"},"Update a Power BI output":{"$ref":"#/components/examples/Update_a_Power_BI_output"},"Update a Service Bus Queue output with Avro serialization":{"$ref":"#/components/examples/Update_a_Service_Bus_Queue_output_with_Avro_serialization"},"Update a Service Bus Topic output with CSV serialization":{"$ref":"#/components/examples/Update_a_Service_Bus_Topic_output_with_CSV_serialization"},"Update a blob output with CSV serialization":{"$ref":"#/components/examples/Update_a_blob_output_with_CSV_serialization"},"Update an Azure Data Lake Store output with JSON serialization":{"$ref":"#/components/examples/Update_an_Azure_Data_Lake_Store_output_with_JSON_serialization"},"Update an Azure SQL database output":{"$ref":"#/components/examples/Update_an_Azure_SQL_database_output"},"Update an Azure Table output":{"$ref":"#/components/examples/Update_an_Azure_Table_output"},"Update an Event Hub output with JSON serialization":{"$ref":"#/components/examples/Update_an_Event_Hub_output_with_JSON_serialization"}}}}}},"tags":["Outputs"]},"put":{"description":"Creates an output or replaces an already existing output under an existing streaming job.","operationId":"Outputs_CreateOrReplace","parameters":[{"description":"The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"description":"Set to '*' to allow a new output to be created, but to prevent updating an existing output. Other values will result in a 412 Pre-condition Failed response.","in":"header","name":"If-None-Match","required":false,"x-ms-client-name":"IfNoneMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/StreamingJobNameParameter"},{"$ref":"#/components/parameters/OutputNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"The definition of the output that will be used to create a new output or replace the existing one under the streaming job.","required":true},"responses":{"200":{"description":"The output was successfully created or replaced.","headers":{"ETag":{"description":"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.","schema":{"type":"string"},"example":"5472168f-7317-4241-8b75-0c8d9d0ea804"}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"},"examples":{"Create a DocumentDB output":{"$ref":"#/components/examples/Create_a_DocumentDB_output"},"Create a Power BI output":{"$ref":"#/components/examples/Create_a_Power_BI_output"},"Create a Service Bus Queue output with Avro serialization":{"$ref":"#/components/examples/Create_a_Service_Bus_Queue_output_with_Avro_serialization"},"Create a Service Bus Topic output with CSV serialization":{"$ref":"#/components/examples/Create_a_Service_Bus_Topic_output_with_CSV_serialization"},"Create a blob output with CSV serialization":{"$ref":"#/components/examples/Create_a_blob_output_with_CSV_serialization"},"Create an Azure Data Lake Store output with JSON serialization":{"$ref":"#/components/examples/Create_an_Azure_Data_Lake_Store_output_with_JSON_serialization"},"Create an Azure SQL database output":{"$ref":"#/components/examples/Create_an_Azure_SQL_database_output"},"Create an Azure Table output":{"$ref":"#/components/examples/Create_an_Azure_Table_output"},"Create an Event Hub output with JSON serialization":{"$ref":"#/components/examples/Create_an_Event_Hub_output_with_JSON_serialization"}}}}},"201":{"description":"The output was successfully created or replaced.","headers":{"ETag":{"description":"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.","schema":{"type":"string"},"example":"5472168f-7317-4241-8b75-0c8d9d0ea804"}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"},"examples":{"Create a DocumentDB output":{"$ref":"#/components/examples/Create_a_DocumentDB_output"},"Create a Power BI output":{"$ref":"#/components/examples/Create_a_Power_BI_output"},"Create a Service Bus Queue output with Avro serialization":{"$ref":"#/components/examples/Create_a_Service_Bus_Queue_output_with_Avro_serialization"},"Create a Service Bus Topic output with CSV serialization":{"$ref":"#/components/examples/Create_a_Service_Bus_Topic_output_with_CSV_serialization"},"Create a blob output with CSV serialization":{"$ref":"#/components/examples/Create_a_blob_output_with_CSV_serialization"},"Create an Azure Data Lake Store output with JSON serialization":{"$ref":"#/components/examples/Create_an_Azure_Data_Lake_Store_output_with_JSON_serialization"},"Create an Azure SQL database output":{"$ref":"#/components/examples/Create_an_Azure_SQL_database_output"},"Create an Azure Table output":{"$ref":"#/components/examples/Create_an_Azure_Table_output"},"Create an Event Hub output with JSON serialization":{"$ref":"#/components/examples/Create_an_Event_Hub_output_with_JSON_serialization"}}}}}},"tags":["Outputs"]}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/outputs/{outputName}/test":{"post":{"description":"Tests whether an output’s datasource is reachable and usable by the Azure Stream Analytics service.","operationId":"Outputs_Test","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/StreamingJobNameParameter"},{"$ref":"#/components/parameters/OutputNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Output"}}},"description":"If the output specified does not already exist, this parameter must contain the full output definition intended to be tested. If the output specified already exists, this parameter can be left null to test the existing output as is or if specified, the properties specified will overwrite the corresponding properties in the existing output (exactly like a PATCH operation) and the resulting output will be tested."},"responses":{"200":{"description":"The test operation completed successfully.","content":{"application/json":{"schema":{"description":"Describes the status of the test operation along with error information, if applicable.","properties":{"error":{"description":"Describes the error that occurred.","properties":{"code":{"description":"Error code associated with the error that occurred.","readOnly":true,"type":"string"},"message":{"description":"Describes the error in detail.","readOnly":true,"type":"string"}}},"status":{"description":"The status of the test operation.","readOnly":true,"type":"string"}}},"examples":{"Test the connection for an output":{"$ref":"#/components/examples/Test_the_connection_for_an_output"}}}}},"202":{"description":"The test request was successfully initiated."}},"tags":["Outputs"],"x-ms-long-running-operation":true}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_all_outputs_in_a_streaming_job":{"value":{"value":[{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output1755","name":"output1755","properties":{"datasource":{"properties":{"database":"someDatabase","server":"someServer","table":"differentTable","user":"someUser"},"type":"Microsoft.Sql/Server/Database"},"etag":"f489d6f3-fcd5-4bcb-b642-81e987ee16d6"},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output958","name":"output958","properties":{"datasource":{"properties":{"accountName":"someAccountName","batchSize":25,"columnsToRemove":["column1","column2"],"partitionKey":"differentPartitionKey","rowKey":"rowKey","table":"samples"},"type":"Microsoft.Storage/Table"},"etag":"ea1d20bf-6cb3-40bc-bc7b-ec3a7fd5977e"},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output1623","name":"output1623","properties":{"datasource":{"properties":{"container":"differentContainer","dateFormat":"yyyy/MM/dd","pathPattern":"{date}/{time}","storageAccounts":[{"accountName":"someAccountName"}],"timeFormat":"HH"},"type":"Microsoft.Storage/Blob"},"etag":"3a1b2023-79a9-4b33-93e8-f49fc3e573fe","serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":"|"},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output3022","name":"output3022","properties":{"datasource":{"properties":{"accountId":"someAccountId","collectionNamePattern":"collection","database":"db01","documentId":"documentId","partitionKey":"differentPartitionKey"},"type":"Microsoft.Storage/DocumentDB"},"etag":"7849c132-e995-4631-91c3-931606eec432"},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output5195","name":"output5195","properties":{"datasource":{"properties":{"eventHubName":"sdkeventhub","partitionKey":"differentPartitionKey","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/EventHub"},"etag":"5020de6b-5bb3-4b88-8606-f11fb3c46185","serialization":{"properties":{"encoding":"UTF8","format":"LineSeparated"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output3456","name":"output3456","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"queueName":"differentQueueName","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/Queue"},"etag":"429adaec-a777-4750-8a39-8d0c931d801c","serialization":{"properties":{"encoding":"UTF8","format":"LineSeparated"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output7886","name":"output7886","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey","topicName":"differentTopicName"},"type":"Microsoft.ServiceBus/Topic"},"etag":"c1c2007f-45b2-419a-ae7d-4d2148998460","serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":"|"},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output3021","name":"output3021","properties":{"datasource":{"properties":{"dataset":"differentDataset","groupId":"ac40305e-3e8d-43ac-8161-c33799f43e95","groupName":"MyPowerBIGroup","table":"someTable","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"PowerBI"},"etag":"4a492191-9672-4178-be10-043b9dbd4b9f"},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"},{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output5196","name":"output5196","properties":{"datasource":{"properties":{"accountName":"differentaccount","dateFormat":"yyyy/MM/dd","filePathPrefix":"{date}/{time}","tenantId":"cea4e98b-c798-49e7-8c40-4a2b3beb47dd","timeFormat":"HH","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"Microsoft.DataLake/Accounts"},"etag":"39ab7642-8c1e-48ed-85eb-949068d68002","serialization":{"properties":{"encoding":"UTF8","format":"LineSeparated"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}]}},"Get_a_DocumentDB_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022","name":"output3022","properties":{"datasource":{"properties":{"accountId":"someAccountId","collectionNamePattern":"collection","database":"db01","documentId":"documentId","partitionKey":"key"},"type":"Microsoft.Storage/DocumentDB"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_a_Power_BI_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022","name":"output3022","properties":{"datasource":{"properties":{"dataset":"someDataset","groupId":"ac40305e-3e8d-43ac-8161-c33799f43e95","groupName":"MyPowerBIGroup","table":"someTable","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"PowerBI"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_a_Service_Bus_Queue_output_with_Avro_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg3410/providers/Microsoft.StreamAnalytics/streamingjobs/sj5095/outputs/output3456","name":"output3456","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"queueName":"sdkqueue","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/Queue"},"serialization":{"properties":{},"type":"Avro"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_a_Service_Bus_Topic_output_with_CSV_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6450/providers/Microsoft.StreamAnalytics/streamingjobs/sj7094/outputs/output7886","name":"output7886","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey","topicName":"sdktopic"},"type":"Microsoft.ServiceBus/Topic"},"serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":","},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_a_blob_output_with_CSV_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5023/providers/Microsoft.StreamAnalytics/streamingjobs/sj900/outputs/output1623","name":"output1623","properties":{"datasource":{"properties":{"container":"state","dateFormat":"yyyy/MM/dd","pathPattern":"{date}/{time}","storageAccounts":[{"accountName":"someAccountName"}],"timeFormat":"HH"},"type":"Microsoft.Storage/Blob"},"serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":","},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_an_Azure_Data_Lake_Store_output_with_JSON_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6912/providers/Microsoft.StreamAnalytics/streamingjobs/sj3310/outputs/output5195","name":"output5195","properties":{"datasource":{"properties":{"accountName":"someaccount","dateFormat":"yyyy/MM/dd","filePathPrefix":"{date}/{time}","tenantId":"cea4e98b-c798-49e7-8c40-4a2b3beb47dd","timeFormat":"HH","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"Microsoft.DataLake/Accounts"},"serialization":{"properties":{"encoding":"UTF8","format":"Array"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_an_Azure_SQL_database_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output1755","name":"output1755","properties":{"datasource":{"properties":{"database":"someDatabase","server":"someServer","table":"someTable","user":"someUser"},"type":"Microsoft.Sql/Server/Database"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_an_Azure_Table_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5176/providers/Microsoft.StreamAnalytics/streamingjobs/sj2790/outputs/output958","name":"output958","properties":{"datasource":{"properties":{"accountName":"someAccountName","batchSize":25,"columnsToRemove":["column1","column2"],"partitionKey":"partitionKey","rowKey":"rowKey","table":"samples"},"type":"Microsoft.Storage/Table"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Get_an_Event_Hub_output_with_JSON_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6912/providers/Microsoft.StreamAnalytics/streamingjobs/sj3310/outputs/output5195","name":"output5195","properties":{"datasource":{"properties":{"eventHubName":"sdkeventhub","partitionKey":"partitionKey","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/EventHub"},"serialization":{"properties":{"encoding":"UTF8","format":"Array"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_a_DocumentDB_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022","name":"output3022","properties":{"datasource":{"properties":{"accountId":"someAccountId","collectionNamePattern":"collection","database":"db01","documentId":"documentId","partitionKey":"differentPartitionKey"},"type":"Microsoft.Storage/DocumentDB"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_a_Power_BI_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022","name":"output3022","properties":{"datasource":{"properties":{"dataset":"differentDataset","groupId":"ac40305e-3e8d-43ac-8161-c33799f43e95","groupName":"MyPowerBIGroup","table":"someTable","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"PowerBI"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_a_Service_Bus_Queue_output_with_Avro_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg3410/providers/Microsoft.StreamAnalytics/streamingjobs/sj5095/outputs/output3456","name":"output3456","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"queueName":"differentQueueName","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/Queue"},"serialization":{"properties":{"encoding":"UTF8","format":"LineSeparated"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_a_Service_Bus_Topic_output_with_CSV_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6450/providers/Microsoft.StreamAnalytics/streamingjobs/sj7094/outputs/output7886","name":"output7886","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey","topicName":"differentTopicName"},"type":"Microsoft.ServiceBus/Topic"},"serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":"|"},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_a_blob_output_with_CSV_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5023/providers/Microsoft.StreamAnalytics/streamingjobs/sj900/outputs/output1623","name":"output1623","properties":{"datasource":{"properties":{"container":"differentContainer","dateFormat":"yyyy/MM/dd","pathPattern":"{date}/{time}","storageAccounts":[{"accountName":"someAccountName"}],"timeFormat":"HH"},"type":"Microsoft.Storage/Blob"},"serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":"|"},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_an_Azure_Data_Lake_Store_output_with_JSON_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6912/providers/Microsoft.StreamAnalytics/streamingjobs/sj3310/outputs/output5195","name":"output5195","properties":{"datasource":{"properties":{"accountName":"differentaccount","dateFormat":"yyyy/MM/dd","filePathPrefix":"{date}/{time}","tenantId":"cea4e98b-c798-49e7-8c40-4a2b3beb47dd","timeFormat":"HH","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"Microsoft.DataLake/Accounts"},"serialization":{"properties":{"encoding":"UTF8","format":"LineSeparated"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_an_Azure_SQL_database_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output1755","name":"output1755","properties":{"datasource":{"properties":{"database":"someDatabase","server":"someServer","table":"differentTable","user":"someUser"},"type":"Microsoft.Sql/Server/Database"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_an_Azure_Table_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5176/providers/Microsoft.StreamAnalytics/streamingjobs/sj2790/outputs/output958","name":"output958","properties":{"datasource":{"properties":{"accountName":"someAccountName","batchSize":25,"columnsToRemove":["column1","column2"],"partitionKey":"differentPartitionKey","rowKey":"rowKey","table":"samples"},"type":"Microsoft.Storage/Table"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Update_an_Event_Hub_output_with_JSON_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6912/providers/Microsoft.StreamAnalytics/streamingjobs/sj3310/outputs/output5195","name":"output5195","properties":{"datasource":{"properties":{"eventHubName":"sdkeventhub","partitionKey":"differentPartitionKey","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/EventHub"},"serialization":{"properties":{"encoding":"UTF8","format":"LineSeparated"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_a_DocumentDB_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022","name":"output3022","properties":{"datasource":{"properties":{"accountId":"someAccountId","collectionNamePattern":"collection","database":"db01","documentId":"documentId","partitionKey":"key"},"type":"Microsoft.Storage/DocumentDB"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_a_Power_BI_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg7983/providers/Microsoft.StreamAnalytics/streamingjobs/sj2331/outputs/output3022","name":"output3022","properties":{"datasource":{"properties":{"dataset":"someDataset","groupId":"ac40305e-3e8d-43ac-8161-c33799f43e95","groupName":"MyPowerBIGroup","table":"someTable","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"PowerBI"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_a_Service_Bus_Queue_output_with_Avro_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg3410/providers/Microsoft.StreamAnalytics/streamingjobs/sj5095/outputs/output3456","name":"output3456","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"queueName":"sdkqueue","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/Queue"},"serialization":{"properties":{},"type":"Avro"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_a_Service_Bus_Topic_output_with_CSV_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6450/providers/Microsoft.StreamAnalytics/streamingjobs/sj7094/outputs/output7886","name":"output7886","properties":{"datasource":{"properties":{"propertyColumns":["column1","column2"],"serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey","topicName":"sdktopic"},"type":"Microsoft.ServiceBus/Topic"},"serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":","},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_a_blob_output_with_CSV_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5023/providers/Microsoft.StreamAnalytics/streamingjobs/sj900/outputs/output1623","name":"output1623","properties":{"datasource":{"properties":{"container":"state","dateFormat":"yyyy/MM/dd","pathPattern":"{date}/{time}","storageAccounts":[{"accountName":"someAccountName"}],"timeFormat":"HH"},"type":"Microsoft.Storage/Blob"},"serialization":{"properties":{"encoding":"UTF8","fieldDelimiter":","},"type":"Csv"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_an_Azure_Data_Lake_Store_output_with_JSON_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6912/providers/Microsoft.StreamAnalytics/streamingjobs/sj3310/outputs/output5195","name":"output5195","properties":{"datasource":{"properties":{"accountName":"someaccount","dateFormat":"yyyy/MM/dd","filePathPrefix":"{date}/{time}","tenantId":"cea4e98b-c798-49e7-8c40-4a2b3beb47dd","timeFormat":"HH","tokenUserDisplayName":"Bob Smith","tokenUserPrincipalName":"bobsmith@contoso.com"},"type":"Microsoft.DataLake/Accounts"},"serialization":{"properties":{"encoding":"UTF8","format":"Array"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_an_Azure_SQL_database_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg2157/providers/Microsoft.StreamAnalytics/streamingjobs/sj6458/outputs/output1755","name":"output1755","properties":{"datasource":{"properties":{"database":"someDatabase","server":"someServer","table":"someTable","user":"someUser"},"type":"Microsoft.Sql/Server/Database"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_an_Azure_Table_output":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg5176/providers/Microsoft.StreamAnalytics/streamingjobs/sj2790/outputs/output958","name":"output958","properties":{"datasource":{"properties":{"accountName":"someAccountName","batchSize":25,"columnsToRemove":["column1","column2"],"partitionKey":"partitionKey","rowKey":"rowKey","table":"samples"},"type":"Microsoft.Storage/Table"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Create_an_Event_Hub_output_with_JSON_serialization":{"value":{"id":"/subscriptions/56b5e0a9-b645-407d-99b0-c64f86013e3d/resourceGroups/sjrg6912/providers/Microsoft.StreamAnalytics/streamingjobs/sj3310/outputs/output5195","name":"output5195","properties":{"datasource":{"properties":{"eventHubName":"sdkeventhub","partitionKey":"partitionKey","serviceBusNamespace":"sdktest","sharedAccessPolicyName":"RootManageSharedAccessKey"},"type":"Microsoft.ServiceBus/EventHub"},"serialization":{"properties":{"encoding":"UTF8","format":"Array"},"type":"Json"}},"type":"Microsoft.StreamAnalytics/streamingjobs/outputs"}},"Test_the_connection_for_an_output":{"value":{"status":"TestSucceeded"}}},"parameters":{"ApiVersionParameter":{"description":"Client Api Version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"List all outputs in a streaming job":{"value":"2016-03-01"},"Delete an output":{"value":"2016-03-01"},"Get a DocumentDB output":{"value":"2016-03-01"},"Get a Power BI output":{"value":"2016-03-01"},"Get a Service Bus Queue output with Avro serialization":{"value":"2016-03-01"},"Get a Service Bus Topic output with CSV serialization":{"value":"2016-03-01"},"Get a blob output with CSV serialization":{"value":"2016-03-01"},"Get an Azure Data Lake Store output with JSON serialization":{"value":"2016-03-01"},"Get an Azure SQL database output":{"value":"2016-03-01"},"Get an Azure Table output":{"value":"2016-03-01"},"Get an Event Hub output with JSON serialization":{"value":"2016-03-01"},"Update a DocumentDB output":{"value":"2016-03-01"},"Update a Power BI output":{"value":"2016-03-01"},"Update a Service Bus Queue output with Avro serialization":{"value":"2016-03-01"},"Update a Service Bus Topic output with CSV serialization":{"value":"2016-03-01"},"Update a blob output with CSV serialization":{"value":"2016-03-01"},"Update an Azure Data Lake Store output with JSON serialization":{"value":"2016-03-01"},"Update an Azure SQL database output":{"value":"2016-03-01"},"Update an Azure Table output":{"value":"2016-03-01"},"Update an Event Hub output with JSON serialization":{"value":"2016-03-01"},"Create a DocumentDB output":{"value":"2016-03-01"},"Create a Power BI output":{"value":"2016-03-01"},"Create a Service Bus Queue output with Avro serialization":{"value":"2016-03-01"},"Create a Service Bus Topic output with CSV serialization":{"value":"2016-03-01"},"Create a blob output with CSV serialization":{"value":"2016-03-01"},"Create an Azure Data Lake Store output with JSON serialization":{"value":"2016-03-01"},"Create an Azure SQL database output":{"value":"2016-03-01"},"Create an Azure Table output":{"value":"2016-03-01"},"Create an Event Hub output with JSON serialization":{"value":"2016-03-01"},"Test the connection for an output":{"value":"2016-03-01"}}},"OutputNameParameter":{"description":"The name of the output.","in":"path","name":"outputName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Delete an output":{"value":"output1755"},"Get a DocumentDB output":{"value":"output3022"},"Get a Power BI output":{"value":"output3022"},"Get a Service Bus Queue output with Avro serialization":{"value":"output3456"},"Get a Service Bus Topic output with CSV serialization":{"value":"output7886"},"Get a blob output with CSV serialization":{"value":"output1623"},"Get an Azure Data Lake Store output with JSON serialization":{"value":"output5195"},"Get an Azure SQL database output":{"value":"output1755"},"Get an Azure Table output":{"value":"output958"},"Get an Event Hub output with JSON serialization":{"value":"output5195"},"Update a DocumentDB output":{"value":"output3022"},"Update a Power BI output":{"value":"output3022"},"Update a Service Bus Queue output with Avro serialization":{"value":"output3456"},"Update a Service Bus Topic output with CSV serialization":{"value":"output7886"},"Update a blob output with CSV serialization":{"value":"output1623"},"Update an Azure Data Lake Store output with JSON serialization":{"value":"output5195"},"Update an Azure SQL database output":{"value":"output1755"},"Update an Azure Table output":{"value":"output958"},"Update an Event Hub output with JSON serialization":{"value":"output5195"},"Create a DocumentDB output":{"value":"output3022"},"Create a Power BI output":{"value":"output3022"},"Create a Service Bus Queue output with Avro serialization":{"value":"output3456"},"Create a Service Bus Topic output with CSV serialization":{"value":"output7886"},"Create a blob output with CSV serialization":{"value":"output1623"},"Create an Azure Data Lake Store output with JSON serialization":{"value":"output5195"},"Create an Azure SQL database output":{"value":"output1755"},"Create an Azure Table output":{"value":"output958"},"Create an Event Hub output with JSON serialization":{"value":"output5195"},"Test the connection for an output":{"value":"output1755"}}},"ResourceGroupNameParameter":{"description":"The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List all outputs in a streaming job":{"value":"sjrg2157"},"Delete an output":{"value":"sjrg2157"},"Get a DocumentDB output":{"value":"sjrg7983"},"Get a Power BI output":{"value":"sjrg7983"},"Get a Service Bus Queue output with Avro serialization":{"value":"sjrg3410"},"Get a Service Bus Topic output with CSV serialization":{"value":"sjrg6450"},"Get a blob output with CSV serialization":{"value":"sjrg5023"},"Get an Azure Data Lake Store output with JSON serialization":{"value":"sjrg6912"},"Get an Azure SQL database output":{"value":"sjrg2157"},"Get an Azure Table output":{"value":"sjrg5176"},"Get an Event Hub output with JSON serialization":{"value":"sjrg6912"},"Update a DocumentDB output":{"value":"sjrg7983"},"Update a Power BI output":{"value":"sjrg7983"},"Update a Service Bus Queue output with Avro serialization":{"value":"sjrg3410"},"Update a Service Bus Topic output with CSV serialization":{"value":"sjrg6450"},"Update a blob output with CSV serialization":{"value":"sjrg5023"},"Update an Azure Data Lake Store output with JSON serialization":{"value":"sjrg6912"},"Update an Azure SQL database output":{"value":"sjrg2157"},"Update an Azure Table output":{"value":"sjrg5176"},"Update an Event Hub output with JSON serialization":{"value":"sjrg6912"},"Create a DocumentDB output":{"value":"sjrg7983"},"Create a Power BI output":{"value":"sjrg7983"},"Create a Service Bus Queue output with Avro serialization":{"value":"sjrg3410"},"Create a Service Bus Topic output with CSV serialization":{"value":"sjrg6450"},"Create a blob output with CSV serialization":{"value":"sjrg5023"},"Create an Azure Data Lake Store output with JSON serialization":{"value":"sjrg6912"},"Create an Azure SQL database output":{"value":"sjrg2157"},"Create an Azure Table output":{"value":"sjrg5176"},"Create an Event Hub output with JSON serialization":{"value":"sjrg6912"},"Test the connection for an output":{"value":"sjrg2157"}}},"StreamingJobNameParameter":{"description":"The name of the streaming job.","in":"path","name":"jobName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"List all outputs in a streaming job":{"value":"sj6458"},"Delete an output":{"value":"sj6458"},"Get a DocumentDB output":{"value":"sj2331"},"Get a Power BI output":{"value":"sj2331"},"Get a Service Bus Queue output with Avro serialization":{"value":"sj5095"},"Get a Service Bus Topic output with CSV serialization":{"value":"sj7094"},"Get a blob output with CSV serialization":{"value":"sj900"},"Get an Azure Data Lake Store output with JSON serialization":{"value":"sj3310"},"Get an Azure SQL database output":{"value":"sj6458"},"Get an Azure Table output":{"value":"sj2790"},"Get an Event Hub output with JSON serialization":{"value":"sj3310"},"Update a DocumentDB output":{"value":"sj2331"},"Update a Power BI output":{"value":"sj2331"},"Update a Service Bus Queue output with Avro serialization":{"value":"sj5095"},"Update a Service Bus Topic output with CSV serialization":{"value":"sj7094"},"Update a blob output with CSV serialization":{"value":"sj900"},"Update an Azure Data Lake Store output with JSON serialization":{"value":"sj3310"},"Update an Azure SQL database output":{"value":"sj6458"},"Update an Azure Table output":{"value":"sj2790"},"Update an Event Hub output with JSON serialization":{"value":"sj3310"},"Create a DocumentDB output":{"value":"sj2331"},"Create a Power BI output":{"value":"sj2331"},"Create a Service Bus Queue output with Avro serialization":{"value":"sj5095"},"Create a Service Bus Topic output with CSV serialization":{"value":"sj7094"},"Create a blob output with CSV serialization":{"value":"sj900"},"Create an Azure Data Lake Store output with JSON serialization":{"value":"sj3310"},"Create an Azure SQL database output":{"value":"sj6458"},"Create an Azure Table output":{"value":"sj2790"},"Create an Event Hub output with JSON serialization":{"value":"sj3310"},"Test the connection for an output":{"value":"sj6458"}}},"SubscriptionIdParameter":{"description":"GUID which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List all outputs in a streaming job":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Delete an output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get a DocumentDB output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get a Power BI output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get a Service Bus Queue output with Avro serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get a Service Bus Topic output with CSV serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get a blob output with CSV serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get an Azure Data Lake Store output with JSON serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get an Azure SQL database output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get an Azure Table output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Get an Event Hub output with JSON serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update a DocumentDB output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update a Power BI output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update a Service Bus Queue output with Avro serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update a Service Bus Topic output with CSV serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update a blob output with CSV serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update an Azure Data Lake Store output with JSON serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update an Azure SQL database output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update an Azure Table output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Update an Event Hub output with JSON serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create a DocumentDB output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create a Power BI output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create a Service Bus Queue output with Avro serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create a Service Bus Topic output with CSV serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create a blob output with CSV serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create an Azure Data Lake Store output with JSON serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create an Azure SQL database output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create an Azure Table output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Create an Event Hub output with JSON serialization":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"},"Test the connection for an output":{"value":"56b5e0a9-b645-407d-99b0-c64f86013e3d"}}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"AzureDataLakeStoreOutputDataSource":{"allOf":[{"$ref":"#/components/schemas/OutputDataSource"}],"description":"Describes an Azure Data Lake Store output data source.","properties":{"properties":{"$ref":"#/components/schemas/AzureDataLakeStoreOutputDataSourceProperties"}},"x-ms-discriminator-value":"Microsoft.DataLake/Accounts"},"AzureDataLakeStoreOutputDataSourceProperties":{"allOf":[{"$ref":"#/components/schemas/OAuthBasedDataSourceProperties"}],"description":"The properties that are associated with an Azure Data Lake Store.","properties":{"accountName":{"description":"The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.","type":"string"},"dateFormat":{"description":"The date format. Wherever {date} appears in filePathPrefix, the value of this property is used as the date format instead.","type":"string"},"filePathPrefix":{"description":"The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.","type":"string"},"tenantId":{"description":"The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.","type":"string"},"timeFormat":{"description":"The time format. Wherever {time} appears in filePathPrefix, the value of this property is used as the time format instead.","type":"string"}}},"AzureSqlDatabaseDataSourceProperties":{"description":"The properties that are associated with an Azure SQL database data source.","properties":{"database":{"description":"The name of the Azure SQL database. Required on PUT (CreateOrReplace) requests.","type":"string"},"password":{"description":"The password that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.","type":"string"},"server":{"description":"The name of the SQL server containing the Azure SQL database. Required on PUT (CreateOrReplace) requests.","type":"string"},"table":{"description":"The name of the table in the Azure SQL database. Required on PUT (CreateOrReplace) requests.","type":"string"},"user":{"description":"The user name that will be used to connect to the Azure SQL database. Required on PUT (CreateOrReplace) requests.","type":"string"}}},"AzureSqlDatabaseOutputDataSource":{"allOf":[{"$ref":"#/components/schemas/OutputDataSource"}],"description":"Describes an Azure SQL database output data source.","properties":{"properties":{"$ref":"#/components/schemas/AzureSqlDatabaseOutputDataSourceProperties"}},"x-ms-discriminator-value":"Microsoft.Sql/Server/Database"},"AzureSqlDatabaseOutputDataSourceProperties":{"allOf":[{"$ref":"#/components/schemas/AzureSqlDatabaseDataSourceProperties"}],"description":"The properties that are associated with an Azure SQL database output.","properties":{}},"AzureTableOutputDataSource":{"allOf":[{"$ref":"#/components/schemas/OutputDataSource"}],"description":"Describes an Azure Table output data source.","properties":{"properties":{"$ref":"#/components/schemas/AzureTableOutputDataSourceProperties"}},"x-ms-discriminator-value":"Microsoft.Storage/Table"},"AzureTableOutputDataSourceProperties":{"description":"The