Microsoft.Azure.Management.DataLake.Analytics.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.Azure.Management.DataLake.Analytics</name> </assembly> <members> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations"> <summary> AccountOperations operations. </summary> <summary> AccountOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.StorageAccountExistsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests whether the specified Azure Storage account is linked to the given Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test Azure storage account existence. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to test for existence. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.StorageContainerExistsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests the existence of the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to test the blob container's existence. </param> <param name='containerName'> The name of the Azure storage container to test for existence. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.DataLakeStoreAccountExistsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test the existence of the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to test for existence </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.ExistsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests for the existence of the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to test existence of. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient)"> <summary> Initializes a new instance of the AccountOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsAccountManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets details of the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to retrieve. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.CreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions"> <summary> Extension methods for AccountOperations. </summary> <summary> Extension methods for AccountOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.StorageAccountExists(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.String)"> <summary> Tests whether the specified Azure Storage account is linked to the given Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test Azure storage account existence. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to test for existence. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.StorageAccountExistsAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Tests whether the specified Azure Storage account is linked to the given Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test Azure storage account existence. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to test for existence. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.StorageContainerExists(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.String,System.String)"> <summary> Tests the existence of the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to test the blob container's existence. </param> <param name='containerName'> The name of the Azure storage container to test for existence. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.StorageContainerExistsAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Tests the existence of the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to test the blob container's existence. </param> <param name='containerName'> The name of the Azure storage container to test for existence. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.DataLakeStoreAccountExists(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.String)"> <summary> Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test the existence of the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to test for existence </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.DataLakeStoreAccountExistsAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test the existence of the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to test for existence </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.Exists(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String)"> <summary> Tests for the existence of the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to test existence of. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ExistsAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Tests for the existence of the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to test existence of. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean})"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.List(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean})"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String)"> <summary> Gets details of the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to retrieve. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets details of the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to retrieve. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.Delete(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.Create(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.CreateAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount,System.Threading.CancellationToken)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.Update(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters,System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.BeginCreate(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.BeginCreateAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount,System.Threading.CancellationToken)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.BeginUpdate(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.BeginUpdateAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters,System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ListNext(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.AccountOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations,System.String,System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient"> <summary> Creates a Data Lake Store account management client. </summary> <summary> Creates an Azure Data Lake Analytics account management client. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.SubscriptionId"> <summary> Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.ComputePolicies"> <summary> Gets the IComputePoliciesOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.FirewallRules"> <summary> Gets the IFirewallRulesOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.StorageAccounts"> <summary> Gets the IStorageAccountsOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.DataLakeStoreAccounts"> <summary> Gets the IDataLakeStoreAccountsOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.Account"> <summary> Gets the IAccountOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient.Initialize"> <summary> Initializes client properties. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient"> <summary> Creates a Data Lake Store filesystem management client. </summary> <summary> Creates an Azure Data Lake Analytics catalog client. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.String,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='adlaCatalogDnsSuffix'> Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakeanalytics.net'. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.String,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='adlaCatalogDnsSuffix'> Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakeanalytics.net'. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.AdlaCatalogDnsSuffix"> <summary> Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.Catalog"> <summary> Gets the ICatalogOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.#ctor(System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class. </summary> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class. </summary> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class. </summary> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogManagementClient class. </summary> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient.Initialize"> <summary> Initializes client properties. </summary> </member> <member name="F:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCustomizationHelper.PackageVersion"> <summary> This constant is used as the default package version to place in the user agent. It should mirror the package version in the project.json file. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCustomizationHelper.UpdateUserAgentAssemblyVersion(Microsoft.Rest.Azure.IAzureClient,System.String)"> <summary> Get the assembly version of a service client. </summary> <returns>The assembly version of the client.</returns> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient"> <summary> Creates a Data Lake Store filesystem management client. </summary> <summary> Creates an Azure Data Lake Analytics job client. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.String,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='adlaJobDnsSuffix'> Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakeanalytics.net'. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.String,System.String,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeStoreFileSystemManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='userAgentAssemblyVersion'> Optional. The version string that should be sent in the user-agent header for all requests. The default is the current version of the SDK. </param> <param name='adlaJobDnsSuffix'> Optional. The dns suffix to use for all requests for this client instance. The default is 'azuredatalakeanalytics.net'. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.AdlaJobDnsSuffix"> <summary> Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.Pipeline"> <summary> Gets the IPipelineOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.Recurrence"> <summary> Gets the IRecurrenceOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.Job"> <summary> Gets the IJobOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.#ctor(System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsJobManagementClient class. </summary> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsJobManagementClient class. </summary> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsJobManagementClient class. </summary> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the DataLakeAnalyticsJobManagementClient class. </summary> <param name='credentials'> Required. Credentials needed for the client to connect to Azure. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient.Initialize"> <summary> Initializes client properties. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations"> <summary> AccountOperations operations. </summary> <summary> AccountOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.StorageAccountExistsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests whether the specified Azure Storage account is linked to the given Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test Azure storage account existence. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to test for existence. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.StorageContainerExistsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests the existence of the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to test the blob container's existence. </param> <param name='containerName'> The name of the Azure storage container to test for existence. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.DataLakeStoreAccountExistsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests whether the specified Data Lake Store account is linked to the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to test the existence of the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to test for existence </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.ExistsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests for the existence of the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to test existence of. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.ListWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets details of the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to retrieve. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.CreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Begins the delete delete process for the Data Lake Analytics account object specified by the account name. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to delete </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified Data Lake Analytics account. This supplies the user with computation services for Data Lake Analytics workloads </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account.the account will be associated with. </param> <param name='accountName'> The name of the Data Lake Analytics account to create. </param> <param name='parameters'> Parameters supplied to the create Data Lake Analytics account operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account object specified by the accountName with the contents of the account object. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to update. </param> <param name='parameters'> Parameters supplied to the update Data Lake Analytics account operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IAccountOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations"> <summary> JobOperations operations. </summary> <summary> JobOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.ExistsWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests the existence of job information for the specified job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to test the existence of. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.GetStatisticsWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets statistics of the specified job. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> Job Information ID. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.GetDebugDataPathWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the job debug data information specified by the job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.BuildWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='parameters'> The parameters to build a job. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.CancelWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Cancels the running job specified by the job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to cancel. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.GetWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the job information for the specified job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.CreateWithHttpMessagesAsync(System.String,System.Guid,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Submits a job to the specified Data Lake Analytics account. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> The job ID (a GUID) for the job being submitted. </param> <param name='parameters'> The parameters to submit a job. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IJobOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.JobOperations"> <summary> JobOperations operations. </summary> <summary> JobOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.ExistsWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Tests the existence of job information for the specified job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to test the existence of. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient)"> <summary> Initializes a new instance of the JobOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsJobManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.GetStatisticsWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets statistics of the specified job. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> Job Information ID. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.GetDebugDataPathWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the job debug data information specified by the job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.BuildWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='parameters'> The parameters to build a job. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.CancelWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Cancels the running job specified by the job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to cancel. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.GetWithHttpMessagesAsync(System.String,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the job information for the specified job ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.CreateWithHttpMessagesAsync(System.String,System.Guid,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Submits a job to the specified Data Lake Analytics account. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> The job ID (a GUID) for the job being submitted. </param> <param name='parameters'> The parameters to submit a job. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.ListWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions"> <summary> Extension methods for JobOperations. </summary> <summary> Extension methods for JobOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.Exists(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid)"> <summary> Tests the existence of job information for the specified job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to test the existence of. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.ExistsAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid,System.Threading.CancellationToken)"> <summary> Tests the existence of job information for the specified job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to test the existence of. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.GetStatistics(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid)"> <summary> Gets statistics of the specified job. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> Job Information ID. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.GetStatisticsAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid,System.Threading.CancellationToken)"> <summary> Gets statistics of the specified job. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> Job Information ID. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.GetDebugDataPath(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid)"> <summary> Gets the job debug data information specified by the job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.GetDebugDataPathAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid,System.Threading.CancellationToken)"> <summary> Gets the job debug data information specified by the job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.Build(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation)"> <summary> Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='parameters'> The parameters to build a job. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.BuildAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation,System.Threading.CancellationToken)"> <summary> Builds (compiles) the specified job in the specified Data Lake Analytics account for job correctness and validation. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='parameters'> The parameters to build a job. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.Cancel(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid)"> <summary> Cancels the running job specified by the job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to cancel. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.CancelAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid,System.Threading.CancellationToken)"> <summary> Cancels the running job specified by the job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID to cancel. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid)"> <summary> Gets the job information for the specified job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid,System.Threading.CancellationToken)"> <summary> Gets the job information for the specified job ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> JobInfo ID. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.Create(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation)"> <summary> Submits a job to the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> The job ID (a GUID) for the job being submitted. </param> <param name='parameters'> The parameters to submit a job. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.CreateAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Guid,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation,System.Threading.CancellationToken)"> <summary> Submits a job to the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='jobIdentity'> The job ID (a GUID) for the job being submitted. </param> <param name='parameters'> The parameters to submit a job. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.List(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation},System.String,System.Nullable{System.Boolean})"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.ListNext(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String)"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.JobOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IJobOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations"> <summary> CatalogOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsCatalogManagementClient)"> <summary> Initializes a new instance of the CatalogOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsCatalogManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.CreateSecretWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to create the secret (name and password) </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.UpdateSecretWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to modify the secret (name and password) </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetSecretWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to get </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.DeleteSecretWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to delete </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.DeleteAllSecretsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.CreateCredentialWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified credential for use with external data sources in the specified database. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to create the credential (name and password) </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.UpdateCredentialWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Modifies the specified credential for use with external data sources in the specified database </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to modify the credential (name and password) </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetCredentialWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified credential from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='credentialName'> The name of the credential. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.DeleteCredentialWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified credential in the specified database </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential to delete </param> <param name='parameters'> The parameters to delete a credential if the current user is not the account owner. </param> <param name='cascade'> Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListCredentialsWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetExternalDataSourceWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified external data source from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data source. </param> <param name='externalDataSourceName'> The name of the external data source. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListExternalDataSourcesWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data sources. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetProcedureWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified procedure from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedure. </param> <param name='schemaName'> The name of the schema containing the procedure. </param> <param name='procedureName'> The name of the procedure. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListProceduresWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedures. </param> <param name='schemaName'> The name of the schema containing the procedures. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetTableWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table. </param> <param name='schemaName'> The name of the schema containing the table. </param> <param name='tableName'> The name of the table. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTablesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='schemaName'> The name of the schema containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetTableTypeWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table type from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table type. </param> <param name='schemaName'> The name of the schema containing the table type. </param> <param name='tableTypeName'> The name of the table type to retrieve. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableTypesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table types. </param> <param name='schemaName'> The name of the schema containing the table types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified package from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the package. </param> <param name='schemaName'> The name of the schema containing the package. </param> <param name='packageName'> The name of the package. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListPackagesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the packages. </param> <param name='schemaName'> The name of the schema containing the packages. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetViewWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified view from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the view. </param> <param name='schemaName'> The name of the schema containing the view. </param> <param name='viewName'> The name of the view. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListViewsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='schemaName'> The name of the schema containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetTableStatisticWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table statistics from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='statisticsName'> The name of the table statistics. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableStatisticsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetTablePartitionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table partition from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partition. </param> <param name='schemaName'> The name of the schema containing the partition. </param> <param name='tableName'> The name of the table containing the partition. </param> <param name='partitionName'> The name of the table partition. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTablePartitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partitions. </param> <param name='schemaName'> The name of the schema containing the partitions. </param> <param name='tableName'> The name of the table containing the partitions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTypesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the types. </param> <param name='schemaName'> The name of the schema containing the types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetTableValuedFunctionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table valued function from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued function. </param> <param name='schemaName'> The name of the schema containing the table valued function. </param> <param name='tableValuedFunctionName'> The name of the tableValuedFunction. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableValuedFunctionsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='schemaName'> The name of the schema containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetAssemblyWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified assembly from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='assemblyName'> The name of the assembly. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListAssembliesWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetSchemaWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified schema from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='schemaName'> The name of the schema. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListSchemasWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableStatisticsByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTablesByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListViewsByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.GetDatabaseWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListDatabasesWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListCredentialsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListExternalDataSourcesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListProceduresNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTablesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableTypesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListPackagesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListViewsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableStatisticsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTablePartitionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTypesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableValuedFunctionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListAssembliesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListSchemasNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTablesByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListViewsByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperations.ListDatabasesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions"> <summary> Extension methods for CatalogOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)"> <summary> Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to create the secret (name and password) </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to create the secret (name and password) </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)"> <summary> Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to modify the secret (name and password) </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to modify the secret (name and password) </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)"> <summary> Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to get </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to get </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)"> <summary> Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to delete </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to delete </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteAllSecrets(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String)"> <summary> Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteAllSecretsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters)"> <summary> Creates the specified credential for use with external data sources in the specified database. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to create the credential (name and password) </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters,System.Threading.CancellationToken)"> <summary> Creates the specified credential for use with external data sources in the specified database. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to create the credential (name and password) </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters)"> <summary> Modifies the specified credential for use with external data sources in the specified database </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to modify the credential (name and password) </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters,System.Threading.CancellationToken)"> <summary> Modifies the specified credential for use with external data sources in the specified database </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to modify the credential (name and password) </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)"> <summary> Retrieves the specified credential from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='credentialName'> The name of the credential. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified credential from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='credentialName'> The name of the credential. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters,System.Nullable{System.Boolean})"> <summary> Deletes the specified credential in the specified database </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential to delete </param> <param name='parameters'> The parameters to delete a credential if the current user is not the account owner. </param> <param name='cascade'> Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Deletes the specified credential in the specified database </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential to delete </param> <param name='parameters'> The parameters to delete a credential if the current user is not the account owner. </param> <param name='cascade'> Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentials(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetExternalDataSource(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)"> <summary> Retrieves the specified external data source from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data source. </param> <param name='externalDataSourceName'> The name of the external data source. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetExternalDataSourceAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified external data source from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data source. </param> <param name='externalDataSourceName'> The name of the external data source. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSources(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data sources. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data sources. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetProcedure(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified procedure from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedure. </param> <param name='schemaName'> The name of the schema containing the procedure. </param> <param name='procedureName'> The name of the procedure. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetProcedureAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified procedure from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedure. </param> <param name='schemaName'> The name of the schema containing the procedure. </param> <param name='procedureName'> The name of the procedure. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProcedures(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedures. </param> <param name='schemaName'> The name of the schema containing the procedures. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedures. </param> <param name='schemaName'> The name of the schema containing the procedures. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTable(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified table from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table. </param> <param name='schemaName'> The name of the schema containing the table. </param> <param name='tableName'> The name of the table. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified table from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table. </param> <param name='schemaName'> The name of the schema containing the table. </param> <param name='tableName'> The name of the table. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTables(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='schemaName'> The name of the schema containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='schemaName'> The name of the schema containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchema(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableType(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified table type from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table type. </param> <param name='schemaName'> The name of the schema containing the table type. </param> <param name='tableTypeName'> The name of the table type to retrieve. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableTypeAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified table type from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table type. </param> <param name='schemaName'> The name of the schema containing the table type. </param> <param name='tableTypeName'> The name of the table type to retrieve. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypes(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table types. </param> <param name='schemaName'> The name of the schema containing the table types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table types. </param> <param name='schemaName'> The name of the schema containing the table types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetPackage(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified package from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the package. </param> <param name='schemaName'> The name of the schema containing the package. </param> <param name='packageName'> The name of the package. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetPackageAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified package from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the package. </param> <param name='schemaName'> The name of the schema containing the package. </param> <param name='packageName'> The name of the package. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackages(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the packages. </param> <param name='schemaName'> The name of the schema containing the packages. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the packages. </param> <param name='schemaName'> The name of the schema containing the packages. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetView(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified view from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the view. </param> <param name='schemaName'> The name of the schema containing the view. </param> <param name='viewName'> The name of the view. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetViewAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified view from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the view. </param> <param name='schemaName'> The name of the schema containing the view. </param> <param name='viewName'> The name of the view. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViews(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='schemaName'> The name of the schema containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='schemaName'> The name of the schema containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableStatistic(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified table statistics from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='statisticsName'> The name of the table statistics. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableStatisticAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified table statistics from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='statisticsName'> The name of the table statistics. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatistics(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTablePartition(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified table partition from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partition. </param> <param name='schemaName'> The name of the schema containing the partition. </param> <param name='tableName'> The name of the table containing the partition. </param> <param name='partitionName'> The name of the table partition. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTablePartitionAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified table partition from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partition. </param> <param name='schemaName'> The name of the schema containing the partition. </param> <param name='tableName'> The name of the table containing the partition. </param> <param name='partitionName'> The name of the table partition. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitions(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partitions. </param> <param name='schemaName'> The name of the schema containing the partitions. </param> <param name='tableName'> The name of the table containing the partitions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partitions. </param> <param name='schemaName'> The name of the schema containing the partitions. </param> <param name='tableName'> The name of the table containing the partitions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypes(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the types. </param> <param name='schemaName'> The name of the schema containing the types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the types. </param> <param name='schemaName'> The name of the schema containing the types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableValuedFunction(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)"> <summary> Retrieves the specified table valued function from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued function. </param> <param name='schemaName'> The name of the schema containing the table valued function. </param> <param name='tableValuedFunctionName'> The name of the tableValuedFunction. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableValuedFunctionAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified table valued function from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued function. </param> <param name='schemaName'> The name of the schema containing the table valued function. </param> <param name='tableValuedFunctionName'> The name of the tableValuedFunction. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctions(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='schemaName'> The name of the schema containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='schemaName'> The name of the schema containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetAssembly(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)"> <summary> Retrieves the specified assembly from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='assemblyName'> The name of the assembly. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetAssemblyAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified assembly from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='assemblyName'> The name of the assembly. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssemblies(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSchema(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)"> <summary> Retrieves the specified schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='schemaName'> The name of the schema. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSchemaAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='schemaName'> The name of the schema. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemas(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String)"> <summary> Retrieves the specified database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the specified database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabases(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase},System.String,System.Nullable{System.Boolean})"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations"> <summary> ComputePoliciesOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient)"> <summary> Initializes a new instance of the ComputePoliciesOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsAccountManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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 </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to create or update. </param> <param name='parameters'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified compute policy. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to update. </param> <param name='parameters'> Parameters supplied to update the compute policy. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified compute policy from the specified Data Lake Analytics account </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to delete. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Analytics compute policy. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to retrieve. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policies. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions"> <summary> Extension methods for ComputePoliciesOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters)"> <summary> 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 </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to create or update. </param> <param name='parameters'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> 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 </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to create or update. </param> <param name='parameters'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.Update(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy)"> <summary> Updates the specified compute policy. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to update. </param> <param name='parameters'> Parameters supplied to update the compute policy. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy,System.Threading.CancellationToken)"> <summary> Updates the specified compute policy. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to update. </param> <param name='parameters'> Parameters supplied to update the compute policy. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.Delete(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String)"> <summary> Deletes the specified compute policy from the specified Data Lake Analytics account </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to delete. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes the specified compute policy from the specified Data Lake Analytics account </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to delete. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String)"> <summary> Gets the specified Data Lake Analytics compute policy. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to retrieve. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Analytics compute policy. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to retrieve. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.ListByAccount(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policies. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.ListByAccountAsync(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policies. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.ListByAccountNext(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ComputePoliciesOperationsExtensions.ListByAccountNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations"> <summary> DataLakeStoreAccountsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient)"> <summary> Initializes a new instance of the DataLakeStoreAccountsOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsAccountManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve the Data Lake Store account details. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to retrieve </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to remove </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations.AddWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to include the additional Data Lake Store account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to add. </param> <param name='parameters'> The details of the Data Lake Store account. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Data Lake Store accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions"> <summary> Extension methods for DataLakeStoreAccountsOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,System.String)"> <summary> Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve the Data Lake Store account details. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to retrieve </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve the Data Lake Store account details. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to retrieve </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.Delete(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,System.String)"> <summary> Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to remove </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to remove </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.Add(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters)"> <summary> Updates the specified Data Lake Analytics account to include the additional Data Lake Store account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to add. </param> <param name='parameters'> The details of the Data Lake Store account. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.AddAsync(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters,System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to include the additional Data Lake Store account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to add. </param> <param name='parameters'> The details of the Data Lake Store account. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.ListByAccount(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo},System.String,System.Nullable{System.Boolean})"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Data Lake Store accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.ListByAccountAsync(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Data Lake Store accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.ListByAccountNext(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.DataLakeStoreAccountsOperationsExtensions.ListByAccountNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations,System.String,System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations"> <summary> FirewallRulesOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient)"> <summary> Initializes a new instance of the FirewallRulesOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsAccountManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to create or update. </param> <param name='parameters'> Parameters supplied to create or update the firewall rule. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified firewall rule. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to update. </param> <param name='parameters'> Parameters supplied to update the firewall rule. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified firewall rule from the specified Data Lake Analytics account </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to delete. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Analytics firewall rule. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to retrieve. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rules. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions"> <summary> Extension methods for FirewallRulesOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule)"> <summary> Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to create or update. </param> <param name='parameters'> Parameters supplied to create or update the firewall rule. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule,System.Threading.CancellationToken)"> <summary> Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to create or update. </param> <param name='parameters'> Parameters supplied to create or update the firewall rule. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.Update(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters)"> <summary> Updates the specified firewall rule. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to update. </param> <param name='parameters'> Parameters supplied to update the firewall rule. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters,System.Threading.CancellationToken)"> <summary> Updates the specified firewall rule. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to update. </param> <param name='parameters'> Parameters supplied to update the firewall rule. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.Delete(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String)"> <summary> Deletes the specified firewall rule from the specified Data Lake Analytics account </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to delete. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes the specified firewall rule from the specified Data Lake Analytics account </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to delete. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String)"> <summary> Gets the specified Data Lake Analytics firewall rule. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to retrieve. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Analytics firewall rule. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to retrieve. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.ListByAccount(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rules. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.ListByAccountAsync(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rules. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.ListByAccountNext(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.FirewallRulesOperationsExtensions.ListByAccountNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations"> <summary> CatalogOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.CreateSecretWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use CreateCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to create the secret (name and password) </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.UpdateSecretWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Modifies the specified secret for use with external data sources in the specified database. This is deprecated and will be removed in the next release. Please use UpdateCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret. </param> <param name='parameters'> The parameters required to modify the secret (name and password) </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetSecretWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use GetCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to get </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.DeleteSecretWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified secret in the specified database. This is deprecated and will be removed in the next release. Please use DeleteCredential instead. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='secretName'> The name of the secret to delete </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.DeleteAllSecretsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes all secrets in the specified database. This is deprecated and will be removed in the next release. In the future, please only drop individual credentials using DeleteCredential </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the secret. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.CreateCredentialWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates the specified credential for use with external data sources in the specified database. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to create the credential (name and password) </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.UpdateCredentialWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Modifies the specified credential for use with external data sources in the specified database </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential. </param> <param name='parameters'> The parameters required to modify the credential (name and password) </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetCredentialWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified credential from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='credentialName'> The name of the credential. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.DeleteCredentialWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified credential in the specified database </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the credential. </param> <param name='credentialName'> The name of the credential to delete </param> <param name='parameters'> The parameters to delete a credential if the current user is not the account owner. </param> <param name='cascade'> Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListCredentialsWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetExternalDataSourceWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified external data source from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data source. </param> <param name='externalDataSourceName'> The name of the external data source. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListExternalDataSourcesWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the external data sources. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetProcedureWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified procedure from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedure. </param> <param name='schemaName'> The name of the schema containing the procedure. </param> <param name='procedureName'> The name of the procedure. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListProceduresWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the procedures. </param> <param name='schemaName'> The name of the schema containing the procedures. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetTableWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table. </param> <param name='schemaName'> The name of the schema containing the table. </param> <param name='tableName'> The name of the table. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTablesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='schemaName'> The name of the schema containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetTableTypeWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table type from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table type. </param> <param name='schemaName'> The name of the schema containing the table type. </param> <param name='tableTypeName'> The name of the table type to retrieve. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableTypesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table types. </param> <param name='schemaName'> The name of the schema containing the table types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetPackageWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified package from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the package. </param> <param name='schemaName'> The name of the schema containing the package. </param> <param name='packageName'> The name of the package. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListPackagesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the packages. </param> <param name='schemaName'> The name of the schema containing the packages. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetViewWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified view from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the view. </param> <param name='schemaName'> The name of the schema containing the view. </param> <param name='viewName'> The name of the view. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListViewsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='schemaName'> The name of the schema containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetTableStatisticWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table statistics from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='statisticsName'> The name of the table statistics. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableStatisticsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the statistics. </param> <param name='schemaName'> The name of the schema containing the statistics. </param> <param name='tableName'> The name of the table containing the statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetTablePartitionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table partition from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partition. </param> <param name='schemaName'> The name of the schema containing the partition. </param> <param name='tableName'> The name of the table containing the partition. </param> <param name='partitionName'> The name of the table partition. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTablePartitionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the partitions. </param> <param name='schemaName'> The name of the schema containing the partitions. </param> <param name='tableName'> The name of the table containing the partitions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTypesWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the types. </param> <param name='schemaName'> The name of the schema containing the types. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetTableValuedFunctionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified table valued function from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued function. </param> <param name='schemaName'> The name of the schema containing the table valued function. </param> <param name='tableValuedFunctionName'> The name of the tableValuedFunction. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableValuedFunctionsWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='schemaName'> The name of the schema containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetAssemblyWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified assembly from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='assemblyName'> The name of the assembly. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListAssembliesWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the assembly. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetSchemaWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified schema from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='schemaName'> The name of the schema. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListSchemasWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the schema. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableStatisticsByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table statistics. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTablesByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the tables. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the table valued functions. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListViewsByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database containing the views. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GetDatabaseWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the specified database from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='databaseName'> The name of the database. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListDatabasesWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='accountName'> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListCredentialsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListExternalDataSourcesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of external data sources from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListProceduresNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTablesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table statistics within the specified schema from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableTypesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListPackagesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListViewsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableStatisticsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTablePartitionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTypesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of types within the specified database and schema from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableValuedFunctionsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of table valued functions from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListAssembliesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListSchemasNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all statistics in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTablesByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all tables in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all table valued functions in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListViewsByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of all views in a database from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListDatabasesNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations"> <summary> ComputePoliciesOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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 </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to create or update. </param> <param name='parameters'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified compute policy. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to update. </param> <param name='parameters'> Parameters supplied to update the compute policy. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified compute policy from the specified Data Lake Analytics account </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to delete. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Analytics compute policy. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policy. </param> <param name='computePolicyName'> The name of the compute policy to retrieve. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the compute policies. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics compute policies within the specified Data Lake Analytics account. An account supports, at most, 50 policies </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient"> <summary> Creates an Azure Data Lake Analytics account management client. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.SubscriptionId"> <summary> Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.ComputePolicies"> <summary> Gets the IComputePoliciesOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.FirewallRules"> <summary> Gets the IFirewallRulesOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.StorageAccounts"> <summary> Gets the IStorageAccountsOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.DataLakeStoreAccounts"> <summary> Gets the IDataLakeStoreAccountsOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsAccountManagementClient.Account"> <summary> Gets the IAccountOperations. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient"> <summary> Creates an Azure Data Lake Analytics catalog client. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.SerializationSettings"> <summary> The base URI of the service. </summary> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.AdlaCatalogDnsSuffix"> <summary> Gets the DNS suffix used as the base for all Azure Data Lake Analytics Catalog service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsCatalogManagementClient.Catalog"> <summary> Gets the ICatalogOperations. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient"> <summary> Creates an Azure Data Lake Analytics job client. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.SerializationSettings"> <summary> The base URI of the service. </summary> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.Credentials"> <summary> Credentials needed for the client to connect to Azure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.AdlaJobDnsSuffix"> <summary> Gets the DNS suffix used as the base for all Azure Data Lake Analytics Job service requests. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.Pipeline"> <summary> Gets the IPipelineOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.Recurrence"> <summary> Gets the IRecurrenceOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeAnalyticsJobManagementClient.Job"> <summary> Gets the IJobOperations. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations"> <summary> DataLakeStoreAccountsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Store account details in the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve the Data Lake Store account details. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to retrieve </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to remove </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations.AddWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to include the additional Data Lake Store account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Data Lake Store account. </param> <param name='dataLakeStoreAccountName'> The name of the Data Lake Store account to add. </param> <param name='parameters'> The details of the Data Lake Store account. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Data Lake Store accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IDataLakeStoreAccountsOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations"> <summary> FirewallRulesOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates the specified firewall rule. During update, the firewall rule with the specified name will be replaced with this new firewall rule. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to add or replace the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to create or update. </param> <param name='parameters'> Parameters supplied to create or update the firewall rule. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified firewall rule. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to update the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to update. </param> <param name='parameters'> Parameters supplied to update the firewall rule. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes the specified firewall rule from the specified Data Lake Analytics account </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to delete the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to delete. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Data Lake Analytics firewall rule. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rule. </param> <param name='firewallRuleName'> The name of the firewall rule to retrieve. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to get the firewall rules. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IFirewallRulesOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations"> <summary> PipelineOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations.ListWithHttpMessagesAsync(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all pipelines. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations.GetWithHttpMessagesAsync(System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the Pipeline information for the specified pipeline ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='pipelineIdentity'> Pipeline ID. </param> <param name='startDateTime'> The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all pipelines. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations"> <summary> RecurrenceOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations.ListWithHttpMessagesAsync(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all recurrences. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations.GetWithHttpMessagesAsync(System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the recurrence information for the specified recurrence ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='recurrenceIdentity'> Recurrence ID. </param> <param name='startDateTime'> The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all recurrences. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations"> <summary> StorageAccountsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Azure Storage account linked to the given Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve Azure storage account details. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to retrieve the details. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to remove an Azure Storage account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to remove </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to modify storage accounts in </param> <param name='storageAccountName'> The Azure Storage account to modify </param> <param name='parameters'> The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.AddWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to add an Azure Storage account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to add </param> <param name='parameters'> The parameters containing the access key and optional suffix for the Azure Storage Account. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.GetStorageContainerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to retrieve the blob container. </param> <param name='containerName'> The name of the Azure storage container to retrieve </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.ListStorageContainersWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage blob containers. </param> <param name='storageAccountName'> The name of the Azure storage account from which to list blob containers. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.ListSasTokensWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which an Azure Storage account's SAS token is being requested. </param> <param name='storageAccountName'> The name of the Azure storage account for which the SAS token is being requested. </param> <param name='containerName'> The name of the Azure storage container for which the SAS token is being requested. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.ListStorageContainersNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.ListSasTokensNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.AADObjectType"> <summary> Defines values for AADObjectType. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters"> <summary> Additional Data Lake Store parameters. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters.#ctor"> <summary> Initializes a new instance of the AddDataLakeStoreParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters.#ctor(System.String)"> <summary> Initializes a new instance of the AddDataLakeStoreParameters class. </summary> <param name="suffix">the optional suffix for the Data Lake Store account.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.AddDataLakeStoreParameters.Suffix"> <summary> Gets or sets the optional suffix for the Data Lake Store account. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters"> <summary> Storage account parameters for a storage account being added to a Data Lake Analytics account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters.#ctor"> <summary> Initializes a new instance of the AddStorageAccountParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the AddStorageAccountParameters class. </summary> <param name="accessKey">the access key associated with this Azure Storage account that will be used to connect to it.</param> <param name="suffix">the optional suffix for the storage account.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters.AccessKey"> <summary> Gets or sets the access key associated with this Azure Storage account that will be used to connect to it. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters.Suffix"> <summary> Gets or sets the optional suffix for the storage account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem"> <summary> A Data Lake Analytics catalog item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem.#ctor"> <summary> Initializes a new instance of the CatalogItem class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem.#ctor(System.String,System.Nullable{System.Guid})"> <summary> Initializes a new instance of the CatalogItem class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem.ComputeAccountName"> <summary> Gets or sets the name of the Data Lake Analytics account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem.Version"> <summary> Gets or sets the version of the catalog item. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItemList"> <summary> A Data Lake Analytics catalog item list. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItemList.#ctor"> <summary> Initializes a new instance of the CatalogItemList class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItemList.#ctor(System.String)"> <summary> Initializes a new instance of the CatalogItemList class. </summary> <param name="nextLink">the link to the next page of results.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItemList.NextLink"> <summary> Gets or sets the link to the next page of results. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode"> <summary> Defines values for CompileMode. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy"> <summary> The parameters used to create a new compute policy. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.#ctor"> <summary> Initializes a new instance of the ComputePolicy class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.#ctor(System.String,System.Nullable{System.Guid},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> Initializes a new instance of the ComputePolicy class. </summary> <param name="name">The name of the compute policy</param> <param name="objectId">The AAD object identifier for the entity to create a policy for.</param> <param name="objectType">The type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'</param> <param name="maxDegreeOfParallelismPerJob">The maximum degree of parallelism per job this user can use to submit jobs.</param> <param name="minPriorityPerJob">The minimum priority per job this user can use to submit jobs.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.Name"> <summary> Gets the name of the compute policy </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.ObjectId"> <summary> Gets the AAD object identifier for the entity to create a policy for. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.ObjectType"> <summary> Gets the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.MaxDegreeOfParallelismPerJob"> <summary> Gets or sets the maximum degree of parallelism per job this user can use to submit jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.MinPriorityPerJob"> <summary> Gets or sets the minimum priority per job this user can use to submit jobs. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters"> <summary> The parameters used to create a new compute policy. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.#ctor"> <summary> Initializes a new instance of the ComputePolicyAccountCreateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.#ctor(System.String,System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> Initializes a new instance of the ComputePolicyAccountCreateParameters class. </summary> <param name="name">The unique name of the policy to create</param> <param name="objectId">The AAD object identifier for the entity to create a policy for.</param> <param name="objectType">The type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'</param> <param name="maxDegreeOfParallelismPerJob">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.</param> <param name="minPriorityPerJob">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.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.Name"> <summary> Gets or sets the unique name of the policy to create </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.ObjectId"> <summary> Gets or sets the AAD object identifier for the entity to create a policy for. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.ObjectType"> <summary> Gets or sets the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.MaxDegreeOfParallelismPerJob"> <summary> Gets or sets 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. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.MinPriorityPerJob"> <summary> Gets or sets 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. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters"> <summary> The parameters used to create a new compute policy. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the ComputePolicyCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters.#ctor(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> Initializes a new instance of the ComputePolicyCreateOrUpdateParameters class. </summary> <param name="objectId">The AAD object identifier for the entity to create a policy for.</param> <param name="objectType">The type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'</param> <param name="maxDegreeOfParallelismPerJob">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.</param> <param name="minPriorityPerJob">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.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters.ObjectId"> <summary> Gets or sets the AAD object identifier for the entity to create a policy for. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters.ObjectType"> <summary> Gets or sets the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters.MaxDegreeOfParallelismPerJob"> <summary> Gets or sets 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. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters.MinPriorityPerJob"> <summary> Gets or sets 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. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyCreateOrUpdateParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount"> <summary> A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.#ctor"> <summary> Initializes a new instance of the DataLakeAnalyticsAccount class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo},System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountStatus},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountState},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.TierType},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.TierType},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicyAccountCreateParameters})"> <summary> Initializes a new instance of the DataLakeAnalyticsAccount class. </summary> <param name="location">Resource location</param> <param name="defaultDataLakeStoreAccount">the default data lake storage account associated with this Data Lake Analytics account.</param> <param name="dataLakeStoreAccounts">the list of Data Lake storage accounts associated with this account.</param> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> <param name="tags">Resource tags</param> <param name="provisioningState">the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted'</param> <param name="state">the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended'</param> <param name="maxDegreeOfParallelism">the maximum supported degree of parallelism for this account.</param> <param name="queryStoreRetention">the number of days that job metadata is retained.</param> <param name="maxJobCount">the maximum supported jobs running under the account at the same time.</param> <param name="systemMaxDegreeOfParallelism">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..</param> <param name="systemMaxJobCount">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.</param> <param name="storageAccounts">the list of Azure Blob storage accounts associated with this account.</param> <param name="creationTime">the account creation time.</param> <param name="lastModifiedTime">the account last modified time.</param> <param name="endpoint">the full CName endpoint for this account.</param> <param name="newTier">the commitment tier for the next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'</param> <param name="currentTier">the commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'</param> <param name="firewallState">The current state of the IP address firewall for this Data Lake Analytics account. Possible values include: 'Enabled', 'Disabled'</param> <param name="firewallAllowAzureIps">The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'</param> <param name="firewallRules">The list of firewall rules associated with this Data Lake Analytics account.</param> <param name="maxDegreeOfParallelismPerJob">the maximum supported degree of parallelism per job for this account.</param> <param name="minPriorityPerJob">the minimum supported priority per job for this account.</param> <param name="computePolicies">the list of compute policies to create in this account.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.ProvisioningState"> <summary> Gets the provisioning status of the Data Lake Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.State"> <summary> Gets the state of the Data Lake Analytics account. Possible values include: 'Active', 'Suspended' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.DefaultDataLakeStoreAccount"> <summary> Gets or sets the default data lake storage account associated with this Data Lake Analytics account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.MaxDegreeOfParallelism"> <summary> Gets or sets the maximum supported degree of parallelism for this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.QueryStoreRetention"> <summary> Gets or sets the number of days that job metadata is retained. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.MaxJobCount"> <summary> Gets or sets the maximum supported jobs running under the account at the same time. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.SystemMaxDegreeOfParallelism"> <summary> Gets 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.. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.SystemMaxJobCount"> <summary> Gets 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. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.DataLakeStoreAccounts"> <summary> Gets or sets the list of Data Lake storage accounts associated with this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.StorageAccounts"> <summary> Gets or sets the list of Azure Blob storage accounts associated with this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.CreationTime"> <summary> Gets the account creation time. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.LastModifiedTime"> <summary> Gets the account last modified time. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.Endpoint"> <summary> Gets the full CName endpoint for this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.NewTier"> <summary> Gets or sets the commitment tier for the next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.CurrentTier"> <summary> Gets the commitment tier in use for the current month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.FirewallState"> <summary> Gets or sets the current state of the IP address firewall for this Data Lake Analytics account. Possible values include: 'Enabled', 'Disabled' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.FirewallAllowAzureIps"> <summary> Gets or sets the current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.FirewallRules"> <summary> Gets or sets the list of firewall rules associated with this Data Lake Analytics account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.MaxDegreeOfParallelismPerJob"> <summary> Gets or sets the maximum supported degree of parallelism per job for this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.MinPriorityPerJob"> <summary> Gets or sets the minimum supported priority per job for this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.ComputePolicies"> <summary> Gets or sets the list of compute policies to create in this account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccount.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountState"> <summary> Defines values for DataLakeAnalyticsAccountState. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountStatus"> <summary> Defines values for DataLakeAnalyticsAccountStatus. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters"> <summary> The parameters that can be used to update an existing Data Lake Analytics account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.#ctor"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.TierType},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy})"> <summary> Initializes a new instance of the DataLakeAnalyticsAccountUpdateParameters class. </summary> <param name="tags">Resource tags</param> <param name="maxDegreeOfParallelism">the maximum supported degree of parallelism for this account.</param> <param name="queryStoreRetention">the number of days that job metadata is retained.</param> <param name="maxJobCount">the maximum supported jobs running under the account at the same time.</param> <param name="newTier">the commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'</param> <param name="firewallState">The current state of the IP address firewall for this Data Lake Analytics account. Possible values include: 'Enabled', 'Disabled'</param> <param name="firewallAllowAzureIps">The current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled'</param> <param name="firewallRules">The list of firewall rules associated with this Data Lake Analytics account.</param> <param name="maxDegreeOfParallelismPerJob">the maximum supported degree of parallelism per job for this account.</param> <param name="minPriorityPerJob">the minimum supported priority per job for this account.</param> <param name="computePolicies">the list of existing compute policies to update in this account.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.Tags"> <summary> Gets or sets resource tags </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.MaxDegreeOfParallelism"> <summary> Gets or sets the maximum supported degree of parallelism for this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.QueryStoreRetention"> <summary> Gets or sets the number of days that job metadata is retained. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.MaxJobCount"> <summary> Gets or sets the maximum supported jobs running under the account at the same time. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.NewTier"> <summary> Gets or sets the commitment tier to use for next month. Possible values include: 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.FirewallState"> <summary> Gets or sets the current state of the IP address firewall for this Data Lake Analytics account. Possible values include: 'Enabled', 'Disabled' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.FirewallAllowAzureIps"> <summary> Gets or sets the current state of allowing or disallowing IPs originating within Azure through the firewall. If the firewall is disabled, this is not enforced. Possible values include: 'Enabled', 'Disabled' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.FirewallRules"> <summary> Gets or sets the list of firewall rules associated with this Data Lake Analytics account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.MaxDegreeOfParallelismPerJob"> <summary> Gets or sets the maximum supported degree of parallelism per job for this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.MinPriorityPerJob"> <summary> Gets or sets the minimum supported priority per job for this account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.ComputePolicies"> <summary> Gets or sets the list of existing compute policies to update in this account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsAccountUpdateParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters"> <summary> Data Lake Analytics catalog credential creation parameters. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters.#ctor"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogCredentialCreateParameters class. </summary> <param name="password">the password for the credential and user with access to the data source.</param> <param name="uri">the URI identifier for the data source this credential can connect to in the format <hostname>:<port></param> <param name="userId">the object identifier for the user associated with this credential with access to the data source.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters.Password"> <summary> Gets or sets the password for the credential and user with access to the data source. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters.Uri"> <summary> Gets or sets the URI identifier for the data source this credential can connect to in the format &lt;hostname&gt;:&lt;port&gt; </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters.UserId"> <summary> Gets or sets the object identifier for the user associated with this credential with access to the data source. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters"> <summary> Data Lake Analytics catalog credential deletion parameters. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters.#ctor"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogCredentialDeleteParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters.#ctor(System.String)"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogCredentialDeleteParameters class. </summary> <param name="password">the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters.Password"> <summary> Gets or sets the current password for the credential and user with access to the data source. This is required if the requester is not the account owner. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters"> <summary> Data Lake Analytics catalog credential update parameters. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters.#ctor"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogCredentialUpdateParameters class. </summary> <param name="password">the current password for the credential and user with access to the data source. This is required if the requester is not the account owner.</param> <param name="newPassword">the new password for the credential and user with access to the data source.</param> <param name="uri">the URI identifier for the data source this credential can connect to in the format <hostname>:<port></param> <param name="userId">the object identifier for the user associated with this credential with access to the data source.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters.Password"> <summary> Gets or sets the current password for the credential and user with access to the data source. This is required if the requester is not the account owner. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters.NewPassword"> <summary> Gets or sets the new password for the credential and user with access to the data source. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters.Uri"> <summary> Gets or sets the URI identifier for the data source this credential can connect to in the format &lt;hostname&gt;:&lt;port&gt; </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters.UserId"> <summary> Gets or sets the object identifier for the user associated with this credential with access to the data source. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters"> <summary> Data Lake Analytics catalog secret creation and update parameters. This is deprecated and will be removed in the next release. Please use DataLakeAnalyticsCatalogCredentialCreateOrUpdateParameters instead. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class. </summary> <param name="password">the password for the secret to pass in</param> <param name="uri">the URI identifier for the secret in the format <hostname>:<port></param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.Password"> <summary> Gets or sets the password for the secret to pass in </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.Uri"> <summary> Gets or sets the URI identifier for the secret in the format &lt;hostname&gt;:&lt;port&gt; </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo"> <summary> Data Lake Store account information. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo.#ctor"> <summary> Initializes a new instance of the DataLakeStoreAccountInfo class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the DataLakeStoreAccountInfo class. </summary> <param name="name">Resource name</param> <param name="id">Resource Id</param> <param name="type">Resource type</param> <param name="suffix">the optional suffix for the Data Lake Store account.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo.Suffix"> <summary> Gets or sets the optional suffix for the Data Lake Store account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName"> <summary> A Data Lake Analytics DDL name item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName.#ctor"> <summary> Initializes a new instance of the DdlName class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the DdlName class. </summary> <param name="firstPart">the name of the table associated with this database and schema.</param> <param name="secondPart">the name of the table associated with this database and schema.</param> <param name="thirdPart">the name of the table associated with this database and schema.</param> <param name="server">the name of the table associated with this database and schema.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName.FirstPart"> <summary> Gets or sets the name of the table associated with this database and schema. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName.SecondPart"> <summary> Gets or sets the name of the table associated with this database and schema. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName.ThirdPart"> <summary> Gets or sets the name of the table associated with this database and schema. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName.Server"> <summary> Gets or sets the name of the table associated with this database and schema. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics"> <summary> Error diagnostic information for failed jobs. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.#ctor"> <summary> Initializes a new instance of the Diagnostics class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes},System.Nullable{System.Int32})"> <summary> Initializes a new instance of the Diagnostics class. </summary> <param name="columnNumber">the column where the error occured.</param> <param name="end">the ending index of the error.</param> <param name="lineNumber">the line number the error occured on.</param> <param name="message">the error message.</param> <param name="severity">the severity of the error. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'</param> <param name="start">the starting index of the error.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.ColumnNumber"> <summary> Gets the column where the error occured. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.End"> <summary> Gets the ending index of the error. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.LineNumber"> <summary> Gets the line number the error occured on. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.Message"> <summary> Gets the error message. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.Severity"> <summary> Gets the severity of the error. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics.Start"> <summary> Gets the starting index of the error. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId"> <summary> A Data Lake Analytics catalog entity identifier object. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId.#ctor"> <summary> Initializes a new instance of the EntityId class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId.#ctor(Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName,System.Nullable{System.Guid})"> <summary> Initializes a new instance of the EntityId class. </summary> <param name="name">the name of the external table associated with this database, schema and table.</param> <param name="version">the version of the external data source.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId.Name"> <summary> Gets or sets the name of the external table associated with this database, schema and table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId.Version"> <summary> Gets or sets the version of the external data source. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable"> <summary> A Data Lake Analytics catalog external table item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable.#ctor"> <summary> Initializes a new instance of the ExternalTable class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable.#ctor(System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId)"> <summary> Initializes a new instance of the ExternalTable class. </summary> <param name="tableName">the name of the table associated with this database and schema.</param> <param name="dataSource">the data source associated with this external table.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable.TableName"> <summary> Gets or sets the name of the table associated with this database and schema. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable.DataSource"> <summary> Gets or sets the data source associated with this external table. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.FileType"> <summary> Defines values for FileType. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallAllowAzureIpsState"> <summary> Defines values for FirewallAllowAzureIpsState. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule"> <summary> Data Lake Analytics firewall rule information </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule.#ctor"> <summary> Initializes a new instance of the FirewallRule class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule.#ctor(System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the FirewallRule class. </summary> <param name="startIpAddress">the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.</param> <param name="endIpAddress">the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.</param> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule.StartIpAddress"> <summary> Gets or sets the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule.EndIpAddress"> <summary> Gets or sets the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallRule.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.FirewallState"> <summary> Defines values for FirewallState. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties"> <summary> Hive job properties used when submitting and retrieving Hive jobs. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties.#ctor"> <summary> Initializes a new instance of the HiveJobProperties class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> Initializes a new instance of the HiveJobProperties class. </summary> <param name="script">the script to run</param> <param name="runtimeVersion">the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.</param> <param name="logsLocation">the Hive logs location</param> <param name="outputLocation">the location of Hive job output files (both execution output and results)</param> <param name="statementCount">the number of statements that will be run based on the script</param> <param name="executedStatementCount">the number of statements that have been run based on the script</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties.LogsLocation"> <summary> Gets the Hive logs location </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties.OutputLocation"> <summary> Gets the location of Hive job output files (both execution output and results) </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties.StatementCount"> <summary> Gets the number of statements that will be run based on the script </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties.ExecutedStatementCount"> <summary> Gets the number of statements that have been run based on the script </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.HiveJobProperties.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath"> <summary> A Data Lake Analytics job data path item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath.#ctor"> <summary> Initializes a new instance of the JobDataPath class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath.#ctor(System.Nullable{System.Guid},System.String,System.Collections.Generic.IList{System.String})"> <summary> Initializes a new instance of the JobDataPath class. </summary> <param name="jobId">the id of the job this data is for.</param> <param name="command">the command that this job data relates to.</param> <param name="paths">the list of paths to all of the job data.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath.JobId"> <summary> Gets the id of the job this data is for. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath.Command"> <summary> Gets the command that this job data relates to. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath.Paths"> <summary> Gets the list of paths to all of the job data. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails"> <summary> The Data Lake Analytics job error details. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.#ctor"> <summary> Initializes a new instance of the JobErrorDetails class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.#ctor(System.String,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError,System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes},System.String,System.Nullable{System.Int32})"> <summary> Initializes a new instance of the JobErrorDetails class. </summary> <param name="description">the error message description</param> <param name="details">the details of the error message.</param> <param name="endOffset">the end offset in the job where the error was found.</param> <param name="errorId">the specific identifier for the type of error encountered in the job.</param> <param name="filePath">the path to any supplemental error files, if any.</param> <param name="helpLink">the link to MSDN or Azure help for this type of error, if any.</param> <param name="internalDiagnostics">the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.</param> <param name="lineNumber">the specific line number in the job where the error occured.</param> <param name="message">the user friendly error message for the failure.</param> <param name="resolution">the recommended resolution for the failure, if any.</param> <param name="innerError">the inner error of this specific job error message, if any.</param> <param name="severity">the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'</param> <param name="source">the ultimate source of the failure (usually either SYSTEM or USER).</param> <param name="startOffset">the start offset in the job where the error was found</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.Description"> <summary> Gets the error message description </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.Details"> <summary> Gets the details of the error message. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.EndOffset"> <summary> Gets the end offset in the job where the error was found. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.ErrorId"> <summary> Gets the specific identifier for the type of error encountered in the job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.FilePath"> <summary> Gets the path to any supplemental error files, if any. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.HelpLink"> <summary> Gets the link to MSDN or Azure help for this type of error, if any. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.InternalDiagnostics"> <summary> Gets the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.LineNumber"> <summary> Gets the specific line number in the job where the error occured. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.Message"> <summary> Gets the user friendly error message for the failure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.Resolution"> <summary> Gets the recommended resolution for the failure, if any. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.InnerError"> <summary> Gets the inner error of this specific job error message, if any. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.Severity"> <summary> Gets the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.Source"> <summary> Gets the ultimate source of the failure (usually either SYSTEM or USER). </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails.StartOffset"> <summary> Gets the start offset in the job where the error was found </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation"> <summary> The common Data Lake Analytics job information properties. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.#ctor"> <summary> Initializes a new instance of the JobInformation class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.#ctor(System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.JobType,Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties,System.Nullable{System.Guid},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.JobErrorDetails},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.JobState},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.JobResult},System.String,System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord},Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties)"> <summary> Initializes a new instance of the JobInformation class. </summary> <param name="name">the friendly name of the job.</param> <param name="type">the job type of the current job (Hive or USql). Possible values include: 'USql', 'Hive'</param> <param name="properties">the job specific properties.</param> <param name="jobId">the job's unique identifier (a GUID).</param> <param name="submitter">the user or account that submitted the job.</param> <param name="errorMessage">the error message details for the job, if the job failed.</param> <param name="degreeOfParallelism">the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1.</param> <param name="priority">the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0.</param> <param name="submitTime">the time the job was submitted to the service.</param> <param name="startTime">the start time of the job.</param> <param name="endTime">the completion time of the job.</param> <param name="state">the job state. When the job is in the Ended state, refer to Result and ErrorMessage for details. Possible values include: 'Accepted', 'Compiling', 'Ended', 'New', 'Queued', 'Running', 'Scheduling', 'Starting', 'Paused', 'WaitingForCapacity'</param> <param name="result">the result of job execution or the current result of the running job. Possible values include: 'None', 'Succeeded', 'Cancelled', 'Failed'</param> <param name="logFolder">the log folder path to use in the following format: adl://<accountName>.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/.</param> <param name="logFilePatterns">the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt</param> <param name="stateAuditRecords">the job state audit records, indicating when various operations have been performed on this job.</param> <param name="related">the recurring job relationship information properties.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.JobId"> <summary> Gets the job's unique identifier (a GUID). </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Name"> <summary> Gets or sets the friendly name of the job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Type"> <summary> Gets or sets the job type of the current job (Hive or USql). Possible values include: 'USql', 'Hive' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Submitter"> <summary> Gets the user or account that submitted the job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.ErrorMessage"> <summary> Gets the error message details for the job, if the job failed. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.DegreeOfParallelism"> <summary> Gets or sets the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Priority"> <summary> Gets or sets the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.SubmitTime"> <summary> Gets the time the job was submitted to the service. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.StartTime"> <summary> Gets the start time of the job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.EndTime"> <summary> Gets the completion time of the job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.State"> <summary> Gets the job state. When the job is in the Ended state, refer to Result and ErrorMessage for details. Possible values include: 'Accepted', 'Compiling', 'Ended', 'New', 'Queued', 'Running', 'Scheduling', 'Starting', 'Paused', 'WaitingForCapacity' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Result"> <summary> Gets the result of job execution or the current result of the running job. Possible values include: 'None', 'Succeeded', 'Cancelled', 'Failed' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.LogFolder"> <summary> Gets the log folder path to use in the following format: adl://&lt;accountName&gt;.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.LogFilePatterns"> <summary> Gets or sets the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.StateAuditRecords"> <summary> Gets the job state audit records, indicating when various operations have been performed on this job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Properties"> <summary> Gets or sets the job specific properties. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Related"> <summary> Gets or sets the recurring job relationship information properties. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError"> <summary> The Data Lake Analytics job error details. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.#ctor"> <summary> Initializes a new instance of the JobInnerError class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.#ctor(System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the JobInnerError class. </summary> <param name="diagnosticCode">the diagnostic error code.</param> <param name="severity">the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'</param> <param name="details">the details of the error message.</param> <param name="component">the component that failed.</param> <param name="errorId">the specific identifier for the type of error encountered in the job.</param> <param name="helpLink">the link to MSDN or Azure help for this type of error, if any.</param> <param name="internalDiagnostics">the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.</param> <param name="message">the user friendly error message for the failure.</param> <param name="resolution">the recommended resolution for the failure, if any.</param> <param name="source">the ultimate source of the failure (usually either SYSTEM or USER).</param> <param name="description">the error message description</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.DiagnosticCode"> <summary> Gets the diagnostic error code. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.Severity"> <summary> Gets the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.Details"> <summary> Gets the details of the error message. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.Component"> <summary> Gets the component that failed. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.ErrorId"> <summary> Gets the specific identifier for the type of error encountered in the job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.HelpLink"> <summary> Gets the link to MSDN or Azure help for this type of error, if any. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.InternalDiagnostics"> <summary> Gets the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.Message"> <summary> Gets the user friendly error message for the failure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.Resolution"> <summary> Gets the recommended resolution for the failure, if any. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.Source"> <summary> Gets the ultimate source of the failure (usually either SYSTEM or USER). </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobInnerError.Description"> <summary> Gets the error message description </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation"> <summary> Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.#ctor"> <summary> Initializes a new instance of the JobPipelineInformation class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.#ctor(System.Nullable{System.Guid},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.DateTimeOffset},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation},System.Collections.Generic.IList{System.Nullable{System.Guid}})"> <summary> Initializes a new instance of the JobPipelineInformation class. </summary> <param name="pipelineId">the job relationship pipeline identifier (a GUID).</param> <param name="pipelineName">the friendly name of the job relationship pipeline, which does not need to be unique.</param> <param name="pipelineUri">the pipeline uri, unique, links to the originating service for this pipeline.</param> <param name="numJobsFailed">the number of jobs in this pipeline that have failed.</param> <param name="numJobsCanceled">the number of jobs in this pipeline that have been canceled.</param> <param name="numJobsSucceeded">the number of jobs in this pipeline that have succeeded.</param> <param name="auHoursFailed">the number of job execution hours that resulted in failed jobs.</param> <param name="auHoursCanceled">the number of job execution hours that resulted in canceled jobs.</param> <param name="auHoursSucceeded">the number of job execution hours that resulted in successful jobs.</param> <param name="lastSubmitTime">the last time a job in this pipeline was submitted.</param> <param name="runs">the list of recurrence identifiers representing each run of this pipeline.</param> <param name="recurrences">the list of recurrence identifiers representing each run of this pipeline.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.PipelineId"> <summary> Gets the job relationship pipeline identifier (a GUID). </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.PipelineName"> <summary> Gets the friendly name of the job relationship pipeline, which does not need to be unique. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.PipelineUri"> <summary> Gets the pipeline uri, unique, links to the originating service for this pipeline. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.NumJobsFailed"> <summary> Gets the number of jobs in this pipeline that have failed. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.NumJobsCanceled"> <summary> Gets the number of jobs in this pipeline that have been canceled. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.NumJobsSucceeded"> <summary> Gets the number of jobs in this pipeline that have succeeded. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.AuHoursFailed"> <summary> Gets the number of job execution hours that resulted in failed jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.AuHoursCanceled"> <summary> Gets the number of job execution hours that resulted in canceled jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.AuHoursSucceeded"> <summary> Gets the number of job execution hours that resulted in successful jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.LastSubmitTime"> <summary> Gets the last time a job in this pipeline was submitted. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.Runs"> <summary> Gets the list of recurrence identifiers representing each run of this pipeline. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.Recurrences"> <summary> Gets the list of recurrence identifiers representing each run of this pipeline. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineInformation.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation"> <summary> Run info for a specific job pipeline. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation.#ctor"> <summary> Initializes a new instance of the JobPipelineRunInformation class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation.#ctor(System.Nullable{System.Guid},System.Nullable{System.DateTimeOffset})"> <summary> Initializes a new instance of the JobPipelineRunInformation class. </summary> <param name="runId">the run identifier of an instance of pipeline executions (a GUID).</param> <param name="lastSubmitTime">the time this instance was last submitted.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation.RunId"> <summary> Gets the run identifier of an instance of pipeline executions (a GUID). </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobPipelineRunInformation.LastSubmitTime"> <summary> Gets the time this instance was last submitted. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties"> <summary> The common Data Lake Analytics job properties. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties.#ctor"> <summary> Initializes a new instance of the JobProperties class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the JobProperties class. </summary> <param name="script">the script to run</param> <param name="runtimeVersion">the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties.RuntimeVersion"> <summary> Gets or sets the runtime version of the Data Lake Analytics engine to use for the specific type of job being run. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties.Script"> <summary> Gets or sets the script to run </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobProperties.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation"> <summary> Recurrence job information for a specific recurrence. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.#ctor"> <summary> Initializes a new instance of the JobRecurrenceInformation class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.#ctor(System.Nullable{System.Guid},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.DateTimeOffset})"> <summary> Initializes a new instance of the JobRecurrenceInformation class. </summary> <param name="recurrenceId">the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.</param> <param name="recurrenceName">the recurrence name, user friendly name for the correlation between jobs.</param> <param name="numJobsFailed">the number of jobs in this recurrence that have failed.</param> <param name="numJobsCanceled">the number of jobs in this recurrence that have been canceled.</param> <param name="numJobsSucceeded">the number of jobs in this recurrence that have succeeded.</param> <param name="auHoursFailed">the number of job execution hours that resulted in failed jobs.</param> <param name="auHoursCanceled">the number of job execution hours that resulted in canceled jobs.</param> <param name="auHoursSucceeded">the number of job execution hours that resulted in successful jobs.</param> <param name="lastSubmitTime">the last time a job in this recurrence was submitted.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.RecurrenceId"> <summary> Gets the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.RecurrenceName"> <summary> Gets the recurrence name, user friendly name for the correlation between jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.NumJobsFailed"> <summary> Gets the number of jobs in this recurrence that have failed. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.NumJobsCanceled"> <summary> Gets the number of jobs in this recurrence that have been canceled. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.NumJobsSucceeded"> <summary> Gets the number of jobs in this recurrence that have succeeded. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.AuHoursFailed"> <summary> Gets the number of job execution hours that resulted in failed jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.AuHoursCanceled"> <summary> Gets the number of job execution hours that resulted in canceled jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.AuHoursSucceeded"> <summary> Gets the number of job execution hours that resulted in successful jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRecurrenceInformation.LastSubmitTime"> <summary> Gets the last time a job in this recurrence was submitted. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties"> <summary> Job relationship information properties including pipeline information, correlation information, etc. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.#ctor"> <summary> Initializes a new instance of the JobRelationshipProperties class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.#ctor(System.Guid,System.Nullable{System.Guid},System.String,System.String,System.Nullable{System.Guid},System.String)"> <summary> Initializes a new instance of the JobRelationshipProperties class. </summary> <param name="recurrenceId">the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.</param> <param name="pipelineId">the job relationship pipeline identifier (a GUID).</param> <param name="pipelineName">the friendly name of the job relationship pipeline, which does not need to be unique.</param> <param name="pipelineUri">the pipeline uri, unique, links to the originating service for this pipeline.</param> <param name="runId">the run identifier (a GUID), unique identifier of the iteration of this pipeline.</param> <param name="recurrenceName">the recurrence name, user friendly name for the correlation between jobs.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.PipelineId"> <summary> Gets or sets the job relationship pipeline identifier (a GUID). </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.PipelineName"> <summary> Gets or sets the friendly name of the job relationship pipeline, which does not need to be unique. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.PipelineUri"> <summary> Gets or sets the pipeline uri, unique, links to the originating service for this pipeline. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.RunId"> <summary> Gets or sets the run identifier (a GUID), unique identifier of the iteration of this pipeline. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.RecurrenceId"> <summary> Gets or sets the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.RecurrenceName"> <summary> Gets or sets the recurrence name, user friendly name for the correlation between jobs. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobRelationshipProperties.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource"> <summary> The Data Lake Analytics job resources. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource.#ctor"> <summary> Initializes a new instance of the JobResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource.#ctor(System.String,System.String,System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.JobResourceType})"> <summary> Initializes a new instance of the JobResource class. </summary> <param name="name">the name of the resource.</param> <param name="resourcePath">the path to the resource.</param> <param name="type">the job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder'</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource.Name"> <summary> Gets or sets the name of the resource. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource.ResourcePath"> <summary> Gets or sets the path to the resource. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource.Type"> <summary> Gets or sets the job resource type. Possible values include: 'VertexResource', 'JobManagerResource', 'StatisticsResource', 'VertexResourceInUserFolder', 'JobManagerResourceInUserFolder', 'StatisticsResourceInUserFolder' </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResourceType"> <summary> Defines values for JobResourceType. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobResult"> <summary> Defines values for JobResult. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobState"> <summary> Defines values for JobState. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord"> <summary> The Data Lake Analytics job state audit records for tracking the lifecycle of a job. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord.#ctor"> <summary> Initializes a new instance of the JobStateAuditRecord class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord.#ctor(System.String,System.Nullable{System.DateTimeOffset},System.String,System.String)"> <summary> Initializes a new instance of the JobStateAuditRecord class. </summary> <param name="newState">the new state the job is in.</param> <param name="timeStamp">the time stamp that the state change took place.</param> <param name="requestedByUser">the user who requests the change.</param> <param name="details"> the details of the audit log.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord.NewState"> <summary> Gets the new state the job is in. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord.TimeStamp"> <summary> Gets the time stamp that the state change took place. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord.RequestedByUser"> <summary> Gets the user who requests the change. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStateAuditRecord.Details"> <summary> Gets the details of the audit log. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics"> <summary> The Data Lake Analytics job execution statistics. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics.#ctor"> <summary> Initializes a new instance of the JobStatistics class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics.#ctor(System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage})"> <summary> Initializes a new instance of the JobStatistics class. </summary> <param name="lastUpdateTimeUtc">the last update time for the statistics.</param> <param name="finalizingTimeUtc">the job finalizing start time.</param> <param name="stages">the list of stages for the job.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics.LastUpdateTimeUtc"> <summary> Gets the last update time for the statistics. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics.FinalizingTimeUtc"> <summary> Gets the job finalizing start time. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics.Stages"> <summary> Gets the list of stages for the job. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage"> <summary> The Data Lake Analytics job statistics vertex stage information. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.#ctor"> <summary> Initializes a new instance of the JobStatisticsVertexStage class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.#ctor(System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.TimeSpan},System.Nullable{System.Int32},System.Nullable{System.TimeSpan})"> <summary> Initializes a new instance of the JobStatisticsVertexStage class. </summary> <param name="dataRead">the amount of data read, in bytes.</param> <param name="dataReadCrossPod">the amount of data read across multiple pods, in bytes.</param> <param name="dataReadIntraPod">the amount of data read in one pod, in bytes.</param> <param name="dataToRead">the amount of data remaining to be read, in bytes.</param> <param name="dataWritten">the amount of data written, in bytes.</param> <param name="duplicateDiscardCount">the number of duplicates that were discarded.</param> <param name="failedCount">the number of failures that occured in this stage.</param> <param name="maxVertexDataRead">the maximum amount of data read in a single vertex, in bytes.</param> <param name="minVertexDataRead">the minimum amount of data read in a single vertex, in bytes.</param> <param name="readFailureCount">the number of read failures in this stage.</param> <param name="revocationCount">the number of vertices that were revoked during this stage.</param> <param name="runningCount">the number of currently running vertices in this stage.</param> <param name="scheduledCount">the number of currently scheduled vertices in this stage</param> <param name="stageName">the name of this stage in job execution.</param> <param name="succeededCount">the number of vertices that succeeded in this stage.</param> <param name="tempDataWritten">the amount of temporary data written, in bytes.</param> <param name="totalCount">the total vertex count for this stage.</param> <param name="totalFailedTime">the amount of time that failed vertices took up in this stage.</param> <param name="totalProgress">the current progress of this stage, as a percentage.</param> <param name="totalSucceededTime">the amount of time all successful vertices took in this stage.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.DataRead"> <summary> Gets the amount of data read, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.DataReadCrossPod"> <summary> Gets the amount of data read across multiple pods, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.DataReadIntraPod"> <summary> Gets the amount of data read in one pod, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.DataToRead"> <summary> Gets the amount of data remaining to be read, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.DataWritten"> <summary> Gets the amount of data written, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.DuplicateDiscardCount"> <summary> Gets the number of duplicates that were discarded. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.FailedCount"> <summary> Gets the number of failures that occured in this stage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.MaxVertexDataRead"> <summary> Gets the maximum amount of data read in a single vertex, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.MinVertexDataRead"> <summary> Gets the minimum amount of data read in a single vertex, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.ReadFailureCount"> <summary> Gets the number of read failures in this stage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.RevocationCount"> <summary> Gets the number of vertices that were revoked during this stage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.RunningCount"> <summary> Gets the number of currently running vertices in this stage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.ScheduledCount"> <summary> Gets the number of currently scheduled vertices in this stage </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.StageName"> <summary> Gets the name of this stage in job execution. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.SucceededCount"> <summary> Gets the number of vertices that succeeded in this stage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.TempDataWritten"> <summary> Gets the amount of temporary data written, in bytes. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.TotalCount"> <summary> Gets the total vertex count for this stage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.TotalFailedTime"> <summary> Gets the amount of time that failed vertices took up in this stage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.TotalProgress"> <summary> Gets the current progress of this stage, as a percentage. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage.TotalSucceededTime"> <summary> Gets the amount of time all successful vertices took in this stage. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.JobType"> <summary> Defines values for JobType. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.OptionalSubResource"> <summary> The Resource model definition for a nested resource with no required properties. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.OptionalSubResource.#ctor"> <summary> Initializes a new instance of the OptionalSubResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.OptionalSubResource.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the OptionalSubResource class. </summary> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.OptionalSubResource.Id"> <summary> Gets resource Id </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.OptionalSubResource.Name"> <summary> Gets or sets resource name </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.OptionalSubResource.Type"> <summary> Gets resource type </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.Page`1"> <summary> Defines a page in Azure responses. </summary> <typeparam name="T">Type of the page content items</typeparam> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Page`1.NextPageLink"> <summary> Gets the link to the next page. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.Page`1.GetEnumerator"> <summary> Returns an enumerator that iterates through the collection. </summary> <returns>A an enumerator that can be used to iterate through the collection.</returns> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.Page`1.System#Collections#IEnumerable#GetEnumerator"> <summary> Returns an enumerator that iterates through the collection. </summary> <returns>A an enumerator that can be used to iterate through the collection.</returns> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource"> <summary> The Resource model definition. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.#ctor"> <summary> Initializes a new instance of the Resource class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Initializes a new instance of the Resource class. </summary> <param name="location">Resource location</param> <param name="id">Resource Id</param> <param name="name">Resource name</param> <param name="type">Resource type</param> <param name="tags">Resource tags</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.Id"> <summary> Gets resource Id </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.Name"> <summary> Gets resource name </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.Type"> <summary> Gets resource type </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.Location"> <summary> Gets or sets resource location </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.Tags"> <summary> Gets or sets resource tags </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.Resource.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo"> <summary> SAS token information. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo.#ctor"> <summary> Initializes a new instance of the SasTokenInfo class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo.#ctor(System.String)"> <summary> Initializes a new instance of the SasTokenInfo class. </summary> <param name="accessToken">the access token for the associated Azure Storage Container.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.SasTokenInfo.AccessToken"> <summary> Gets the access token for the associated Azure Storage Container. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.SeverityTypes"> <summary> Defines values for SeverityTypes. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo"> <summary> Azure Storage account information. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo.#ctor"> <summary> Initializes a new instance of the StorageAccountInfo class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo.#ctor(System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the StorageAccountInfo class. </summary> <param name="name">Resource name</param> <param name="accessKey">the access key associated with this Azure Storage account that will be used to connect to it.</param> <param name="id">Resource Id</param> <param name="type">Resource type</param> <param name="suffix">the optional suffix for the storage account.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo.AccessKey"> <summary> Gets or sets the access key associated with this Azure Storage account that will be used to connect to it. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo.Suffix"> <summary> Gets or sets the optional suffix for the storage account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer"> <summary> Azure Storage blob container information. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer.#ctor"> <summary> Initializes a new instance of the StorageContainer class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime})"> <summary> Initializes a new instance of the StorageContainer class. </summary> <param name="name">the name of the blob container.</param> <param name="id">the unique identifier of the blob container.</param> <param name="type">the type of the blob container.</param> <param name="lastModifiedTime">the last modified time of the blob container.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer.Name"> <summary> Gets the name of the blob container. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer.Id"> <summary> Gets the unique identifier of the blob container. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer.Type"> <summary> Gets the type of the blob container. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.StorageContainer.LastModifiedTime"> <summary> Gets the last modified time of the blob container. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource"> <summary> The Sub Resource model definition. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource.#ctor"> <summary> Initializes a new instance of the SubResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the SubResource class. </summary> <param name="name">Resource name</param> <param name="id">Resource Id</param> <param name="type">Resource type</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource.Id"> <summary> Gets resource Id </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource.Name"> <summary> Gets or sets resource name </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource.Type"> <summary> Gets resource type </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.SubResource.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.TierType"> <summary> Defines values for TierType. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo"> <summary> A Data Lake Analytics catalog type field information item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo.#ctor"> <summary> Initializes a new instance of the TypeFieldInfo class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the TypeFieldInfo class. </summary> <param name="name">the name of the field associated with this type.</param> <param name="type">the type of the field.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo.Name"> <summary> Gets or sets the name of the field associated with this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo.Type"> <summary> Gets or sets the type of the field. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters"> <summary> Data Lake Analytics firewall rule update parameters </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters.#ctor"> <summary> Initializes a new instance of the UpdateFirewallRuleParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the UpdateFirewallRuleParameters class. </summary> <param name="startIpAddress">the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.</param> <param name="endIpAddress">the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters.StartIpAddress"> <summary> Gets or sets the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateFirewallRuleParameters.EndIpAddress"> <summary> Gets or sets the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters"> <summary> Storage account parameters for a storage account being updated in a Data Lake Analytics account. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters.#ctor"> <summary> Initializes a new instance of the UpdateStorageAccountParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the UpdateStorageAccountParameters class. </summary> <param name="accessKey">the updated access key associated with this Azure Storage account that will be used to connect to it.</param> <param name="suffix">the optional suffix for the storage account.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters.AccessKey"> <summary> Gets or sets the updated access key associated with this Azure Storage account that will be used to connect to it. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters.Suffix"> <summary> Gets or sets the optional suffix for the storage account. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly"> <summary> A Data Lake Analytics catalog U-SQL Assembly. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.#ctor"> <summary> Initializes a new instance of the USqlAssembly class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo})"> <summary> Initializes a new instance of the USqlAssembly class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="name">the name of the assembly.</param> <param name="clrName">the name of the CLR.</param> <param name="isVisible">the switch indicating if this assembly is visible or not.</param> <param name="isUserDefined">the switch indicating if this assembly is user defined or not.</param> <param name="files">the list of files associated with the assembly</param> <param name="dependencies">the list of dependencies associated with the assembly</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.Name"> <summary> Gets or sets the name of the assembly. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.ClrName"> <summary> Gets or sets the name of the CLR. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.IsVisible"> <summary> Gets or sets the switch indicating if this assembly is visible or not. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.IsUserDefined"> <summary> Gets or sets the switch indicating if this assembly is user defined or not. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.Files"> <summary> Gets or sets the list of files associated with the assembly </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly.Dependencies"> <summary> Gets or sets the list of dependencies associated with the assembly </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr"> <summary> A Data Lake Analytics catalog U-SQL assembly CLR item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr.#ctor"> <summary> Initializes a new instance of the USqlAssemblyClr class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String)"> <summary> Initializes a new instance of the USqlAssemblyClr class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="name">the name of the assembly.</param> <param name="clrName">the name of the CLR.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr.Name"> <summary> Gets or sets the name of the assembly. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr.ClrName"> <summary> Gets or sets the name of the CLR. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo"> <summary> A Data Lake Analytics catalog U-SQL dependency information item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo.#ctor"> <summary> Initializes a new instance of the USqlAssemblyDependencyInfo class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo.#ctor(Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId)"> <summary> Initializes a new instance of the USqlAssemblyDependencyInfo class. </summary> <param name="entityId">the EntityId of the dependency.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo.EntityId"> <summary> Gets or sets the EntityId of the dependency. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo"> <summary> A Data Lake Analytics catalog U-SQL assembly file information item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo.#ctor"> <summary> Initializes a new instance of the USqlAssemblyFileInfo class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the USqlAssemblyFileInfo class. </summary> <param name="type">the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'</param> <param name="originalPath">the the original path to the assembly file.</param> <param name="contentPath">the the content path to the assembly file.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo.Type"> <summary> Gets or sets the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy' </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo.OriginalPath"> <summary> Gets or sets the the original path to the assembly file. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyFileInfo.ContentPath"> <summary> Gets or sets the the content path to the assembly file. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential"> <summary> A Data Lake Analytics catalog U-SQL credential item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential.#ctor"> <summary> Initializes a new instance of the USqlCredential class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential.#ctor(System.String,System.Nullable{System.Guid},System.String)"> <summary> Initializes a new instance of the USqlCredential class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="name">the name of the credential.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential.Name"> <summary> Gets or sets the name of the credential. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase"> <summary> A Data Lake Analytics catalog U-SQL database item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase.#ctor"> <summary> Initializes a new instance of the USqlDatabase class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase.#ctor(System.String,System.Nullable{System.Guid},System.String)"> <summary> Initializes a new instance of the USqlDatabase class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="name">the name of the database.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase.Name"> <summary> Gets or sets the name of the database. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn"> <summary> A Data Lake Analytics catalog U-SQL directed column item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn.#ctor"> <summary> Initializes a new instance of the USqlDirectedColumn class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn.#ctor(System.String,System.Nullable{System.Boolean})"> <summary> Initializes a new instance of the USqlDirectedColumn class. </summary> <param name="name">the name of the index in the table.</param> <param name="descending">the switch indicating if the index is descending or not.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn.Name"> <summary> Gets or sets the name of the index in the table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn.Descending"> <summary> Gets or sets the switch indicating if the index is descending or not. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo"> <summary> A Data Lake Analytics catalog U-SQL distribution information object. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo.#ctor"> <summary> Initializes a new instance of the USqlDistributionInfo class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo.#ctor(System.Nullable{System.Int32},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn},System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> Initializes a new instance of the USqlDistributionInfo class. </summary> <param name="type">the type of this distribution.</param> <param name="keys">the list of directed columns in the distribution</param> <param name="count">the count of indices using this distribution.</param> <param name="dynamicCount">the dynamic count of indices using this distribution.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo.Type"> <summary> Gets or sets the type of this distribution. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo.Keys"> <summary> Gets or sets the list of directed columns in the distribution </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo.Count"> <summary> Gets or sets the count of indices using this distribution. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo.DynamicCount"> <summary> Gets or sets the dynamic count of indices using this distribution. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource"> <summary> A Data Lake Analytics catalog U-SQL external datasource item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource.#ctor"> <summary> Initializes a new instance of the USqlExternalDataSource class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})"> <summary> Initializes a new instance of the USqlExternalDataSource class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="name">the name of the external data source.</param> <param name="provider">the name of the provider for the external data source.</param> <param name="providerString">the name of the provider string for the external data source.</param> <param name="pushdownTypes">the list of types to push down from the external data source.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource.Name"> <summary> Gets or sets the name of the external data source. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource.Provider"> <summary> Gets or sets the name of the provider for the external data source. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource.ProviderString"> <summary> Gets or sets the name of the provider string for the external data source. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource.PushdownTypes"> <summary> Gets or sets the list of types to push down from the external data source. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex"> <summary> A Data Lake Analytics catalog U-SQL table index item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.#ctor"> <summary> Initializes a new instance of the USqlIndex class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDirectedColumn},System.Collections.Generic.IList{System.String},Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo,System.Nullable{System.Guid},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean})"> <summary> Initializes a new instance of the USqlIndex class. </summary> <param name="name">the name of the index in the table.</param> <param name="indexKeys">the list of directed columns in the index</param> <param name="columns">the list of columns in the index</param> <param name="distributionInfo">the distributions info of the index</param> <param name="partitionFunction">partition function ID for the index.</param> <param name="partitionKeyList">the list of partion keys in the index</param> <param name="streamNames">the list of full paths to the streams that contain this index in the DataLake account.</param> <param name="isColumnstore">the switch indicating if this index is a columnstore index.</param> <param name="indexId">the ID of this index within the table.</param> <param name="isUnique">the switch indicating if this index is a unique index.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.Name"> <summary> Gets or sets the name of the index in the table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.IndexKeys"> <summary> Gets or sets the list of directed columns in the index </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.Columns"> <summary> Gets or sets the list of columns in the index </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.DistributionInfo"> <summary> Gets or sets the distributions info of the index </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.PartitionFunction"> <summary> Gets or sets partition function ID for the index. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.PartitionKeyList"> <summary> Gets or sets the list of partion keys in the index </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.StreamNames"> <summary> Gets or sets the list of full paths to the streams that contain this index in the DataLake account. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.IsColumnstore"> <summary> Gets or sets the switch indicating if this index is a columnstore index. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.IndexId"> <summary> Gets or sets the ID of this index within the table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex.IsUnique"> <summary> Gets or sets the switch indicating if this index is a unique index. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties"> <summary> U-SQL job properties used when submitting and retrieving U-SQL jobs. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.#ctor"> <summary> Initializes a new instance of the USqlJobProperties class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.JobResource},Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics,Microsoft.Azure.Management.DataLake.Analytics.Models.JobDataPath,System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.Diagnostics},System.String,System.Nullable{System.TimeSpan},System.Nullable{System.TimeSpan},System.Nullable{System.TimeSpan},System.Nullable{System.TimeSpan},System.String,System.String,System.Nullable{System.Int64},System.Nullable{Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode})"> <summary> Initializes a new instance of the USqlJobProperties class. </summary> <param name="script">the script to run</param> <param name="runtimeVersion">the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.</param> <param name="resources">the list of resources that are required by the job</param> <param name="statistics">the job specific statistics.</param> <param name="debugData">the job specific debug data locations.</param> <param name="diagnostics">the diagnostics for the job.</param> <param name="algebraFilePath">the algebra file path after the job has completed</param> <param name="totalCompilationTime">the total time this job spent compiling. This value should not be set by the user and will be ignored if it is.</param> <param name="totalPauseTime">the total time this job spent paused. This value should not be set by the user and will be ignored if it is.</param> <param name="totalQueuedTime">the total time this job spent queued. This value should not be set by the user and will be ignored if it is.</param> <param name="totalRunningTime">the total time this job spent executing. This value should not be set by the user and will be ignored if it is.</param> <param name="rootProcessNodeId">the ID used to identify the job manager coordinating job execution. This value should not be set by the user and will be ignored if it is.</param> <param name="yarnApplicationId">the ID used to identify the yarn application executing the job. This value should not be set by the user and will be ignored if it is.</param> <param name="yarnApplicationTimeStamp">the timestamp (in ticks) for the yarn application executing the job. This value should not be set by the user and will be ignored if it is.</param> <param name="compileMode">Optionally enforces a specific compilation mode for the job during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.Resources"> <summary> Gets or sets the list of resources that are required by the job </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.Statistics"> <summary> Gets or sets the job specific statistics. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.DebugData"> <summary> Gets or sets the job specific debug data locations. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.Diagnostics"> <summary> Gets or sets the diagnostics for the job. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.AlgebraFilePath"> <summary> Gets the algebra file path after the job has completed </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.TotalCompilationTime"> <summary> Gets the total time this job spent compiling. This value should not be set by the user and will be ignored if it is. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.TotalPauseTime"> <summary> Gets the total time this job spent paused. This value should not be set by the user and will be ignored if it is. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.TotalQueuedTime"> <summary> Gets the total time this job spent queued. This value should not be set by the user and will be ignored if it is. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.TotalRunningTime"> <summary> Gets the total time this job spent executing. This value should not be set by the user and will be ignored if it is. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.RootProcessNodeId"> <summary> Gets the ID used to identify the job manager coordinating job execution. This value should not be set by the user and will be ignored if it is. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.YarnApplicationId"> <summary> Gets the ID used to identify the yarn application executing the job. This value should not be set by the user and will be ignored if it is. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.YarnApplicationTimeStamp"> <summary> Gets the timestamp (in ticks) for the yarn application executing the job. This value should not be set by the user and will be ignored if it is. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.CompileMode"> <summary> Gets or sets optionally enforces a specific compilation mode for the job during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox' </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlJobProperties.Validate"> <summary> Validate the object. </summary> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown if validation fails </exception> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage"> <summary> A Data Lake Analytics catalog U-SQL package item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage.#ctor"> <summary> Initializes a new instance of the USqlPackage class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the USqlPackage class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database containing the package.</param> <param name="schemaName">the name of the schema associated with this package and database.</param> <param name="name">the name of the package.</param> <param name="definition">the definition of the package.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage.DatabaseName"> <summary> Gets or sets the name of the database containing the package. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage.SchemaName"> <summary> Gets or sets the name of the schema associated with this package and database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage.Name"> <summary> Gets or sets the name of the package. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage.Definition"> <summary> Gets or sets the definition of the package. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure"> <summary> A Data Lake Analytics catalog U-SQL procedure item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure.#ctor"> <summary> Initializes a new instance of the USqlProcedure class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the USqlProcedure class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this procedure and database.</param> <param name="name">the name of the procedure.</param> <param name="definition">the defined query of the procedure.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure.SchemaName"> <summary> Gets or sets the name of the schema associated with this procedure and database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure.Name"> <summary> Gets or sets the name of the procedure. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure.Definition"> <summary> Gets or sets the defined query of the procedure. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema"> <summary> A Data Lake Analytics catalog U-SQL schema item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema.#ctor"> <summary> Initializes a new instance of the USqlSchema class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String)"> <summary> Initializes a new instance of the USqlSchema class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="name">the name of the schema.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema.Name"> <summary> Gets or sets the name of the schema. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret"> <summary> A Data Lake Analytics catalog U-SQL secret item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret.#ctor"> <summary> Initializes a new instance of the USqlSecret class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.Nullable{System.DateTimeOffset},System.String,System.String)"> <summary> Initializes a new instance of the USqlSecret class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="name">the name of the secret.</param> <param name="creationTime">the creation time of the credential object. This is the only information returned about a secret from a GET.</param> <param name="uri">the URI identifier for the secret in the format <hostname>:<port></param> <param name="password">the password for the secret to pass in</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret.Name"> <summary> Gets or sets the name of the secret. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret.CreationTime"> <summary> Gets or sets the creation time of the credential object. This is the only information returned about a secret from a GET. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret.Uri"> <summary> Gets or sets the URI identifier for the secret in the format &lt;hostname&gt;:&lt;port&gt; </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret.Password"> <summary> Gets or sets the password for the secret to pass in </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable"> <summary> A Data Lake Analytics catalog U-SQL table item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.#ctor"> <summary> Initializes a new instance of the USqlTable class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlIndex},System.Collections.Generic.IList{System.String},Microsoft.Azure.Management.DataLake.Analytics.Models.ExternalTable,Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDistributionInfo)"> <summary> Initializes a new instance of the USqlTable class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this table and database.</param> <param name="name">the name of the table.</param> <param name="columnList">the list of columns in this table</param> <param name="indexList">the list of indices in this table</param> <param name="partitionKeyList">the list of partition keys in the table</param> <param name="externalTable">the external table associated with the table.</param> <param name="distributionInfo">the distributions info of the table</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.SchemaName"> <summary> Gets or sets the name of the schema associated with this table and database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.Name"> <summary> Gets or sets the name of the table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.ColumnList"> <summary> Gets or sets the list of columns in this table </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.IndexList"> <summary> Gets or sets the list of indices in this table </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.PartitionKeyList"> <summary> Gets or sets the list of partition keys in the table </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.ExternalTable"> <summary> Gets or sets the external table associated with the table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable.DistributionInfo"> <summary> Gets or sets the distributions info of the table </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn"> <summary> A Data Lake Analytics catalog U-SQL table column item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn.#ctor"> <summary> Initializes a new instance of the USqlTableColumn class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the USqlTableColumn class. </summary> <param name="name">the name of the column in the table.</param> <param name="type">the object type of the specified column (such as System.String).</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn.Name"> <summary> Gets or sets the name of the column in the table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableColumn.Type"> <summary> Gets or sets the object type of the specified column (such as System.String). </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition"> <summary> A Data Lake Analytics catalog U-SQL table partition item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.#ctor"> <summary> Initializes a new instance of the USqlTablePartition class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName,System.Nullable{System.Int32},System.Collections.Generic.IList{System.String},System.Nullable{System.DateTimeOffset})"> <summary> Initializes a new instance of the USqlTablePartition class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this table partition and database.</param> <param name="name">the name of the table partition.</param> <param name="parentName">the Ddl object of the partition's parent.</param> <param name="indexId">the index ID for this partition.</param> <param name="label">the list of labels associated with this partition.</param> <param name="createDate">the creation time of the partition</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.SchemaName"> <summary> Gets or sets the name of the schema associated with this table partition and database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.Name"> <summary> Gets or sets the name of the table partition. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.ParentName"> <summary> Gets or sets the Ddl object of the partition's parent. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.IndexId"> <summary> Gets or sets the index ID for this partition. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.Label"> <summary> Gets or sets the list of labels associated with this partition. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition.CreateDate"> <summary> Gets or sets the creation time of the partition </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics"> <summary> A Data Lake Analytics catalog U-SQL table statistics item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.#ctor"> <summary> Initializes a new instance of the USqlTableStatistics class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Collections.Generic.IList{System.String})"> <summary> Initializes a new instance of the USqlTableStatistics class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this table and database.</param> <param name="tableName">the name of the table.</param> <param name="name">the name of the table statistics.</param> <param name="userStatName">the name of the user statistics.</param> <param name="statDataPath">the path to the statistics data.</param> <param name="createTime">the creation time of the statistics.</param> <param name="updateTime">the last time the statistics were updated.</param> <param name="isUserCreated">the switch indicating if these statistics are user created.</param> <param name="isAutoCreated">the switch indicating if these statistics are automatically created.</param> <param name="hasFilter">the switch indicating if these statistics have a filter.</param> <param name="filterDefinition">the filter definition for the statistics.</param> <param name="colNames">the list of column names associated with these statistics.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.SchemaName"> <summary> Gets or sets the name of the schema associated with this table and database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.TableName"> <summary> Gets or sets the name of the table. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.Name"> <summary> Gets or sets the name of the table statistics. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.UserStatName"> <summary> Gets or sets the name of the user statistics. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.StatDataPath"> <summary> Gets or sets the path to the statistics data. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.CreateTime"> <summary> Gets or sets the creation time of the statistics. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.UpdateTime"> <summary> Gets or sets the last time the statistics were updated. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.IsUserCreated"> <summary> Gets or sets the switch indicating if these statistics are user created. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.IsAutoCreated"> <summary> Gets or sets the switch indicating if these statistics are automatically created. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.HasFilter"> <summary> Gets or sets the switch indicating if these statistics have a filter. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.FilterDefinition"> <summary> Gets or sets the filter definition for the statistics. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics.ColNames"> <summary> Gets or sets the list of column names associated with these statistics. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType"> <summary> A Data Lake Analytics catalog U-SQL table type item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType.#ctor"> <summary> Initializes a new instance of the USqlTableType class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.IList{Microsoft.Azure.Management.DataLake.Analytics.Models.TypeFieldInfo})"> <summary> Initializes a new instance of the USqlTableType class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this table and database.</param> <param name="name">the name of type for this type.</param> <param name="typeFamily">the type family for this type.</param> <param name="cSharpName">the C# name for this type.</param> <param name="fullCSharpName">the fully qualified C# name for this type.</param> <param name="systemTypeId">the system type ID for this type.</param> <param name="userTypeId">the user type ID for this type.</param> <param name="schemaId">the schema ID for this type.</param> <param name="principalId">the principal ID for this type.</param> <param name="isNullable">the the switch indicating if this type is nullable.</param> <param name="isUserDefined">the the switch indicating if this type is user defined.</param> <param name="isAssemblyType">the the switch indicating if this type is an assembly type.</param> <param name="isTableType">the the switch indicating if this type is a table type.</param> <param name="isComplexType">the the switch indicating if this type is a complex type.</param> <param name="columns">the type field information associated with this table type.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType.Columns"> <summary> Gets the type field information associated with this table type. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction"> <summary> A Data Lake Analytics catalog U-SQL table valued function item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction.#ctor"> <summary> Initializes a new instance of the USqlTableValuedFunction class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the USqlTableValuedFunction class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this database.</param> <param name="name">the name of the table valued function.</param> <param name="definition">the definition of the table valued function.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction.SchemaName"> <summary> Gets or sets the name of the schema associated with this database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction.Name"> <summary> Gets or sets the name of the table valued function. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction.Definition"> <summary> Gets or sets the definition of the table valued function. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType"> <summary> A Data Lake Analytics catalog U-SQL type item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.#ctor"> <summary> Initializes a new instance of the USqlType class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"> <summary> Initializes a new instance of the USqlType class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this table and database.</param> <param name="name">the name of type for this type.</param> <param name="typeFamily">the type family for this type.</param> <param name="cSharpName">the C# name for this type.</param> <param name="fullCSharpName">the fully qualified C# name for this type.</param> <param name="systemTypeId">the system type ID for this type.</param> <param name="userTypeId">the user type ID for this type.</param> <param name="schemaId">the schema ID for this type.</param> <param name="principalId">the principal ID for this type.</param> <param name="isNullable">the the switch indicating if this type is nullable.</param> <param name="isUserDefined">the the switch indicating if this type is user defined.</param> <param name="isAssemblyType">the the switch indicating if this type is an assembly type.</param> <param name="isTableType">the the switch indicating if this type is a table type.</param> <param name="isComplexType">the the switch indicating if this type is a complex type.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.SchemaName"> <summary> Gets or sets the name of the schema associated with this table and database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.Name"> <summary> Gets or sets the name of type for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.TypeFamily"> <summary> Gets or sets the type family for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.CSharpName"> <summary> Gets or sets the C# name for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.FullCSharpName"> <summary> Gets or sets the fully qualified C# name for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.SystemTypeId"> <summary> Gets or sets the system type ID for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.UserTypeId"> <summary> Gets or sets the user type ID for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.SchemaId"> <summary> Gets or sets the schema ID for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.PrincipalId"> <summary> Gets or sets the principal ID for this type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.IsNullable"> <summary> Gets or sets the the switch indicating if this type is nullable. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.IsUserDefined"> <summary> Gets or sets the the switch indicating if this type is user defined. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.IsAssemblyType"> <summary> Gets or sets the the switch indicating if this type is an assembly type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.IsTableType"> <summary> Gets or sets the the switch indicating if this type is a table type. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType.IsComplexType"> <summary> Gets or sets the the switch indicating if this type is a complex type. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView"> <summary> A Data Lake Analytics catalog U-SQL view item. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView.#ctor"> <summary> Initializes a new instance of the USqlView class. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView.#ctor(System.String,System.Nullable{System.Guid},System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the USqlView class. </summary> <param name="computeAccountName">the name of the Data Lake Analytics account.</param> <param name="version">the version of the catalog item.</param> <param name="databaseName">the name of the database.</param> <param name="schemaName">the name of the schema associated with this view and database.</param> <param name="name">the name of the view.</param> <param name="definition">the defined query of the view.</param> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView.DatabaseName"> <summary> Gets or sets the name of the database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView.SchemaName"> <summary> Gets or sets the name of the schema associated with this view and database. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView.Name"> <summary> Gets or sets the name of the view. </summary> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView.Definition"> <summary> Gets or sets the defined query of the view. </summary> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperations"> <summary> PipelineOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient)"> <summary> Initializes a new instance of the PipelineOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsJobManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperations.ListWithHttpMessagesAsync(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all pipelines. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperations.GetWithHttpMessagesAsync(System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the Pipeline information for the specified pipeline ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='pipelineIdentity'> Pipeline ID. </param> <param name='startDateTime'> The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all pipelines. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions"> <summary> Extension methods for PipelineOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.List(Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"> <summary> Lists all pipelines. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Threading.CancellationToken)"> <summary> Lists all pipelines. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations,System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"> <summary> Gets the Pipeline information for the specified pipeline ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='pipelineIdentity'> Pipeline ID. </param> <param name='startDateTime'> The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations,System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Threading.CancellationToken)"> <summary> Gets the Pipeline information for the specified pipeline ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='pipelineIdentity'> Pipeline ID. </param> <param name='startDateTime'> The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.ListNext(Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations,System.String)"> <summary> Lists all pipelines. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.PipelineOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IPipelineOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists all pipelines. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperations"> <summary> RecurrenceOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsJobManagementClient)"> <summary> Initializes a new instance of the RecurrenceOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsJobManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperations.ListWithHttpMessagesAsync(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all recurrences. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperations.GetWithHttpMessagesAsync(System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the recurrence information for the specified recurrence ID. </summary> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='recurrenceIdentity'> Recurrence ID. </param> <param name='startDateTime'> The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Lists all recurrences. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperationsExtensions"> <summary> Extension methods for RecurrenceOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperationsExtensions.List(Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"> <summary> Lists all recurrences. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations,System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Threading.CancellationToken)"> <summary> Lists all recurrences. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='startDateTime'> The start date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get the list of recurrences. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations,System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"> <summary> Gets the recurrence information for the specified recurrence ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='recurrenceIdentity'> Recurrence ID. </param> <param name='startDateTime'> The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations,System.String,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.Threading.CancellationToken)"> <summary> Gets the recurrence information for the specified recurrence ID. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='accountName'> The Azure Data Lake Analytics account to execute job operations on. </param> <param name='recurrenceIdentity'> Recurrence ID. </param> <param name='startDateTime'> The start date for when to get the recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='endDateTime'> The end date for when to get recurrence and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperationsExtensions.ListNext(Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations,System.String)"> <summary> Lists all recurrences. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.RecurrenceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IRecurrenceOperations,System.String,System.Threading.CancellationToken)"> <summary> Lists all recurrences. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations"> <summary> StorageAccountsOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.#ctor(Microsoft.Azure.Management.DataLake.Analytics.DataLakeAnalyticsAccountManagementClient)"> <summary> Initializes a new instance of the StorageAccountsOperations class. </summary> <param name='client'> Reference to the service client. </param> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> </member> <member name="P:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.Client"> <summary> Gets a reference to the DataLakeAnalyticsAccountManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Azure Storage account linked to the given Data Lake Analytics account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve Azure storage account details. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to retrieve the details. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to remove an Azure Storage account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to remove </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to modify storage accounts in </param> <param name='storageAccountName'> The Azure Storage account to modify </param> <param name='parameters'> The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.AddWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to add an Azure Storage account. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to add </param> <param name='parameters'> The parameters containing the access key and optional suffix for the Azure Storage Account. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.GetStorageContainerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to retrieve the blob container. </param> <param name='containerName'> The name of the Azure storage container to retrieve </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.ListStorageContainersWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage blob containers. </param> <param name='storageAccountName'> The name of the Azure storage account from which to list blob containers. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.ListSasTokensWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which an Azure Storage account's SAS token is being requested. </param> <param name='storageAccountName'> The name of the Azure storage account for which the SAS token is being requested. </param> <param name='containerName'> The name of the Azure storage container for which the SAS token is being requested. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.ListByAccountWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.ListStorageContainersNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.ListSasTokensNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperations.ListByAccountNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> <exception cref="T:System.ArgumentNullException"> Thrown when a required parameter is null </exception> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions"> <summary> Extension methods for StorageAccountsOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.Get(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String)"> <summary> Gets the specified Azure Storage account linked to the given Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve Azure storage account details. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to retrieve the details. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the specified Azure Storage account linked to the given Data Lake Analytics account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to retrieve Azure storage account details. </param> <param name='storageAccountName'> The name of the Azure Storage account for which to retrieve the details. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.Delete(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String)"> <summary> Updates the specified Data Lake Analytics account to remove an Azure Storage account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to remove </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to remove an Azure Storage account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which to remove the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to remove </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.Update(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters)"> <summary> Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to modify storage accounts in </param> <param name='storageAccountName'> The Azure Storage account to modify </param> <param name='parameters'> The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountParameters,System.Threading.CancellationToken)"> <summary> Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to modify storage accounts in </param> <param name='storageAccountName'> The Azure Storage account to modify </param> <param name='parameters'> The parameters containing the access key and suffix to update the storage account with, if any. Passing nothing results in no change. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.Add(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters)"> <summary> Updates the specified Data Lake Analytics account to add an Azure Storage account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to add </param> <param name='parameters'> The parameters containing the access key and optional suffix for the Azure Storage Account. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.AddAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters,System.Threading.CancellationToken)"> <summary> Updates the specified Data Lake Analytics account to add an Azure Storage account. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account to which to add the Azure Storage account. </param> <param name='storageAccountName'> The name of the Azure Storage account to add </param> <param name='parameters'> The parameters containing the access key and optional suffix for the Azure Storage Account. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.GetStorageContainer(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,System.String)"> <summary> Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to retrieve the blob container. </param> <param name='containerName'> The name of the Azure storage container to retrieve </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.GetStorageContainerAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to retrieve blob container. </param> <param name='storageAccountName'> The name of the Azure storage account from which to retrieve the blob container. </param> <param name='containerName'> The name of the Azure storage container to retrieve </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListStorageContainers(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage blob containers. </param> <param name='storageAccountName'> The name of the Azure storage account from which to list blob containers. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListStorageContainersAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage blob containers. </param> <param name='storageAccountName'> The name of the Azure storage account from which to list blob containers. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListSasTokens(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,System.String)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which an Azure Storage account's SAS token is being requested. </param> <param name='storageAccountName'> The name of the Azure storage account for which the SAS token is being requested. </param> <param name='containerName'> The name of the Azure storage container for which the SAS token is being requested. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListSasTokensAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account from which an Azure Storage account's SAS token is being requested. </param> <param name='storageAccountName'> The name of the Azure storage account for which the SAS token is being requested. </param> <param name='containerName'> The name of the Azure storage container for which the SAS token is being requested. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListByAccount(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo},System.String,System.Nullable{System.Boolean})"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListByAccountAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.StorageAccountInfo},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The name of the Azure resource group that contains the Data Lake Analytics account. </param> <param name='accountName'> The name of the Data Lake Analytics account for which to list Azure Storage accounts. </param> <param name='odataQuery'> OData parameters to apply to the operation. </param> <param name='select'> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name='count'> 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. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListStorageContainersNext(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListStorageContainersNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListSasTokensNext(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListSasTokensNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.Threading.CancellationToken)"> <summary> Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListByAccountNext(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.DataLake.Analytics.StorageAccountsOperationsExtensions.ListByAccountNextAsync(Microsoft.Azure.Management.DataLake.Analytics.IStorageAccountsOperations,System.String,System.Threading.CancellationToken)"> <summary> 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. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> </members> </doc> |