openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 99.8 kB
JSON
{"openapi":"3.0.0","info":{"description":"Creates an Azure Data Lake Analytics account management client.","title":"DataLakeAnalyticsAccountManagementClient","version":"2016-11-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/datalake-analytics/resource-manager/Microsoft.DataLakeAnalytics/stable/2016-11-01/account.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"datalake-analytics-account","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.DataLakeAnalytics/operations":{"get":{"description":"Lists all of the available Data Lake Analytics REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully listed the available operations for Data Lake Analytics.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"Lists all of the available Data Lake Analytics REST API operations":{"$ref":"#/components/examples/Lists_all_of_the_available_Data_Lake_Analytics_REST_API_operations"}}}}}},"tags":["Operations"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/accounts":{"get":{"description":"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.","operationId":"Accounts_List","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"OData filter. Optional.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.":{"value":"test_filter"}}},{"description":"The number of items to return. Optional.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.":{"value":1}}},{"description":"The number of items to skip over before returning elements. Optional.","in":"query","name":"$skip","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.":{"value":1}}},{"description":"OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.","in":"query","name":"$select","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.":{"value":"test_select"}}},{"description":"OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.":{"value":"test_orderby"}}},{"description":"The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.","in":"query","name":"$count","required":false,"schema":{"type":"boolean"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.":{"value":false}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of Azure Data Lake Analytics accounts.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccountListResult"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within the current subscription. This includes a link to the next page, if any.":{"$ref":"#/components/examples/Gets_the_first_page_of_Data_Lake_Analytics_accounts_if_any_within_the_current_subscription._This_includes_a_link_to_the_next_page_if_any."}}}}}},"tags":["Accounts"],"x-ms-odata":"#/components/schemas/DataLakeAnalyticsAccountBasic","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability":{"get":{"description":"Gets subscription-level properties and limits for Data Lake Analytics specified by resource location.","operationId":"Locations_GetCapability","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The resource location without whitespace.","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"Gets subscription-level properties and limits for Data Lake Analytics specified by resource location":{"value":"EastUS2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the subscription-level properties and limits for Data Lake Analytics specified by resource location.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CapabilityInformation"},"examples":{"Gets subscription-level properties and limits for Data Lake Analytics specified by resource location":{"$ref":"#/components/examples/Gets_subscription-level_properties_and_limits_for_Data_Lake_Analytics_specified_by_resource_location"}}}}},"404":{"description":"Subscription not found."}},"tags":["Locations"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/checkNameAvailability":{"post":{"description":"Checks whether the specified account name is available or taken.","operationId":"Accounts_CheckNameAvailability","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The resource location without whitespace.","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"Checks whether the specified account name is available or taken":{"value":"EastUS2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckNameAvailabilityParameters"}}},"description":"Parameters supplied to check the Data Lake Analytics account name availability.","required":true},"responses":{"200":{"description":"Successfully retrieved the Data Lake Analytics account name availability information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameAvailabilityInformation"},"examples":{"Checks whether the specified account name is available or taken":{"$ref":"#/components/examples/Checks_whether_the_specified_account_name_is_available_or_taken"}}}}}},"tags":["Accounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts":{"get":{"description":"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.","operationId":"Accounts_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"OData filter. Optional.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.":{"value":"test_filter"}}},{"description":"The number of items to return. Optional.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.":{"value":1}}},{"description":"The number of items to skip over before returning elements. Optional.","in":"query","name":"$skip","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.":{"value":1}}},{"description":"OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.","in":"query","name":"$select","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.":{"value":"test_select"}}},{"description":"OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.":{"value":"test_orderby"}}},{"description":"The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.","in":"query","name":"$count","required":false,"schema":{"type":"boolean"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.":{"value":false}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of accounts in the specified resource group.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccountListResult"},"examples":{"Gets the first page of Data Lake Analytics accounts, if any, within a specific resource group. This includes a link to the next page, if any.":{"$ref":"#/components/examples/Gets_the_first_page_of_Data_Lake_Analytics_accounts_if_any_within_a_specific_resource_group._This_includes_a_link_to_the_next_page_if_any."}}}}}},"tags":["Accounts"],"x-ms-odata":"#/components/schemas/DataLakeAnalyticsAccountBasic","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}":{"delete":{"description":"Begins the delete process for the Data Lake Analytics account object specified by the account name.","operationId":"Accounts_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the specified account."},"202":{"description":"Successfully initiated the deletion of the specified account."},"204":{"description":"The specified account was not found."}},"tags":["Accounts"],"x-ms-long-running-operation":true},"get":{"description":"Gets details of the specified Data Lake Analytics account.","operationId":"Accounts_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the details of the specified account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccount"},"examples":{"Gets details of the specified Data Lake Analytics account.":{"$ref":"#/components/examples/Gets_details_of_the_specified_Data_Lake_Analytics_account."}}}}}},"tags":["Accounts"]},"patch":{"description":"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.","operationId":"Accounts_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateDataLakeAnalyticsAccountParameters"}}},"description":"Parameters supplied to the update Data Lake Analytics account operation."},"responses":{"200":{"description":"Successfully updated the specified account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccount"},"examples":{"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.":{"$ref":"#/components/examples/Updates_the_Data_Lake_Analytics_account_object_specified_by_the_accountName_with_the_contents_of_the_account_object."}}}}},"201":{"description":"Successfully initiated an update of the specified account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccount"},"examples":{"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.":{"$ref":"#/components/examples/Updates_the_Data_Lake_Analytics_account_object_specified_by_the_accountName_with_the_contents_of_the_account_object."}}}}},"202":{"description":"Successfully initiated an update of the specified account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccount"},"examples":{"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.":{"$ref":"#/components/examples/Updates_the_Data_Lake_Analytics_account_object_specified_by_the_accountName_with_the_contents_of_the_account_object."}}}}}},"tags":["Accounts"],"x-ms-long-running-operation":true},"put":{"description":"Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.","operationId":"Accounts_Create","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateDataLakeAnalyticsAccountParameters"}}},"description":"Parameters supplied to create a new Data Lake Analytics account.","required":true},"responses":{"200":{"description":"Successfully created the specified account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccount"},"examples":{"Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.":{"$ref":"#/components/examples/Creates_the_specified_Data_Lake_Analytics_account._This_supplies_the_user_with_computation_services_for_Data_Lake_Analytics_workloads."}}}}},"201":{"description":"Successfully initiated creation of the specified account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeAnalyticsAccount"},"examples":{"Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.":{"$ref":"#/components/examples/Creates_the_specified_Data_Lake_Analytics_account._This_supplies_the_user_with_computation_services_for_Data_Lake_Analytics_workloads."}}}}}},"tags":["Accounts"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies":{"get":{"description":"Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies","operationId":"ComputePolicies_ListByAccount","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully listed the compute policies.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputePolicyListResult"},"examples":{"Lists the compute policies within the adla account":{"$ref":"#/components/examples/Lists_the_compute_policies_within_the_adla_account"}}}}}},"tags":["ComputePolicies"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/computePolicies/{computePolicyName}":{"delete":{"description":"Deletes the specified compute policy from the specified Data Lake Analytics account","operationId":"ComputePolicies_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the compute policy to delete.","in":"path","name":"computePolicyName","required":true,"schema":{"type":"string"},"examples":{"Deletes the specified compute policy from the adla account":{"value":"test_policy"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the specified compute policy"},"204":{"description":"The specified compute policy does not exist or was already deleted."}},"tags":["ComputePolicies"]},"get":{"description":"Gets the specified Data Lake Analytics compute policy.","operationId":"ComputePolicies_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the compute policy to retrieve.","in":"path","name":"computePolicyName","required":true,"schema":{"type":"string"},"examples":{"Gets the specified compute policy":{"value":"test_policy"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the specified compute policy.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputePolicy"},"examples":{"Gets the specified compute policy":{"$ref":"#/components/examples/Gets_the_specified_compute_policy"}}}}}},"tags":["ComputePolicies"]},"patch":{"description":"Updates the specified compute policy.","operationId":"ComputePolicies_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the compute policy to update.","in":"path","name":"computePolicyName","required":true,"schema":{"type":"string"},"examples":{"Updates the specified compute policy":{"value":"test_policy"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateComputePolicyParameters"}}},"description":"Parameters supplied to update the compute policy."},"responses":{"200":{"description":"Successfully updated the specified compute policy","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputePolicy"},"examples":{"Updates the specified compute policy":{"$ref":"#/components/examples/Updates_the_specified_compute_policy"}}}}}},"tags":["ComputePolicies"]},"put":{"description":"Creates or updates the specified compute policy. During update, the compute policy with the specified name will be replaced with this new compute policy. An account supports, at most, 50 policies","operationId":"ComputePolicies_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the compute policy to create or update.","in":"path","name":"computePolicyName","required":true,"schema":{"type":"string"},"examples":{"Creates or updates the specified compute policy":{"value":"test_policy"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateOrUpdateComputePolicyParameters"}}},"description":"Parameters supplied to create or update the compute policy. The max degree of parallelism per job property, min priority per job property, or both must be present.","required":true},"responses":{"200":{"description":"Successfully created or updated the specified compute policy","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComputePolicy"},"examples":{"Creates or updates the specified compute policy":{"$ref":"#/components/examples/Creates_or_updates_the_specified_compute_policy"}}}}}},"tags":["ComputePolicies"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts":{"get":{"description":"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.","operationId":"DataLakeStoreAccounts_ListByAccount","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"OData filter. Optional.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":"test_filter"}}},{"description":"The number of items to return. Optional.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":1}}},{"description":"The number of items to skip over before returning elements. Optional.","in":"query","name":"$skip","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":1}}},{"description":"OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.","in":"query","name":"$select","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":"test_select"}}},{"description":"OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":"test_orderby"}}},{"description":"The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.","in":"query","name":"$count","required":false,"schema":{"type":"boolean"},"examples":{"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":false}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of Data Lake Store accounts.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeStoreAccountInformationListResult"},"examples":{"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"$ref":"#/components/examples/Gets_the_first_page_of_Data_Lake_Store_accounts_linked_to_the_specified_Data_Lake_Analytics_account"}}}}}},"tags":["DataLakeStoreAccounts"],"x-ms-odata":"#/components/schemas/DataLakeStoreAccountInformation","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/dataLakeStoreAccounts/{dataLakeStoreAccountName}":{"delete":{"description":"Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.","operationId":"DataLakeStoreAccounts_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Data Lake Store account to remove","in":"path","name":"dataLakeStoreAccountName","required":true,"schema":{"type":"string"},"examples":{"Removes the specified Data Lake Store account":{"value":"test_adls_account"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully removed the specified Azure Data Lake Store account information from the specified Azure Data Lake Analytics account."}},"tags":["DataLakeStoreAccounts"]},"get":{"description":"Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.","operationId":"DataLakeStoreAccounts_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Data Lake Store account to retrieve","in":"path","name":"dataLakeStoreAccountName","required":true,"schema":{"type":"string"},"examples":{"Gets the specified Data Lake Store account details":{"value":"test_adls_account"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the specified Azure Data Lake Store account information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataLakeStoreAccountInformation"},"examples":{"Gets the specified Data Lake Store account details":{"$ref":"#/components/examples/Gets_the_specified_Data_Lake_Store_account_details"}}}}}},"tags":["DataLakeStoreAccounts"]},"put":{"description":"Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.","operationId":"DataLakeStoreAccounts_Add","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Data Lake Store account to add.","in":"path","name":"dataLakeStoreAccountName","required":true,"schema":{"type":"string"},"examples":{"Adds a Data Lake Store account":{"value":"test_adls_account"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddDataLakeStoreParameters"}}},"description":"The details of the Data Lake Store account."},"responses":{"200":{"description":"Successfully added the specified Azure Data Lake Store account information."}},"tags":["DataLakeStoreAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules":{"get":{"description":"Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.","operationId":"FirewallRules_ListByAccount","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully listed the firewall rules.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRuleListResult"},"examples":{"Lists the Data Lake Analytics firewall rules":{"$ref":"#/components/examples/Lists_the_Data_Lake_Analytics_firewall_rules"}}}}}},"tags":["FirewallRules"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}":{"delete":{"description":"Deletes the specified firewall rule from the specified Data Lake Analytics account","operationId":"FirewallRules_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the firewall rule to delete.","in":"path","name":"firewallRuleName","required":true,"schema":{"type":"string"},"examples":{"Deletes the specified firewall rule":{"value":"test_rule"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the specified firewall rule"},"204":{"description":"The specified firewall rule does not exist or was already deleted."}},"tags":["FirewallRules"]},"get":{"description":"Gets the specified Data Lake Analytics firewall rule.","operationId":"FirewallRules_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the firewall rule to retrieve.","in":"path","name":"firewallRuleName","required":true,"schema":{"type":"string"},"examples":{"Gets the specified Data Lake Analytics firewall rule":{"value":"test_rule"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the specified firewall rule.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"Gets the specified Data Lake Analytics firewall rule":{"$ref":"#/components/examples/Gets_the_specified_Data_Lake_Analytics_firewall_rule"}}}}}},"tags":["FirewallRules"]},"patch":{"description":"Updates the specified firewall rule.","operationId":"FirewallRules_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the firewall rule to update.","in":"path","name":"firewallRuleName","required":true,"schema":{"type":"string"},"examples":{"Updates the specified firewall rule":{"value":"test_rule"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateFirewallRuleParameters"}}},"description":"Parameters supplied to update the firewall rule."},"responses":{"200":{"description":"Successfully updated the specified firewall rule","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"Updates the specified firewall rule":{"$ref":"#/components/examples/Updates_the_specified_firewall_rule"}}}}}},"tags":["FirewallRules"]},"put":{"description":"Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule.","operationId":"FirewallRules_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the firewall rule to create or update.","in":"path","name":"firewallRuleName","required":true,"schema":{"type":"string"},"examples":{"Creates or updates the specified firewall rule":{"value":"test_rule"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateOrUpdateFirewallRuleParameters"}}},"description":"Parameters supplied to create or update the firewall rule.","required":true},"responses":{"200":{"description":"Successfully created or updated the specified firewall rule","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"Creates or updates the specified firewall rule":{"$ref":"#/components/examples/Creates_or_updates_the_specified_firewall_rule"}}}}}},"tags":["FirewallRules"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts":{"get":{"description":"Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.","operationId":"StorageAccounts_ListByAccount","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The OData filter. Optional.","in":"query","name":"$filter","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":"test_filter"}}},{"description":"The number of items to return. Optional.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":1}}},{"description":"The number of items to skip over before returning elements. Optional.","in":"query","name":"$skip","required":false,"schema":{"type":"integer","format":"int32","minimum":1},"examples":{"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":1}}},{"description":"OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.","in":"query","name":"$select","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":"test_select"}}},{"description":"OrderBy clause. One or more comma-separated expressions with an optional \"asc\" (the default) or \"desc\" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.","in":"query","name":"$orderby","required":false,"schema":{"type":"string"},"examples":{"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":"test_orderby"}}},{"description":"The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.","in":"query","name":"$count","required":false,"schema":{"type":"boolean"},"examples":{"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":false}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of Azure Storage accounts.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountInformationListResult"},"examples":{"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"$ref":"#/components/examples/Gets_the_first_page_of_Azure_Storage_accounts_linked_to_the_specified_Data_Lake_Analytics_account"}}}}}},"tags":["StorageAccounts"],"x-ms-odata":"#/components/schemas/StorageAccountInformation","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}":{"delete":{"description":"Updates the specified Data Lake Analytics account to remove an Azure Storage account.","operationId":"StorageAccounts_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Azure Storage account to remove","in":"path","name":"storageAccountName","required":true,"schema":{"type":"string"},"examples":{"Removes an Azure Storage account":{"value":"test_storage"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully deleted the specified Azure Storage account information from the Azure Data Lake Analytics account."}},"tags":["StorageAccounts"]},"get":{"description":"Gets the specified Azure Storage account linked to the given Data Lake Analytics account.","operationId":"StorageAccounts_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Azure Storage account for which to retrieve the details.","in":"path","name":"storageAccountName","required":true,"schema":{"type":"string"},"examples":{"Gets the specified Azure Storage account":{"value":"test_storage"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the specified Azure Storage account information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageAccountInformation"},"examples":{"Gets the specified Azure Storage account":{"$ref":"#/components/examples/Gets_the_specified_Azure_Storage_account"}}}}}},"tags":["StorageAccounts"]},"patch":{"description":"Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.","operationId":"StorageAccounts_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The Azure Storage account to modify","in":"path","name":"storageAccountName","required":true,"schema":{"type":"string"},"examples":{"Replaces Azure Storage blob account details":{"value":"test_storage"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateStorageAccountParameters"}}},"description":"The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change."},"responses":{"200":{"description":"Successfully update the specified Azure Storage account information for the specified Azure Data Lake Analytics account."}},"tags":["StorageAccounts"]},"put":{"description":"Updates the specified Data Lake Analytics account to add an Azure Storage account.","operationId":"StorageAccounts_Add","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Azure Storage account to add","in":"path","name":"storageAccountName","required":true,"schema":{"type":"string"},"examples":{"Adds an Azure Storage account":{"value":"test_storage"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddStorageAccountParameters"}}},"description":"The parameters containing the access key and optional suffix for the Azure Storage Account.","required":true},"responses":{"200":{"description":"Successfully added the specified Azure Storage account information to the specified Azure Data Lake Analytics account."}},"tags":["StorageAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers":{"get":{"description":"Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.","operationId":"StorageAccounts_ListStorageContainers","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Azure storage account from which to list blob containers.","in":"path","name":"storageAccountName","required":true,"schema":{"type":"string"},"examples":{"Lists the Azure Storage containers":{"value":"test_storage"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of Azure Storage containers under the specified Azure Data Lake Analytics account.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageContainerListResult"},"examples":{"Lists the Azure Storage containers":{"$ref":"#/components/examples/Lists_the_Azure_Storage_containers"}}}}}},"tags":["StorageAccounts"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}":{"get":{"description":"Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.","operationId":"StorageAccounts_GetStorageContainer","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Azure storage account from which to retrieve the blob container.","in":"path","name":"storageAccountName","required":true,"schema":{"type":"string"},"examples":{"Gets the specified Azure Storage container":{"value":"test_storage"}}},{"description":"The name of the Azure storage container to retrieve","in":"path","name":"containerName","required":true,"schema":{"type":"string"},"examples":{"Gets the specified Azure Storage container":{"value":"test_container"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the specified Azure Storage container information.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StorageContainer"},"examples":{"Gets the specified Azure Storage container":{"$ref":"#/components/examples/Gets_the_specified_Azure_Storage_container"}}}}}},"tags":["StorageAccounts"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}/listSasTokens":{"post":{"description":"Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.","operationId":"StorageAccounts_ListSasTokens","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/AccountNameParameter"},{"description":"The name of the Azure storage account for which the SAS token is being requested.","in":"path","name":"storageAccountName","required":true,"schema":{"type":"string"},"examples":{"Gets the SAS token":{"value":"test_storage"}}},{"description":"The name of the Azure storage container for which the SAS token is being requested.","in":"path","name":"containerName","required":true,"schema":{"type":"string"},"examples":{"Gets the SAS token":{"value":"test_container"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"Successfully retrieved the list of Storage Account SAS tokens for the specified Azure Storage account container.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SasTokenInformationListResult"},"examples":{"Gets the SAS token":{"$ref":"#/components/examples/Gets_the_SAS_token"}}}}}},"tags":["StorageAccounts"],"x-ms-pageable":{"nextLinkName":"nextLink"}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Lists_all_of_the_available_Data_Lake_Analytics_REST_API_operations":{"value":{"nextLink":"https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/contosorg/providers/Microsoft.DataLakeAnalytics/accounts/contosoadla/jobPolicies?api-version=2016-11-01&%24skiptoken=<token>","value":[{"display":{"description":"Get available operations of DataLakeAnalytics.","operation":"Get Available Operations","provider":"Microsoft DataLakeAnalytics","resource":"Available Operations"},"name":"Microsoft.DataLakeAnalytics/operations/read"}]}},"Gets_the_first_page_of_Data_Lake_Analytics_accounts_if_any_within_the_current_subscription._This_includes_a_link_to_the_next_page_if_any.":{"value":{"nextLink":"https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/contosorg/providers/Microsoft.DataLakeAnalytics/accounts/contosoadla/jobPolicies?api-version=2016-11-01&%24skiptoken=<token>","value":[{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","location":"eastus2","name":"test_account","properties":{"accountId":"94f4bf5d-78a9-4c31-8aa7-b34d07bad898","creationTime":"2017-04-14T13:21:56.6819037-07:00","endpoint":"test_endpoint","lastModifiedTime":"2017-04-14T13:21:56.6819037-07:00","provisioningState":"Succeeded","state":"Active"},"tags":{"test_key":"test_value"},"type":"test_type"}]}},"Gets_subscription-level_properties_and_limits_for_Data_Lake_Analytics_specified_by_resource_location":{"value":{"accountCount":100,"maxAccountCount":150,"migrationState":false,"state":"Registered","subscriptionId":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"}},"Checks_whether_the_specified_account_name_is_available_or_taken":{"value":{"message":"An account named 'abc' already exists.","nameAvailable":false,"reason":"AlreadyExists"}},"Gets_the_first_page_of_Data_Lake_Analytics_accounts_if_any_within_a_specific_resource_group._This_includes_a_link_to_the_next_page_if_any.":{"value":{"nextLink":"https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/contosorg/providers/Microsoft.DataLakeAnalytics/accounts/contosoadla/jobPolicies?api-version=2016-11-01&%24skiptoken=<token>","value":[{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","location":"eastus2","name":"test_account","properties":{"accountId":"94f4bf5d-78a9-4c31-8aa7-b34d07bad898","creationTime":"2017-04-14T13:21:56.6819037-07:00","endpoint":"test_endpoint","lastModifiedTime":"2017-04-14T13:21:56.6819037-07:00","provisioningState":"Succeeded","state":"Active"},"tags":{"test_key":"test_value"},"type":"test_type"}]}},"Gets_details_of_the_specified_Data_Lake_Analytics_account.":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rgaba12041/providers/Microsoft.DataLakeAnalytics/accounts/testaba15818","location":"eastus2","name":"test_account","properties":{"accountId":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","computePolicies":[{"id":"test_policy_id","name":"test_policy","properties":{"maxDegreeOfParallelismPerJob":1,"minPriorityPerJob":1,"objectId":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","objectType":"User"},"type":"test_type"}],"creationTime":"2017-04-14T13:21:56.6819037-07:00","currentTier":"Consumption","dataLakeStoreAccounts":[{"id":"test_adls_id","name":"test_adls","properties":{"suffix":"test_suffix"},"type":"test_type"}],"defaultDataLakeStoreAccount":"test_adls","endpoint":"test_endpoint","firewallAllowAzureIps":"Enabled","firewallRules":[{"id":"test_firewall_id","name":"test_rule","properties":{"endIpAddress":"2.2.2.2","startIpAddress":"1.1.1.1"},"type":"test_type"}],"firewallState":"Enabled","lastModifiedTime":"2017-04-14T13:21:56.6819037-07:00","maxDegreeOfParallelism":30,"maxDegreeOfParallelismPerJob":1,"maxJobCount":3,"minPriorityPerJob":1,"newTier":"Consumption","provisioningState":"Succeeded","queryStoreRetention":30,"state":"Active","storageAccounts":[{"id":"test_storage_id","name":"test_storage","properties":{"suffix":"test_suffix"},"type":"test_type"}],"systemMaxDegreeOfParallelism":1,"systemMaxJobCount":1},"tags":{"test_key":"test_value"},"type":"Microsoft.DataLakeAnalytics/accounts"}},"Updates_the_Data_Lake_Analytics_account_object_specified_by_the_accountName_with_the_contents_of_the_account_object.":{"value":{"id":"/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/rgaba12041/providers/Microsoft.DataLakeAnalytics/accounts/testaba15818","location":"eastus2","name":"test_account","properties":{"accountId":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","computePolicies":[{"id":"test_policy_id","name":"test_policy","properties":{"maxDegreeOfParallelismPerJob":1,"minPriorityPerJob":1,"objectId":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","objectType":"User"},"type":"test_type"}],"creationTime":"2017-04-14T13:21:56.6819037-07:00","currentTier":"Consumption","dataLakeStoreAccounts":[{"id":"test_a