xml/Microsoft.Azure.Management.DataLake.Analytics/ICatalogOperations.xml (4,153 lines of code) (raw):
<Type Name="ICatalogOperations" FullName="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations">
<TypeSignature Language="C#" Value="public interface ICatalogOperations" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ICatalogOperations" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" />
<TypeSignature Language="VB.NET" Value="Public Interface ICatalogOperations" />
<TypeSignature Language="F#" Value="type ICatalogOperations = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
CatalogOperations operations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="CreateCredentialWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CreateCredentialWithHttpMessagesAsync (string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> CreateCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateCredentialWithHttpMessagesAsync (accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialCreateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateCredentialWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.CreateCredentialWithHttpMessagesAsync (accountName, databaseName, credentialName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="credentialName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Creates the specified credential for use with external data sources
in the specified database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="CreateSecretWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> CreateSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> CreateSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function CreateSecretWithHttpMessagesAsync (accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member CreateSecretWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.CreateSecretWithHttpMessagesAsync (accountName, databaseName, secretName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="azure-dotnet">
<AttributeName Language="C#">[System.Obsolete]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="azure-dotnet-legacy">
<AttributeName Language="C#">[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="secretName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<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>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="DeleteAllSecretsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteAllSecretsWithHttpMessagesAsync (string accountName, string databaseName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteAllSecretsWithHttpMessagesAsync(string accountName, string databaseName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteAllSecretsWithHttpMessagesAsync (accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteAllSecretsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.DeleteAllSecretsWithHttpMessagesAsync (accountName, databaseName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="azure-dotnet-legacy">
<AttributeName Language="C#">[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<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>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="DeleteCredentialWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteCredentialWithHttpMessagesAsync (string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default, bool? cascade = False, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, valuetype System.Nullable`1<bool> cascade, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteCredentialWithHttpMessagesAsync (accountName As String, databaseName As String, credentialName As String, Optional parameters As DataLakeAnalyticsCatalogCredentialDeleteParameters = Nothing, Optional cascade As Nullable(Of Boolean) = False, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteCredentialWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.DeleteCredentialWithHttpMessagesAsync (accountName, databaseName, credentialName, parameters, cascade, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="credentialName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters" />
<Parameter Name="cascade" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Deletes the specified credential in the specified database
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="DeleteSecretWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> DeleteSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> DeleteSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function DeleteSecretWithHttpMessagesAsync (accountName As String, databaseName As String, secretName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member DeleteSecretWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.DeleteSecretWithHttpMessagesAsync (accountName, databaseName, secretName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="azure-dotnet">
<AttributeName Language="C#">[System.Obsolete]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="azure-dotnet-legacy">
<AttributeName Language="C#">[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="secretName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<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>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetAssemblyWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly>> GetAssemblyWithHttpMessagesAsync (string accountName, string databaseName, string assemblyName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly>> GetAssemblyWithHttpMessagesAsync(string accountName, string databaseName, string assemblyName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetAssemblyWithHttpMessagesAsync (accountName As String, databaseName As String, assemblyName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlAssembly))" />
<MemberSignature Language="F#" Value="abstract member GetAssemblyWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly>>" Usage="iCatalogOperations.GetAssemblyWithHttpMessagesAsync (accountName, databaseName, assemblyName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="assemblyName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified assembly from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetCredentialWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>> GetCredentialWithHttpMessagesAsync (string accountName, string databaseName, string credentialName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>> GetCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetCredentialWithHttpMessagesAsync (accountName As String, databaseName As String, credentialName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlCredential))" />
<MemberSignature Language="F#" Value="abstract member GetCredentialWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>" Usage="iCatalogOperations.GetCredentialWithHttpMessagesAsync (accountName, databaseName, credentialName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="credentialName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified credential from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>> GetDatabaseWithHttpMessagesAsync (string accountName, string databaseName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>> GetDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlDatabase))" />
<MemberSignature Language="F#" Value="abstract member GetDatabaseWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>" Usage="iCatalogOperations.GetDatabaseWithHttpMessagesAsync (accountName, databaseName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified database from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetExternalDataSourceWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>> GetExternalDataSourceWithHttpMessagesAsync (string accountName, string databaseName, string externalDataSourceName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>> GetExternalDataSourceWithHttpMessagesAsync(string accountName, string databaseName, string externalDataSourceName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetExternalDataSourceWithHttpMessagesAsync (accountName As String, databaseName As String, externalDataSourceName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlExternalDataSource))" />
<MemberSignature Language="F#" Value="abstract member GetExternalDataSourceWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>" Usage="iCatalogOperations.GetExternalDataSourceWithHttpMessagesAsync (accountName, databaseName, externalDataSourceName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="externalDataSourceName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified external data source from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetPackageWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>> GetPackageWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string packageName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>> GetPackageWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string packageName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetPackageWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, packageName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlPackage))" />
<MemberSignature Language="F#" Value="abstract member GetPackageWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>" Usage="iCatalogOperations.GetPackageWithHttpMessagesAsync (accountName, databaseName, schemaName, packageName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="packageName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified package from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetProcedureWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>> GetProcedureWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string procedureName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>> GetProcedureWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string procedureName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetProcedureWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, procedureName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlProcedure))" />
<MemberSignature Language="F#" Value="abstract member GetProcedureWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>" Usage="iCatalogOperations.GetProcedureWithHttpMessagesAsync (accountName, databaseName, schemaName, procedureName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="procedureName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified procedure from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetSchemaWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>> GetSchemaWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>> GetSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetSchemaWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlSchema))" />
<MemberSignature Language="F#" Value="abstract member GetSchemaWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>" Usage="iCatalogOperations.GetSchemaWithHttpMessagesAsync (accountName, databaseName, schemaName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified schema from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetSecretWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret>> GetSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret>> GetSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetSecretWithHttpMessagesAsync (accountName As String, databaseName As String, secretName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlSecret))" />
<MemberSignature Language="F#" Value="abstract member GetSecretWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret>>" Usage="iCatalogOperations.GetSecretWithHttpMessagesAsync (accountName, databaseName, secretName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="azure-dotnet">
<AttributeName Language="C#">[System.Obsolete]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="azure-dotnet-legacy">
<AttributeName Language="C#">[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="secretName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<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>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetTablePartitionWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>> GetTablePartitionWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, string partitionName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>> GetTablePartitionWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, string partitionName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetTablePartitionWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, partitionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTablePartition))" />
<MemberSignature Language="F#" Value="abstract member GetTablePartitionWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>" Usage="iCatalogOperations.GetTablePartitionWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, partitionName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="tableName" Type="System.String" />
<Parameter Name="partitionName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified table partition from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetTableStatisticWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>> GetTableStatisticWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, string statisticsName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>> GetTableStatisticWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, string statisticsName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetTableStatisticWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, statisticsName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTableStatistics))" />
<MemberSignature Language="F#" Value="abstract member GetTableStatisticWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>" Usage="iCatalogOperations.GetTableStatisticWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, statisticsName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="tableName" Type="System.String" />
<Parameter Name="statisticsName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified table statistics from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetTableTypeWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>> GetTableTypeWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableTypeName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>> GetTableTypeWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableTypeName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetTableTypeWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableTypeName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTableType))" />
<MemberSignature Language="F#" Value="abstract member GetTableTypeWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>" Usage="iCatalogOperations.GetTableTypeWithHttpMessagesAsync (accountName, databaseName, schemaName, tableTypeName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="tableTypeName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified table type from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetTableValuedFunctionWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>> GetTableValuedFunctionWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableValuedFunctionName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>> GetTableValuedFunctionWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableValuedFunctionName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetTableValuedFunctionWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableValuedFunctionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTableValuedFunction))" />
<MemberSignature Language="F#" Value="abstract member GetTableValuedFunctionWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>" Usage="iCatalogOperations.GetTableValuedFunctionWithHttpMessagesAsync (accountName, databaseName, schemaName, tableValuedFunctionName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="tableValuedFunctionName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified table valued function from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetTableWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>> GetTableWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>> GetTableWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetTableWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTable))" />
<MemberSignature Language="F#" Value="abstract member GetTableWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>" Usage="iCatalogOperations.GetTableWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="tableName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified table from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GetViewWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>> GetViewWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string viewName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>> GetViewWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string viewName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function GetViewWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, viewName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlView))" />
<MemberSignature Language="F#" Value="abstract member GetViewWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>" Usage="iCatalogOperations.GetViewWithHttpMessagesAsync (accountName, databaseName, schemaName, viewName, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="viewName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the specified view from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GrantAclToDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> GrantAclToDatabaseWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> GrantAclToDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GrantAclToDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GrantAclToDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, parameters As AclCreateOrUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member GrantAclToDatabaseWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.GrantAclToDatabaseWithHttpMessagesAsync (accountName, databaseName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="databaseName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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="parameters">
Parameters supplied to create or update an access control list
(ACL) entry for a database.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Grants an access control list (ACL) entry to the database from the
Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="GrantAclWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> GrantAclWithHttpMessagesAsync (string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> GrantAclWithHttpMessagesAsync(string accountName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.GrantAclWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function GrantAclWithHttpMessagesAsync (accountName As String, parameters As AclCreateOrUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member GrantAclWithHttpMessagesAsync : string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.GrantAclWithHttpMessagesAsync (accountName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<param name="accountName">
The Azure Data Lake Analytics account upon which to execute catalog
operations.
</param>
<param name="parameters">
Parameters supplied to create or update an access control list
(ACL) entry for a Data Lake Analytics catalog.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Grants an access control list (ACL) entry to the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListAclsByDatabaseNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsByDatabaseNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListAclsByDatabaseNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAclsByDatabaseNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Acl)))" />
<MemberSignature Language="F#" Value="abstract member ListAclsByDatabaseNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>>" Usage="iCatalogOperations.ListAclsByDatabaseNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of access control list (ACL) entries for the
database from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListAclsByDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsByDatabaseWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListAclsByDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.Acl},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAclsByDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of Acl) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Acl)))" />
<MemberSignature Language="F#" Value="abstract member ListAclsByDatabaseWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>>" Usage="iCatalogOperations.ListAclsByDatabaseWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="databaseName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="select" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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="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>
<summary>
Retrieves the list of access control list (ACL) entries for the
database from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListAclsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListAclsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAclsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Acl)))" />
<MemberSignature Language="F#" Value="abstract member ListAclsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>>" Usage="iCatalogOperations.ListAclsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of access control list (ACL) entries for the
Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListAclsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsWithHttpMessagesAsync (string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>> ListAclsWithHttpMessagesAsync(string accountName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListAclsWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.Acl},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAclsWithHttpMessagesAsync (accountName As String, Optional odataQuery As ODataQuery(Of Acl) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Acl)))" />
<MemberSignature Language="F#" Value="abstract member ListAclsWithHttpMessagesAsync : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>>" Usage="iCatalogOperations.ListAclsWithHttpMessagesAsync (accountName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="select" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of access control list (ACL) entries for the
Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListAssembliesNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>> ListAssembliesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>> ListAssembliesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAssembliesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlAssemblyClr)))" />
<MemberSignature Language="F#" Value="abstract member ListAssembliesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>>" Usage="iCatalogOperations.ListAssembliesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of assemblies from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListAssembliesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>> ListAssembliesWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>> ListAssembliesWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListAssembliesWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlAssembly) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlAssemblyClr)))" />
<MemberSignature Language="F#" Value="abstract member ListAssembliesWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>>" Usage="iCatalogOperations.ListAssembliesWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of assemblies from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListCredentialsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>> ListCredentialsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>> ListCredentialsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListCredentialsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlCredential)))" />
<MemberSignature Language="F#" Value="abstract member ListCredentialsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>>" Usage="iCatalogOperations.ListCredentialsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of credentials from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListCredentialsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>> ListCredentialsWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>> ListCredentialsWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListCredentialsWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlCredential) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlCredential)))" />
<MemberSignature Language="F#" Value="abstract member ListCredentialsWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>>" Usage="iCatalogOperations.ListCredentialsWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of credentials from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListDatabasesNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>> ListDatabasesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>> ListDatabasesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListDatabasesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlDatabase)))" />
<MemberSignature Language="F#" Value="abstract member ListDatabasesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>>" Usage="iCatalogOperations.ListDatabasesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of databases from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListDatabasesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>> ListDatabasesWithHttpMessagesAsync (string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>> ListDatabasesWithHttpMessagesAsync(string accountName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListDatabasesWithHttpMessagesAsync (accountName As String, Optional odataQuery As ODataQuery(Of USqlDatabase) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlDatabase)))" />
<MemberSignature Language="F#" Value="abstract member ListDatabasesWithHttpMessagesAsync : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>>" Usage="iCatalogOperations.ListDatabasesWithHttpMessagesAsync (accountName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of databases from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListExternalDataSourcesNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>> ListExternalDataSourcesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>> ListExternalDataSourcesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListExternalDataSourcesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlExternalDataSource)))" />
<MemberSignature Language="F#" Value="abstract member ListExternalDataSourcesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>>" Usage="iCatalogOperations.ListExternalDataSourcesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of external data sources from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListExternalDataSourcesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>> ListExternalDataSourcesWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>> ListExternalDataSourcesWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListExternalDataSourcesWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlExternalDataSource) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlExternalDataSource)))" />
<MemberSignature Language="F#" Value="abstract member ListExternalDataSourcesWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>>" Usage="iCatalogOperations.ListExternalDataSourcesWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of external data sources from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListPackagesNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>> ListPackagesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>> ListPackagesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListPackagesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlPackage)))" />
<MemberSignature Language="F#" Value="abstract member ListPackagesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>>" Usage="iCatalogOperations.ListPackagesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of packages from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListPackagesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>> ListPackagesWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>> ListPackagesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListPackagesWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlPackage) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlPackage)))" />
<MemberSignature Language="F#" Value="abstract member ListPackagesWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>>" Usage="iCatalogOperations.ListPackagesWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of packages from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListProceduresNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>> ListProceduresNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>> ListProceduresNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListProceduresNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlProcedure)))" />
<MemberSignature Language="F#" Value="abstract member ListProceduresNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>>" Usage="iCatalogOperations.ListProceduresNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of procedures from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListProceduresWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>> ListProceduresWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>> ListProceduresWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListProceduresWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlProcedure) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlProcedure)))" />
<MemberSignature Language="F#" Value="abstract member ListProceduresWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>>" Usage="iCatalogOperations.ListProceduresWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of procedures from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListSchemasNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>> ListSchemasNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>> ListSchemasNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListSchemasNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlSchema)))" />
<MemberSignature Language="F#" Value="abstract member ListSchemasNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>>" Usage="iCatalogOperations.ListSchemasNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of schemas from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListSchemasWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>> ListSchemasWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>> ListSchemasWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListSchemasWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlSchema) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlSchema)))" />
<MemberSignature Language="F#" Value="abstract member ListSchemasWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>>" Usage="iCatalogOperations.ListSchemasWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of schemas from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableFragmentsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>> ListTableFragmentsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>> ListTableFragmentsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableFragmentsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableFragmentsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableFragment)))" />
<MemberSignature Language="F#" Value="abstract member ListTableFragmentsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>>" Usage="iCatalogOperations.ListTableFragmentsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table fragments from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableFragmentsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>> ListTableFragmentsWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>> ListTableFragmentsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.ListTableFragmentsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment},System.String,System.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableFragmentsWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, Optional odataQuery As ODataQuery(Of USqlTableFragment) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableFragment)))" />
<MemberSignature Language="F#" Value="abstract member ListTableFragmentsWithHttpMessagesAsync : string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>>" Usage="iCatalogOperations.ListTableFragmentsWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="databaseName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="schemaName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="tableName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment>" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="select" Type="System.String" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="7" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="8" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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 fragments.
</param>
<param name="schemaName">
The name of the schema containing the table fragments.
</param>
<param name="tableName">
The name of the table containing the table fragments.
</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>
<summary>
Retrieves the list of table fragments from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTablePartitionsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>> ListTablePartitionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>> ListTablePartitionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTablePartitionsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTablePartition)))" />
<MemberSignature Language="F#" Value="abstract member ListTablePartitionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>>" Usage="iCatalogOperations.ListTablePartitionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table partitions from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTablePartitionsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>> ListTablePartitionsWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>> ListTablePartitionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTablePartitionsWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, Optional odataQuery As ODataQuery(Of USqlTablePartition) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTablePartition)))" />
<MemberSignature Language="F#" Value="abstract member ListTablePartitionsWithHttpMessagesAsync : string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>>" Usage="iCatalogOperations.ListTablePartitionsWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="tableName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table partitions from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTablesByDatabaseNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesByDatabaseNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesByDatabaseNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTablesByDatabaseNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTable)))" />
<MemberSignature Language="F#" Value="abstract member ListTablesByDatabaseNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>>" Usage="iCatalogOperations.ListTablesByDatabaseNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all tables in a database from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTablesByDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesByDatabaseWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable> odataQuery = default, string select = default, bool? count = default, bool? basic = False, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable> odataQuery, string select, valuetype System.Nullable`1<bool> count, valuetype System.Nullable`1<bool> basic, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTablesByDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlTable) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional basic As Nullable(Of Boolean) = False, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTable)))" />
<MemberSignature Language="F#" Value="abstract member ListTablesByDatabaseWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>>" Usage="iCatalogOperations.ListTablesByDatabaseWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, basic, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="basic" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="basic">
The basic switch indicates what level of information to return when
listing tables. When basic is true, only database_name,
schema_name, table_name and version are returned for each table,
otherwise all table metadata is returned. By default, it is false
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Retrieves the list of all tables in a database from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTablesNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTablesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTable)))" />
<MemberSignature Language="F#" Value="abstract member ListTablesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>>" Usage="iCatalogOperations.ListTablesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of tables from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableStatistics)))" />
<MemberSignature Language="F#" Value="abstract member ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>>" Usage="iCatalogOperations.ListTableStatisticsByDatabaseAndSchemaNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all table statistics within the specified
schema from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlTableStatistics) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableStatistics)))" />
<MemberSignature Language="F#" Value="abstract member ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>>" Usage="iCatalogOperations.ListTableStatisticsByDatabaseAndSchemaWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all table statistics within the specified
schema from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableStatisticsByDatabaseNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableStatisticsByDatabaseNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableStatistics)))" />
<MemberSignature Language="F#" Value="abstract member ListTableStatisticsByDatabaseNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>>" Usage="iCatalogOperations.ListTableStatisticsByDatabaseNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all statistics in a database from the Data
Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableStatisticsByDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableStatisticsByDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlTableStatistics) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableStatistics)))" />
<MemberSignature Language="F#" Value="abstract member ListTableStatisticsByDatabaseWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>>" Usage="iCatalogOperations.ListTableStatisticsByDatabaseWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all statistics in a database from the Data
Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableStatisticsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableStatisticsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableStatistics)))" />
<MemberSignature Language="F#" Value="abstract member ListTableStatisticsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>>" Usage="iCatalogOperations.ListTableStatisticsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table statistics from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableStatisticsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableStatisticsWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, Optional odataQuery As ODataQuery(Of USqlTableStatistics) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableStatistics)))" />
<MemberSignature Language="F#" Value="abstract member ListTableStatisticsWithHttpMessagesAsync : string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>>" Usage="iCatalogOperations.ListTableStatisticsWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="tableName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table statistics from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTablesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable> odataQuery = default, string select = default, bool? count = default, bool? basic = False, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>> ListTablesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable> odataQuery, string select, valuetype System.Nullable`1<bool> count, valuetype System.Nullable`1<bool> basic, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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.Nullable{System.Boolean},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTablesWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlTable) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional basic As Nullable(Of Boolean) = False, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTable)))" />
<MemberSignature Language="F#" Value="abstract member ListTablesWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>>" Usage="iCatalogOperations.ListTablesWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, basic, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="basic" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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="basic">
The basic switch indicates what level of information to return when
listing tables. When basic is true, only database_name,
schema_name, table_name and version are returned for each table,
otherwise all table metadata is returned. By default, it is false.
Optional.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Retrieves the list of tables from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableTypesNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>> ListTableTypesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>> ListTableTypesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableTypesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableType)))" />
<MemberSignature Language="F#" Value="abstract member ListTableTypesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>>" Usage="iCatalogOperations.ListTableTypesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table types from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableTypesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>> ListTableTypesWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>> ListTableTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableTypesWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlTableType) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableType)))" />
<MemberSignature Language="F#" Value="abstract member ListTableTypesWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>>" Usage="iCatalogOperations.ListTableTypesWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table types from the Data Lake Analytics
catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableValuedFunction)))" />
<MemberSignature Language="F#" Value="abstract member ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>>" Usage="iCatalogOperations.ListTableValuedFunctionsByDatabaseNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all table valued functions in a database from
the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlTableValuedFunction) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableValuedFunction)))" />
<MemberSignature Language="F#" Value="abstract member ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>>" Usage="iCatalogOperations.ListTableValuedFunctionsByDatabaseWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all table valued functions in a database from
the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableValuedFunctionsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableValuedFunctionsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableValuedFunction)))" />
<MemberSignature Language="F#" Value="abstract member ListTableValuedFunctionsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>>" Usage="iCatalogOperations.ListTableValuedFunctionsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table valued functions from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTableValuedFunctionsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>> ListTableValuedFunctionsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTableValuedFunctionsWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlTableValuedFunction) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableValuedFunction)))" />
<MemberSignature Language="F#" Value="abstract member ListTableValuedFunctionsWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>>" Usage="iCatalogOperations.ListTableValuedFunctionsWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of table valued functions from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTypesNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>> ListTypesNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>> ListTypesNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTypesNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlType)))" />
<MemberSignature Language="F#" Value="abstract member ListTypesNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>>" Usage="iCatalogOperations.ListTypesNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of types within the specified database and
schema from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListTypesWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>> ListTypesWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>> ListTypesWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListTypesWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlType) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlType)))" />
<MemberSignature Language="F#" Value="abstract member ListTypesWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>>" Usage="iCatalogOperations.ListTypesWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of types within the specified database and
schema from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListViewsByDatabaseNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsByDatabaseNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsByDatabaseNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListViewsByDatabaseNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlView)))" />
<MemberSignature Language="F#" Value="abstract member ListViewsByDatabaseNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>>" Usage="iCatalogOperations.ListViewsByDatabaseNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all views in a database from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListViewsByDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsByDatabaseWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsByDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListViewsByDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, Optional odataQuery As ODataQuery(Of USqlView) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlView)))" />
<MemberSignature Language="F#" Value="abstract member ListViewsByDatabaseWithHttpMessagesAsync : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>>" Usage="iCatalogOperations.ListViewsByDatabaseWithHttpMessagesAsync (accountName, databaseName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of all views in a database from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListViewsNextWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsNextWithHttpMessagesAsync (string nextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsNextWithHttpMessagesAsync(string nextPageLink, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListViewsNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlView)))" />
<MemberSignature Language="F#" Value="abstract member ListViewsNextWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>>" Usage="iCatalogOperations.ListViewsNextWithHttpMessagesAsync (nextPageLink, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of views from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="ListViewsWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>> ListViewsWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> odataQuery, string select, valuetype System.Nullable`1<bool> count, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function ListViewsWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlView) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlView)))" />
<MemberSignature Language="F#" Value="abstract member ListViewsWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>>" Usage="iCatalogOperations.ListViewsWithHttpMessagesAsync (accountName, databaseName, schemaName, odataQuery, select, count, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
<Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView>" />
<Parameter Name="select" Type="System.String" />
<Parameter Name="count" Type="System.Nullable<System.Boolean>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Retrieves the list of views from the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="PreviewTablePartitionWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>> PreviewTablePartitionWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, string partitionName, long? maxRows = default, long? maxColumns = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>> PreviewTablePartitionWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, string partitionName, valuetype System.Nullable`1<int64> maxRows, valuetype System.Nullable`1<int64> maxColumns, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.PreviewTablePartitionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function PreviewTablePartitionWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, partitionName As String, Optional maxRows As Nullable(Of Long) = Nothing, Optional maxColumns As Nullable(Of Long) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTablePreview))" />
<MemberSignature Language="F#" Value="abstract member PreviewTablePartitionWithHttpMessagesAsync : string * string * string * string * string * Nullable<int64> * Nullable<int64> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>>" Usage="iCatalogOperations.PreviewTablePartitionWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="databaseName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="schemaName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="tableName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="partitionName" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="maxRows" Type="System.Nullable<System.Int64>" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="maxColumns" Type="System.Nullable<System.Int64>" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="7" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="8" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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="maxRows">
The maximum number of preview rows to be retrieved.Rows returned
may be less than or equal to this number depending on row sizes and
number of rows in the partition.
</param>
<param name="maxColumns">
The maximum number of columns to be retrieved.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Retrieves a preview set of rows in given partition.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="PreviewTableWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>> PreviewTableWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, long? maxRows = default, long? maxColumns = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse`1<class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>> PreviewTableWithHttpMessagesAsync(string accountName, string databaseName, string schemaName, string tableName, valuetype System.Nullable`1<int64> maxRows, valuetype System.Nullable`1<int64> maxColumns, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.PreviewTableWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function PreviewTableWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, Optional maxRows As Nullable(Of Long) = Nothing, Optional maxColumns As Nullable(Of Long) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTablePreview))" />
<MemberSignature Language="F#" Value="abstract member PreviewTableWithHttpMessagesAsync : string * string * string * string * Nullable<int64> * Nullable<int64> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>>" Usage="iCatalogOperations.PreviewTableWithHttpMessagesAsync (accountName, databaseName, schemaName, tableName, maxRows, maxColumns, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="databaseName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="schemaName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="tableName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="maxRows" Type="System.Nullable<System.Int64>" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="maxColumns" Type="System.Nullable<System.Int64>" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="7" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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="maxRows">
The maximum number of preview rows to be retrieved. Rows returned
may be less than or equal to this number depending on row sizes and
number of rows in the table.
</param>
<param name="maxColumns">
The maximum number of columns to be retrieved.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Retrieves a preview set of rows in given table.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="RevokeAclFromDatabaseWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RevokeAclFromDatabaseWithHttpMessagesAsync (string accountName, string databaseName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> RevokeAclFromDatabaseWithHttpMessagesAsync(string accountName, string databaseName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.RevokeAclFromDatabaseWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RevokeAclFromDatabaseWithHttpMessagesAsync (accountName As String, databaseName As String, parameters As AclDeleteParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member RevokeAclFromDatabaseWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.RevokeAclFromDatabaseWithHttpMessagesAsync (accountName, databaseName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="databaseName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<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="parameters">
Parameters supplied to delete an access control list (ACL) entry
for a database.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Revokes an access control list (ACL) entry for the database from
the Data Lake Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="RevokeAclWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RevokeAclWithHttpMessagesAsync (string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> RevokeAclWithHttpMessagesAsync(string accountName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations.RevokeAclWithHttpMessagesAsync(System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Function RevokeAclWithHttpMessagesAsync (accountName As String, parameters As AclDeleteParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member RevokeAclWithHttpMessagesAsync : string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.RevokeAclWithHttpMessagesAsync (accountName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" />
</Parameters>
<Docs>
<param name="accountName">
The Azure Data Lake Analytics account upon which to execute catalog
operations.
</param>
<param name="parameters">
Parameters supplied to delete an access control list (ACL) entry
from a Data Lake Analytics catalog.
</param>
<param name="customHeaders">
The headers that will be added to request.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Revokes an access control list (ACL) entry from the Data Lake
Analytics catalog.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="UpdateCredentialWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> UpdateCredentialWithHttpMessagesAsync (string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> UpdateCredentialWithHttpMessagesAsync(string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateCredentialWithHttpMessagesAsync (accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateCredentialWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.UpdateCredentialWithHttpMessagesAsync (accountName, databaseName, credentialName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="credentialName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<summary>
Modifies the specified credential for use with external data
sources in the specified database
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
<Member MemberName="UpdateSecretWithHttpMessagesAsync">
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> UpdateSecretWithHttpMessagesAsync (string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.AzureOperationResponse> UpdateSecretWithHttpMessagesAsync(string accountName, string databaseName, string secretName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="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)" />
<MemberSignature Language="VB.NET" Value="Public Function UpdateSecretWithHttpMessagesAsync (accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" />
<MemberSignature Language="F#" Value="abstract member UpdateSecretWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>" Usage="iCatalogOperations.UpdateSecretWithHttpMessagesAsync (accountName, databaseName, secretName, parameters, customHeaders, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="azure-dotnet">
<AttributeName Language="C#">[System.Obsolete]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="azure-dotnet-legacy">
<AttributeName Language="C#">[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="accountName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="secretName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<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>
<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>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<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>
</Docs>
</Member>
</Members>
</Type>