{"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_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"}},"Creates_the_specified_Data_Lake_Analytics_account._This_supplies_the_user_with_computation_services_for_Data_Lake_Analytics_workloads.":{"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"}},"Lists_the_compute_policies_within_the_adla_account":{"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":[{"name":"test_policy","properties":{"maxDegreeOfParallelismPerJob":10,"minPriorityPerJob":30,"objectId":"776b9091-8916-4638-87f7-9c989a38da98","objectType":"User"}},{"name":"test_policy1","properties":{"maxDegreeOfParallelismPerJob":5,"minPriorityPerJob":15,"objectId":"776b9091-8916-4638-87f7-9c989a38da99","objectType":"Group"}},{"name":"test_policy2","properties":{"maxDegreeOfParallelismPerJob":20,"minPriorityPerJob":60,"objectId":"776b9091-8916-4638-87f7-9c989a38da97","objectType":"ServicePrincipal"}}]}},"Gets_the_specified_compute_policy":{"value":{"name":"test_policy","properties":{"maxDegreeOfParallelismPerJob":10,"minPriorityPerJob":30,"objectId":"776b9091-8916-4638-87f7-9c989a38da98","objectType":"User"}}},"Updates_the_specified_compute_policy":{"value":{"name":"test_policy","properties":{"maxDegreeOfParallelismPerJob":11,"minPriorityPerJob":31,"objectId":"776b9091-8916-4638-87f7-9c989a38da98","objectType":"User"}}},"Creates_or_updates_the_specified_compute_policy":{"value":{"name":"test_policy","properties":{"maxDegreeOfParallelismPerJob":10,"minPriorityPerJob":30,"objectId":"776b9091-8916-4638-87f7-9c989a38da98","objectType":"User"}}},"Gets_the_first_page_of_Data_Lake_Store_accounts_linked_to_the_specified_Data_Lake_Analytics_account":{"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","name":"test_adls","properties":{"suffix":"test_suffix"},"type":"test_type"}]}},"Gets_the_specified_Data_Lake_Store_account_details":{"value":{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","name":"test_adls","properties":{"suffix":"test_suffix"},"type":"test_type"}},"Lists_the_Data_Lake_Analytics_firewall_rules":{"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","name":"test_rule","properties":{"endIpAddress":"2.2.2.2","startIpAddress":"1.1.1.1"},"type":"test_type"}]}},"Gets_the_specified_Data_Lake_Analytics_firewall_rule":{"value":{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","name":"test_rule","properties":{"endIpAddress":"2.2.2.2","startIpAddress":"1.1.1.1"},"type":"test_type"}},"Updates_the_specified_firewall_rule":{"value":{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","name":"test_rule","properties":{"endIpAddress":"2.2.2.2","startIpAddress":"1.1.1.1"},"type":"test_type"}},"Creates_or_updates_the_specified_firewall_rule":{"value":{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","name":"test_rule","properties":{"endIpAddress":"2.2.2.2","startIpAddress":"1.1.1.1"},"type":"test_type"}},"Gets_the_first_page_of_Azure_Storage_accounts_linked_to_the_specified_Data_Lake_Analytics_account":{"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","name":"test_storage","properties":{"suffix":"test_suffix"},"type":"test_type"}]}},"Gets_the_specified_Azure_Storage_account":{"value":{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","name":"test_storage","properties":{"suffix":"test_suffix"},"type":"test_type"}},"Lists_the_Azure_Storage_containers":{"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","name":"test_storage","properties":{"lastModifiedTime":"2017-04-14T13:21:56.6819037-07:00"},"type":"test_type"}]}},"Gets_the_specified_Azure_Storage_container":{"value":{"id":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345","name":"test_storage","properties":{"lastModifiedTime":"2017-04-14T13:21:56.6819037-07:00"},"type":"test_type"}},"Gets_the_SAS_token":{"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":[{"accessToken":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab346"}]}}},"parameters":{"AccountNameParameter":{"description":"The name of the Data Lake Analytics account.","in":"path","name":"accountName","required":true,"x-ms-parameter-location":"method","schema":{"type":"string"},"examples":{"Begins the delete process for the Data Lake Analytics account object specified by the account name.":{"value":"contosoadla"},"Gets details of the specified Data Lake Analytics account.":{"value":"contosoadla"},"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.":{"value":"contosoadla"},"Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.":{"value":"contosoadla"},"Lists the compute policies within the adla account":{"value":"contosoadla"},"Deletes the specified compute policy from the adla account":{"value":"contosoadla"},"Gets the specified compute policy":{"value":"contosoadla"},"Updates the specified compute policy":{"value":"contosoadla"},"Creates or updates the specified compute policy":{"value":"contosoadla"},"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":"contosoadla"},"Removes the specified Data Lake Store account":{"value":"contosoadla"},"Gets the specified Data Lake Store account details":{"value":"contosoadla"},"Adds a Data Lake Store account":{"value":"contosoadla"},"Lists the Data Lake Analytics firewall rules":{"value":"contosoadla"},"Deletes the specified firewall rule":{"value":"contosoadla"},"Gets the specified Data Lake Analytics firewall rule":{"value":"contosoadla"},"Updates the specified firewall rule":{"value":"contosoadla"},"Creates or updates the specified firewall rule":{"value":"contosoadla"},"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":"contosoadla"},"Removes an Azure Storage account":{"value":"contosoadla"},"Gets the specified Azure Storage account":{"value":"contosoadla"},"Replaces Azure Storage blob account details":{"value":"contosoadla"},"Adds an Azure Storage account":{"value":"contosoadla"},"Lists the Azure Storage containers":{"value":"contosoadla"},"Gets the specified Azure Storage container":{"value":"contosoadla"},"Gets the SAS token":{"value":"contosoadla"}}},"ApiVersionParameter":{"description":"Client Api Version.","in":"query","name":"api-version","required":true,"schema":{"type":"string"},"examples":{"Lists all of the available Data Lake Analytics REST API operations":{"value":"2016-11-01"},"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":"2016-11-01"},"Gets subscription-level properties and limits for Data Lake Analytics specified by resource location":{"value":"2016-11-01"},"Checks whether the specified account name is available or taken":{"value":"2016-11-01"},"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":"2016-11-01"},"Begins the delete process for the Data Lake Analytics account object specified by the account name.":{"value":"2016-11-01"},"Gets details of the specified Data Lake Analytics account.":{"value":"2016-11-01"},"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.":{"value":"2016-11-01"},"Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.":{"value":"2016-11-01"},"Lists the compute policies within the adla account":{"value":"2016-11-01"},"Deletes the specified compute policy from the adla account":{"value":"2016-11-01"},"Gets the specified compute policy":{"value":"2016-11-01"},"Updates the specified compute policy":{"value":"2016-11-01"},"Creates or updates the specified compute policy":{"value":"2016-11-01"},"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":"2016-11-01"},"Removes the specified Data Lake Store account":{"value":"2016-11-01"},"Gets the specified Data Lake Store account details":{"value":"2016-11-01"},"Adds a Data Lake Store account":{"value":"2016-11-01"},"Lists the Data Lake Analytics firewall rules":{"value":"2016-11-01"},"Deletes the specified firewall rule":{"value":"2016-11-01"},"Gets the specified Data Lake Analytics firewall rule":{"value":"2016-11-01"},"Updates the specified firewall rule":{"value":"2016-11-01"},"Creates or updates the specified firewall rule":{"value":"2016-11-01"},"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":"2016-11-01"},"Removes an Azure Storage account":{"value":"2016-11-01"},"Gets the specified Azure Storage account":{"value":"2016-11-01"},"Replaces Azure Storage blob account details":{"value":"2016-11-01"},"Adds an Azure Storage account":{"value":"2016-11-01"},"Lists the Azure Storage containers":{"value":"2016-11-01"},"Gets the specified Azure Storage container":{"value":"2016-11-01"},"Gets the SAS token":{"value":"2016-11-01"}}},"ResourceGroupNameParameter":{"description":"The name of the Azure resource group.","in":"path","name":"resourceGroupName","required":true,"x-ms-parameter-location":"method","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":"contosorg"},"Begins the delete process for the Data Lake Analytics account object specified by the account name.":{"value":"contosorg"},"Gets details of the specified Data Lake Analytics account.":{"value":"contosorg"},"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.":{"value":"contosorg"},"Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.":{"value":"contosorg"},"Lists the compute policies within the adla account":{"value":"contosorg"},"Deletes the specified compute policy from the adla account":{"value":"contosorg"},"Gets the specified compute policy":{"value":"contosorg"},"Updates the specified compute policy":{"value":"contosorg"},"Creates or updates the specified compute policy":{"value":"contosorg"},"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":"contosorg"},"Removes the specified Data Lake Store account":{"value":"contosorg"},"Gets the specified Data Lake Store account details":{"value":"contosorg"},"Adds a Data Lake Store account":{"value":"contosorg"},"Lists the Data Lake Analytics firewall rules":{"value":"contosorg"},"Deletes the specified firewall rule":{"value":"contosorg"},"Gets the specified Data Lake Analytics firewall rule":{"value":"contosorg"},"Updates the specified firewall rule":{"value":"contosorg"},"Creates or updates the specified firewall rule":{"value":"contosorg"},"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":"contosorg"},"Removes an Azure Storage account":{"value":"contosorg"},"Gets the specified Azure Storage account":{"value":"contosorg"},"Replaces Azure Storage blob account details":{"value":"contosorg"},"Adds an Azure Storage account":{"value":"contosorg"},"Lists the Azure Storage containers":{"value":"contosorg"},"Gets the specified Azure Storage container":{"value":"contosorg"},"Gets the SAS token":{"value":"contosorg"}}},"SubscriptionIdParameter":{"description":"Get subscription credentials 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":{"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":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets subscription-level properties and limits for Data Lake Analytics specified by resource location":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Checks whether the specified account name is available or taken":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"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":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Begins the delete process for the Data Lake Analytics account object specified by the account name.":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets details of the specified Data Lake Analytics account.":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object.":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads.":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Lists the compute policies within the adla account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Deletes the specified compute policy from the adla account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the specified compute policy":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Updates the specified compute policy":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Creates or updates the specified compute policy":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Removes the specified Data Lake Store account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the specified Data Lake Store account details":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1669ab345"},"Adds a Data Lake Store account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Lists the Data Lake Analytics firewall rules":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Deletes the specified firewall rule":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the specified Data Lake Analytics firewall rule":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Updates the specified firewall rule":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Creates or updates the specified firewall rule":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the first page of Azure Storage accounts linked to the specified Data Lake Analytics account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Removes an Azure Storage account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the specified Azure Storage account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Replaces Azure Storage blob account details":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Adds an Azure Storage account":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Lists the Azure Storage containers":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the specified Azure Storage container":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"},"Gets the SAS token":{"value":"34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"}}}},"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":{"AddDataLakeStoreParameters":{"description":"The parameters used to add a new Data Lake Store account.","properties":{"properties":{"$ref":"#/components/schemas/AddDataLakeStoreProperties"}}},"AddDataLakeStoreProperties":{"description":"The Data Lake Store account properties to use when adding a new Data Lake Store account.","properties":{"suffix":{"description":"The optional suffix for the Data Lake Store account.","type":"string"}}},"AddDataLakeStoreWithAccountParameters":{"description":"The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the Data Lake Store account to add.","type":"string"},"properties":{"$ref":"#/components/schemas/AddDataLakeStoreProperties"}},"required":["name"]},"AddStorageAccountParameters":{"description":"The parameters used to add a new Azure Storage account.","properties":{"properties":{"$ref":"#/components/schemas/AddStorageAccountProperties"}},"required":["properties"]},"AddStorageAccountProperties":{"description":"The Azure Storage account properties to use when adding a new Azure Storage account.","properties":{"accessKey":{"description":"The access key associated with this Azure Storage account that will be used to connect to it.","type":"string"},"suffix":{"description":"The optional suffix for the storage account.","type":"string"}},"required":["accessKey"]},"AddStorageAccountWithAccountParameters":{"description":"The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the Azure Storage account to add.","type":"string"},"properties":{"$ref":"#/components/schemas/AddStorageAccountProperties"}},"required":["name","properties"]},"CapabilityInformation":{"description":"Subscription-level properties and limits for Data Lake Analytics.","properties":{"accountCount":{"description":"The current number of accounts under this subscription.","format":"int32","readOnly":true,"type":"integer"},"maxAccountCount":{"description":"The maximum supported number of accounts under this subscription.","format":"int32","readOnly":true,"type":"integer"},"migrationState":{"description":"The Boolean value of true or false to indicate the maintenance state.","readOnly":true,"type":"boolean"},"state":{"description":"The subscription state.","enum":["Registered","Suspended","Deleted","Unregistered","Warned"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"SubscriptionState"}},"subscriptionId":{"description":"The subscription credentials that uniquely identifies the subscription.","format":"uuid","readOnly":true,"type":"string"}}},"CheckNameAvailabilityParameters":{"description":"Data Lake Analytics account name availability check parameters.","properties":{"name":{"description":"The Data Lake Analytics name to check availability for.","type":"string"},"type":{"description":"The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts","enum":["Microsoft.DataLakeAnalytics/accounts"],"type":"string"}},"required":["name","type"]},"ComputePolicy":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Data Lake Analytics compute policy information.","properties":{"properties":{"$ref":"#/components/schemas/ComputePolicyProperties"}}},"ComputePolicyListResult":{"description":"The list of compute policies in the account.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/ComputePolicy"},"readOnly":true,"type":"array"}}},"ComputePolicyProperties":{"description":"The compute policy properties.","properties":{"maxDegreeOfParallelismPerJob":{"description":"The maximum degree of parallelism per job this user can use to submit jobs.","format":"int32","minimum":1,"readOnly":true,"type":"integer"},"minPriorityPerJob":{"description":"The minimum priority per job this user can use to submit jobs.","format":"int32","minimum":1,"readOnly":true,"type":"integer"},"objectId":{"description":"The AAD object identifier for the entity to create a policy for.","format":"uuid","readOnly":true,"type":"string"},"objectType":{"description":"The type of AAD object the object identifier refers to.","enum":["User","Group","ServicePrincipal"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"AADObjectType"}}}},"CreateComputePolicyWithAccountParameters":{"description":"The parameters used to create a new compute policy while creating a new Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the compute policy to create.","type":"string"},"properties":{"$ref":"#/components/schemas/CreateOrUpdateComputePolicyProperties"}},"required":["name","properties"]},"CreateDataLakeAnalyticsAccountParameters":{"description":"The parameters to use for creating a Data Lake Analytics account.","properties":{"location":{"description":"The resource location.","type":"string"},"properties":{"$ref":"#/components/schemas/CreateDataLakeAnalyticsAccountProperties"},"tags":{"additionalProperties":{"type":"string"},"description":"The resource tags.","type":"object"}},"required":["location","properties"]},"CreateDataLakeAnalyticsAccountProperties":{"properties":{"computePolicies":{"description":"The list of compute policies associated with this account.","items":{"$ref":"#/components/schemas/CreateComputePolicyWithAccountParameters"},"type":"array"},"dataLakeStoreAccounts":{"description":"The list of Data Lake Store accounts associated with this account.","items":{"$ref":"#/components/schemas/AddDataLakeStoreWithAccountParameters"},"type":"array"},"defaultDataLakeStoreAccount":{"description":"The default Data Lake Store account associated with this account.","type":"string"},"firewallAllowAzureIps":{"description":"The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"FirewallAllowAzureIpsState"}},"firewallRules":{"description":"The list of firewall rules associated with this account.","items":{"$ref":"#/components/schemas/CreateFirewallRuleWithAccountParameters"},"type":"array"},"firewallState":{"description":"The current state of the IP address firewall for this account.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"FirewallState"}},"maxDegreeOfParallelism":{"default":30,"description":"The maximum supported degree of parallelism for this account.","format":"int32","minimum":1,"type":"integer"},"maxDegreeOfParallelismPerJob":{"description":"The maximum supported degree of parallelism per job for this account.","format":"int32","minimum":1,"type":"integer"},"maxJobCount":{"default":3,"description":"The maximum supported jobs running under the account at the same time.","format":"int32","minimum":1,"type":"integer"},"minPriorityPerJob":{"description":"The minimum supported priority per job for this account.","format":"int32","minimum":1,"type":"integer"},"newTier":{"description":"The commitment tier for the next month.","enum":["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"TierType"}},"queryStoreRetention":{"default":30,"description":"The number of days that job metadata is retained.","format":"int32","maximum":180,"minimum":1,"type":"integer"},"storageAccounts":{"description":"The list of Azure Blob Storage accounts associated with this account.","items":{"$ref":"#/components/schemas/AddStorageAccountWithAccountParameters"},"type":"array"}},"required":["defaultDataLakeStoreAccount","dataLakeStoreAccounts"]},"CreateFirewallRuleWithAccountParameters":{"description":"The parameters used to create a new firewall rule while creating a new Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the firewall rule to create.","type":"string"},"properties":{"$ref":"#/components/schemas/CreateOrUpdateFirewallRuleProperties"}},"required":["name","properties"]},"CreateOrUpdateComputePolicyParameters":{"description":"The parameters used to create a new compute policy.","properties":{"properties":{"$ref":"#/components/schemas/CreateOrUpdateComputePolicyProperties"}},"required":["properties"]},"CreateOrUpdateComputePolicyProperties":{"description":"The compute policy properties to use when creating a new compute policy.","properties":{"maxDegreeOfParallelismPerJob":{"description":"The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed.","format":"int32","minimum":1,"type":"integer"},"minPriorityPerJob":{"description":"The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed.","format":"int32","minimum":1,"type":"integer"},"objectId":{"description":"The AAD object identifier for the entity to create a policy for.","format":"uuid","type":"string"},"objectType":{"description":"The type of AAD object the object identifier refers to.","enum":["User","Group","ServicePrincipal"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AADObjectType"}}},"required":["objectId","objectType"]},"CreateOrUpdateFirewallRuleParameters":{"description":"The parameters used to create a new firewall rule.","properties":{"properties":{"$ref":"#/components/schemas/CreateOrUpdateFirewallRuleProperties"}},"required":["properties"]},"CreateOrUpdateFirewallRuleProperties":{"description":"The firewall rule properties to use when creating a new firewall rule.","properties":{"endIpAddress":{"description":"The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.","type":"string"},"startIpAddress":{"description":"The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.","type":"string"}},"required":["startIpAddress","endIpAddress"]},"DataLakeAnalyticsAccount":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.","properties":{"properties":{"$ref":"#/components/schemas/DataLakeAnalyticsAccountProperties"}}},"DataLakeAnalyticsAccountBasic":{"allOf":[{"$ref":"#/components/schemas/Resource"}],"description":"A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.","properties":{"properties":{"$ref":"#/components/schemas/DataLakeAnalyticsAccountPropertiesBasic"}}},"DataLakeAnalyticsAccountListResult":{"description":"Data Lake Analytics account list information.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/DataLakeAnalyticsAccountBasic"},"readOnly":true,"type":"array"}}},"DataLakeAnalyticsAccountProperties":{"allOf":[{"$ref":"#/components/schemas/DataLakeAnalyticsAccountPropertiesBasic"}],"description":"The account specific properties that are associated with an underlying Data Lake Analytics account. Returned only when retrieving a specific account.","properties":{"computePolicies":{"description":"The list of compute policies associated with this account.","items":{"$ref":"#/components/schemas/ComputePolicy"},"readOnly":true,"type":"array"},"currentTier":{"description":"The commitment tier in use for the current month.","enum":["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"TierType"}},"dataLakeStoreAccounts":{"description":"The list of Data Lake Store accounts associated with this account.","items":{"$ref":"#/components/schemas/DataLakeStoreAccountInformation"},"readOnly":true,"type":"array"},"defaultDataLakeStoreAccount":{"description":"The default Data Lake Store account associated with this account.","readOnly":true,"type":"string"},"firewallAllowAzureIps":{"description":"The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.","enum":["Enabled","Disabled"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"FirewallAllowAzureIpsState"}},"firewallRules":{"description":"The list of firewall rules associated with this account.","items":{"$ref":"#/components/schemas/FirewallRule"},"readOnly":true,"type":"array"},"firewallState":{"description":"The current state of the IP address firewall for this account.","enum":["Enabled","Disabled"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"FirewallState"}},"maxDegreeOfParallelism":{"default":30,"description":"The maximum supported degree of parallelism for this account.","format":"int32","minimum":1,"readOnly":true,"type":"integer"},"maxDegreeOfParallelismPerJob":{"description":"The maximum supported degree of parallelism per job for this account.","format":"int32","minimum":1,"readOnly":true,"type":"integer"},"maxJobCount":{"default":3,"description":"The maximum supported jobs running under the account at the same time.","format":"int32","minimum":1,"readOnly":true,"type":"integer"},"minPriorityPerJob":{"description":"The minimum supported priority per job for this account.","format":"int32","minimum":1,"readOnly":true,"type":"integer"},"newTier":{"description":"The commitment tier for the next month.","enum":["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"TierType"}},"queryStoreRetention":{"default":30,"description":"The number of days that job metadata is retained.","format":"int32","maximum":180,"minimum":1,"readOnly":true,"type":"integer"},"storageAccounts":{"description":"The list of Azure Blob Storage accounts associated with this account.","items":{"$ref":"#/components/schemas/StorageAccountInformation"},"readOnly":true,"type":"array"},"systemMaxDegreeOfParallelism":{"description":"The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.","format":"int32","readOnly":true,"type":"integer"},"systemMaxJobCount":{"description":"The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.","format":"int32","readOnly":true,"type":"integer"}}},"DataLakeAnalyticsAccountPropertiesBasic":{"description":"The basic account specific properties that are associated with an underlying Data Lake Analytics account.","properties":{"accountId":{"description":"The unique identifier associated with this Data Lake Analytics account.","format":"uuid","readOnly":true,"type":"string"},"creationTime":{"description":"The account creation time.","format":"date-time","readOnly":true,"type":"string"},"endpoint":{"description":"The full CName endpoint for this account.","readOnly":true,"type":"string"},"lastModifiedTime":{"description":"The account last modified time.","format":"date-time","readOnly":true,"type":"string"},"provisioningState":{"description":"The provisioning status of the Data Lake Analytics account.","enum":["Failed","Creating","Running","Succeeded","Patching","Suspending","Resuming","Deleting","Deleted","Undeleting","Canceled"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"DataLakeAnalyticsAccountStatus"}},"state":{"description":"The state of the Data Lake Analytics account.","enum":["Active","Suspended"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":false,"name":"DataLakeAnalyticsAccountState"}}}},"DataLakeStoreAccountInformation":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Data Lake Store account information.","properties":{"properties":{"$ref":"#/components/schemas/DataLakeStoreAccountInformationProperties"}}},"DataLakeStoreAccountInformationListResult":{"description":"Data Lake Store account list information.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/DataLakeStoreAccountInformation"},"readOnly":true,"type":"array"}}},"DataLakeStoreAccountInformationProperties":{"description":"The Data Lake Store account properties.","properties":{"suffix":{"description":"The optional suffix for the Data Lake Store account.","readOnly":true,"type":"string"}}},"FirewallRule":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Data Lake Analytics firewall rule information.","properties":{"properties":{"$ref":"#/components/schemas/FirewallRuleProperties"}}},"FirewallRuleListResult":{"description":"Data Lake Analytics firewall rule list information.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/FirewallRule"},"readOnly":true,"type":"array"}}},"FirewallRuleProperties":{"description":"The firewall rule properties.","properties":{"endIpAddress":{"description":"The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.","readOnly":true,"type":"string"},"startIpAddress":{"description":"The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.","readOnly":true,"type":"string"}}},"NameAvailabilityInformation":{"description":"Data Lake Analytics account name availability result information.","properties":{"message":{"description":"The message describing why the Data Lake Analytics account name is not available, if nameAvailable is false.","readOnly":true,"type":"string"},"nameAvailable":{"description":"The Boolean value of true or false to indicate whether the Data Lake Analytics account name is available or not.","readOnly":true,"type":"boolean"},"reason":{"description":"The reason why the Data Lake Analytics account name is not available, if nameAvailable is false.","readOnly":true,"type":"string"}}},"Operation":{"description":"An available operation for Data Lake Analytics.","properties":{"display":{"$ref":"#/components/schemas/OperationDisplay"},"name":{"description":"The name of the operation.","readOnly":true,"type":"string"},"origin":{"description":"The intended executor of the operation.","enum":["user","system","user,system"],"readOnly":true,"type":"string","x-ms-enum":{"modelAsString":true,"name":"OperationOrigin"}}}},"OperationDisplay":{"description":"The display information for a particular operation.","properties":{"description":{"description":"A friendly description of the operation.","readOnly":true,"type":"string"},"operation":{"description":"A friendly name of the operation.","readOnly":true,"type":"string"},"provider":{"description":"The resource provider of the operation.","readOnly":true,"type":"string"},"resource":{"description":"The resource type of the operation.","readOnly":true,"type":"string"}}},"OperationListResult":{"description":"The list of available operations for Data Lake Analytics.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/Operation"},"readOnly":true,"type":"array"}}},"Resource":{"description":"The resource model definition.","properties":{"id":{"description":"The resource identifer.","readOnly":true,"type":"string"},"location":{"description":"The resource location.","readOnly":true,"type":"string"},"name":{"description":"The resource name.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"The resource tags.","readOnly":true,"type":"object"},"type":{"description":"The resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"SasTokenInformation":{"description":"SAS token information.","properties":{"accessToken":{"description":"The access token for the associated Azure Storage Container.","readOnly":true,"type":"string"}}},"SasTokenInformationListResult":{"description":"The SAS response that contains the storage account, container and associated SAS token for connection use.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/SasTokenInformation"},"readOnly":true,"type":"array"}}},"StorageAccountInformation":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Azure Storage account information.","properties":{"properties":{"$ref":"#/components/schemas/StorageAccountInformationProperties"}}},"StorageAccountInformationListResult":{"description":"Azure Storage account list information.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/StorageAccountInformation"},"readOnly":true,"type":"array"}}},"StorageAccountInformationProperties":{"description":"The Azure Storage account properties.","properties":{"suffix":{"description":"The optional suffix for the storage account.","readOnly":true,"type":"string"}}},"StorageContainer":{"allOf":[{"$ref":"#/components/schemas/SubResource"}],"description":"Azure Storage blob container information.","properties":{"properties":{"$ref":"#/components/schemas/StorageContainerProperties"}}},"StorageContainerListResult":{"description":"The list of blob containers associated with the storage account attached to the Data Lake Analytics account.","properties":{"nextLink":{"description":"The link (url) to the next page of results.","readOnly":true,"type":"string"},"value":{"description":"The results of the list operation.","items":{"$ref":"#/components/schemas/StorageContainer"},"readOnly":true,"type":"array"}}},"StorageContainerProperties":{"description":"Azure Storage blob container properties information.","properties":{"lastModifiedTime":{"description":"The last modified time of the blob container.","format":"date-time","readOnly":true,"type":"string"}}},"SubResource":{"description":"The resource model definition for a nested resource.","properties":{"id":{"description":"The resource identifier.","readOnly":true,"type":"string"},"name":{"description":"The resource name.","readOnly":true,"type":"string"},"type":{"description":"The resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true},"UpdateComputePolicyParameters":{"description":"The parameters used to update a compute policy.","properties":{"properties":{"$ref":"#/components/schemas/UpdateComputePolicyProperties"}}},"UpdateComputePolicyProperties":{"description":"The compute policy properties to use when updating a compute policy.","properties":{"maxDegreeOfParallelismPerJob":{"description":"The maximum degree of parallelism per job this user can use to submit jobs. This property, the min priority per job property, or both must be passed.","format":"int32","minimum":1,"type":"integer"},"minPriorityPerJob":{"description":"The minimum priority per job this user can use to submit jobs. This property, the max degree of parallelism per job property, or both must be passed.","format":"int32","minimum":1,"type":"integer"},"objectId":{"description":"The AAD object identifier for the entity to create a policy for.","format":"uuid","type":"string"},"objectType":{"description":"The type of AAD object the object identifier refers to.","enum":["User","Group","ServicePrincipal"],"type":"string","x-ms-enum":{"modelAsString":true,"name":"AADObjectType"}}}},"UpdateComputePolicyWithAccountParameters":{"description":"The parameters used to update a compute policy while updating a Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the compute policy to update.","type":"string"},"properties":{"$ref":"#/components/schemas/UpdateComputePolicyProperties"}},"required":["name"]},"UpdateDataLakeAnalyticsAccountParameters":{"description":"The parameters that can be used to update an existing Data Lake Analytics account.","properties":{"properties":{"$ref":"#/components/schemas/UpdateDataLakeAnalyticsAccountProperties"},"tags":{"additionalProperties":{"type":"string"},"description":"The resource tags.","type":"object"}}},"UpdateDataLakeAnalyticsAccountProperties":{"description":"The properties to update that are associated with an underlying Data Lake Analytics account.","properties":{"computePolicies":{"description":"The list of compute policies associated with this account.","items":{"$ref":"#/components/schemas/UpdateComputePolicyWithAccountParameters"},"type":"array"},"dataLakeStoreAccounts":{"description":"The list of Data Lake Store accounts associated with this account.","items":{"$ref":"#/components/schemas/UpdateDataLakeStoreWithAccountParameters"},"type":"array"},"firewallAllowAzureIps":{"description":"The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"FirewallAllowAzureIpsState"}},"firewallRules":{"description":"The list of firewall rules associated with this account.","items":{"$ref":"#/components/schemas/UpdateFirewallRuleWithAccountParameters"},"type":"array"},"firewallState":{"description":"The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled.","enum":["Enabled","Disabled"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"FirewallState"}},"maxDegreeOfParallelism":{"description":"The maximum supported degree of parallelism for this account.","format":"int32","minimum":1,"type":"integer"},"maxDegreeOfParallelismPerJob":{"description":"The maximum supported degree of parallelism per job for this account.","format":"int32","minimum":1,"type":"integer"},"maxJobCount":{"description":"The maximum supported jobs running under the account at the same time.","format":"int32","minimum":1,"type":"integer"},"minPriorityPerJob":{"description":"The minimum supported priority per job for this account.","format":"int32","minimum":1,"type":"integer"},"newTier":{"description":"The commitment tier to use for next month.","enum":["Consumption","Commitment_100AUHours","Commitment_500AUHours","Commitment_1000AUHours","Commitment_5000AUHours","Commitment_10000AUHours","Commitment_50000AUHours","Commitment_100000AUHours","Commitment_500000AUHours"],"type":"string","x-ms-enum":{"modelAsString":false,"name":"TierType"}},"queryStoreRetention":{"description":"The number of days that job metadata is retained.","format":"int32","maximum":180,"minimum":1,"type":"integer"},"storageAccounts":{"description":"The list of Azure Blob storage accounts associated with this account.","items":{"$ref":"#/components/schemas/UpdateStorageAccountWithAccountParameters"},"type":"array"}}},"UpdateDataLakeStoreProperties":{"description":"The Data Lake Store account properties to use when updating a Data Lake Store account.","properties":{"suffix":{"description":"The optional suffix for the Data Lake Store account.","type":"string"}}},"UpdateDataLakeStoreWithAccountParameters":{"description":"The parameters used to update a Data Lake Store account while updating a Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the Data Lake Store account to update.","type":"string"},"properties":{"$ref":"#/components/schemas/UpdateDataLakeStoreProperties"}},"required":["name"]},"UpdateFirewallRuleParameters":{"description":"The parameters used to update a firewall rule.","properties":{"properties":{"$ref":"#/components/schemas/UpdateFirewallRuleProperties"}}},"UpdateFirewallRuleProperties":{"description":"The firewall rule properties to use when updating a firewall rule.","properties":{"endIpAddress":{"description":"The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.","type":"string"},"startIpAddress":{"description":"The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.","type":"string"}}},"UpdateFirewallRuleWithAccountParameters":{"description":"The parameters used to update a firewall rule while updating a Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the firewall rule to update.","type":"string"},"properties":{"$ref":"#/components/schemas/UpdateFirewallRuleProperties"}},"required":["name"]},"UpdateStorageAccountParameters":{"description":"The parameters used to update an Azure Storage account.","properties":{"properties":{"$ref":"#/components/schemas/UpdateStorageAccountProperties"}}},"UpdateStorageAccountProperties":{"description":"The Azure Storage account properties to use when updating an Azure Storage account.","properties":{"accessKey":{"description":"The updated access key associated with this Azure Storage account that will be used to connect to it.","type":"string"},"suffix":{"description":"The optional suffix for the storage account.","type":"string"}}},"UpdateStorageAccountWithAccountParameters":{"description":"The parameters used to update an Azure Storage account while updating a Data Lake Analytics account.","properties":{"name":{"description":"The unique name of the Azure Storage account to update.","type":"string"},"properties":{"$ref":"#/components/schemas/UpdateStorageAccountProperties"}},"required":["name"]}}}}