xml/Microsoft.Azure.Management.DataLake.Analytics/CatalogOperationsExtensions.xml (6,686 lines of code) (raw):

<Type Name="CatalogOperationsExtensions" FullName="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions"> <TypeSignature Language="C#" Value="public static class CatalogOperationsExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit CatalogOperationsExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module CatalogOperationsExtensions" /> <TypeSignature Language="F#" Value="type CatalogOperationsExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Extension methods for CatalogOperations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="CreateCredential"> <MemberSignature Language="C#" Value="public static void CreateCredential (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void CreateCredential(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub CreateCredential (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialCreateParameters)" /> <MemberSignature Language="F#" Value="static member CreateCredential : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateCredential (operations, accountName, databaseName, credentialName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object. </param> <param name="credentialName"> The name of the credential. </param> <param name="parameters"> The parameters required to create the credential (name and password) </param> <summary> Creates the specified credential for use with external data sources in the specified database. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateCredentialAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CreateCredentialAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task CreateCredentialAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateCredentialAsync (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member CreateCredentialAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialCreateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateCredentialAsync (operations, accountName, databaseName, credentialName, parameters, 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</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object. </param> <param name="credentialName"> The name of the credential. </param> <param name="parameters"> The parameters required to create the credential (name and password) </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="CreateSecret"> <MemberSignature Language="C#" Value="public static void CreateSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void CreateSecret(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub CreateSecret (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)" /> <MemberSignature Language="F#" Value="static member CreateSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateSecret (operations, accountName, databaseName, secretName, parameters)" /> <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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database in which to create the secret. </param> <param name="secretName"> The name of the secret. </param> <param name="parameters"> The parameters required to create the secret (name and password) </param> <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> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateSecretAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task CreateSecretAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task CreateSecretAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member CreateSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.CreateSecretAsync (operations, accountName, databaseName, secretName, parameters, 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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database in which to create the secret. </param> <param name="secretName"> The name of the secret. </param> <param name="parameters"> The parameters required to create the secret (name and password) </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="DeleteAllSecrets"> <MemberSignature Language="C#" Value="public static void DeleteAllSecrets (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteAllSecrets(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteAllSecrets(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteAllSecrets (operations As ICatalogOperations, accountName As String, databaseName As String)" /> <MemberSignature Language="F#" Value="static member DeleteAllSecrets : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteAllSecrets (operations, accountName, databaseName)" /> <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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <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> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteAllSecretsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAllSecretsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAllSecretsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteAllSecretsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteAllSecretsAsync (operations As ICatalogOperations, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteAllSecretsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteAllSecretsAsync (operations, accountName, databaseName, 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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="DeleteCredential"> <MemberSignature Language="C#" Value="public static void DeleteCredential (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default, bool? cascade = False);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteCredential(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, valuetype System.Nullable`1&lt;bool&gt; cascade) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteCredential (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, Optional parameters As DataLakeAnalyticsCatalogCredentialDeleteParameters = Nothing, Optional cascade As Nullable(Of Boolean) = False)" /> <MemberSignature Language="F#" Value="static member DeleteCredential : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters * Nullable&lt;bool&gt; -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteCredential (operations, accountName, databaseName, credentialName, parameters, cascade)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the credential. </param> <param name="credentialName"> The name of the credential to delete </param> <param name="parameters"> The parameters to delete a credential if the current user is not the account owner. </param> <param name="cascade"> Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential. </param> <summary> Deletes the specified credential in the specified database </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteCredentialAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteCredentialAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters parameters = default, bool? cascade = False, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteCredentialAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters parameters, valuetype System.Nullable`1&lt;bool&gt; cascade, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteCredentialAsync (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, Optional parameters As DataLakeAnalyticsCatalogCredentialDeleteParameters = Nothing, Optional cascade As Nullable(Of Boolean) = False, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteCredentialAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialDeleteParameters * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteCredentialAsync (operations, accountName, databaseName, credentialName, parameters, cascade, 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</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the credential. </param> <param name="credentialName"> The name of the credential to delete </param> <param name="parameters"> The parameters to delete a credential if the current user is not the account owner. </param> <param name="cascade"> Indicates if the delete should be a cascading delete (which deletes all resources dependent on the credential as well as the credential) or not. If false will fail if there are any resources relying on the credential. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes the specified credential in the specified database </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSecret"> <MemberSignature Language="C#" Value="public static void DeleteSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void DeleteSecret(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub DeleteSecret (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String)" /> <MemberSignature Language="F#" Value="static member DeleteSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteSecret (operations, accountName, databaseName, secretName)" /> <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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="secretName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <param name="secretName"> The name of the secret to delete </param> <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> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSecretAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteSecretAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteSecretAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.DeleteSecretAsync (operations, accountName, databaseName, secretName, 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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="secretName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <param name="secretName"> The name of the secret to delete </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="GetAssembly"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly GetAssembly (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string assemblyName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly GetAssembly(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string assemblyName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetAssembly(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAssembly (operations As ICatalogOperations, accountName As String, databaseName As String, assemblyName As String) As USqlAssembly" /> <MemberSignature Language="F#" Value="static member GetAssembly : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetAssembly (operations, accountName, databaseName, assemblyName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="assemblyName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the assembly. </param> <param name="assemblyName"> The name of the assembly. </param> <summary> Retrieves the specified assembly from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAssemblyAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; GetAssemblyAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string assemblyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; GetAssemblyAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string assemblyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetAssemblyAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAssemblyAsync (operations As ICatalogOperations, accountName As String, databaseName As String, assemblyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlAssembly)" /> <MemberSignature Language="F#" Value="static member GetAssemblyAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetAssemblyAsync (operations, accountName, databaseName, assemblyName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="assemblyName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the assembly. </param> <param name="assemblyName"> The name of the assembly. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified assembly from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetCredential"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential GetCredential (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential GetCredential(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCredential (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String) As USqlCredential" /> <MemberSignature Language="F#" Value="static member GetCredential : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetCredential (operations, accountName, databaseName, credentialName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="credentialName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="credentialName"> The name of the credential. </param> <summary> Retrieves the specified credential from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetCredentialAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; GetCredentialAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; GetCredentialAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCredentialAsync (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlCredential)" /> <MemberSignature Language="F#" Value="static member GetCredentialAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetCredentialAsync (operations, accountName, databaseName, credentialName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="credentialName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="credentialName"> The name of the credential. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified credential from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatabase"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase GetDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase GetDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDatabase (operations As ICatalogOperations, accountName As String, databaseName As String) As USqlDatabase" /> <MemberSignature Language="F#" Value="static member GetDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetDatabase (operations, accountName, databaseName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <summary> Retrieves the specified database from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; GetDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; GetDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDatabaseAsync (operations As ICatalogOperations, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlDatabase)" /> <MemberSignature Language="F#" Value="static member GetDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetDatabaseAsync (operations, accountName, databaseName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified database from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetExternalDataSource"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource GetExternalDataSource (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource GetExternalDataSource(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetExternalDataSource(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetExternalDataSource (operations As ICatalogOperations, accountName As String, databaseName As String, externalDataSourceName As String) As USqlExternalDataSource" /> <MemberSignature Language="F#" Value="static member GetExternalDataSource : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetExternalDataSource (operations, accountName, databaseName, externalDataSourceName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="externalDataSourceName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the external data source. </param> <param name="externalDataSourceName"> The name of the external data source. </param> <summary> Retrieves the specified external data source from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetExternalDataSourceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; GetExternalDataSourceAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; GetExternalDataSourceAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string externalDataSourceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetExternalDataSourceAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetExternalDataSourceAsync (operations As ICatalogOperations, accountName As String, databaseName As String, externalDataSourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlExternalDataSource)" /> <MemberSignature Language="F#" Value="static member GetExternalDataSourceAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetExternalDataSourceAsync (operations, accountName, databaseName, externalDataSourceName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="externalDataSourceName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the external data source. </param> <param name="externalDataSourceName"> The name of the external data source. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified external data source from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPackage"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage GetPackage (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string packageName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage GetPackage(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string packageName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetPackage(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPackage (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, packageName As String) As USqlPackage" /> <MemberSignature Language="F#" Value="static member GetPackage : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetPackage (operations, accountName, databaseName, schemaName, packageName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> <Parameter Name="packageName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the package. </param> <param name="schemaName"> The name of the schema containing the package. </param> <param name="packageName"> The name of the package. </param> <summary> Retrieves the specified package from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPackageAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; GetPackageAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string packageName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; GetPackageAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string packageName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetPackageAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPackageAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, packageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlPackage)" /> <MemberSignature Language="F#" Value="static member GetPackageAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetPackageAsync (operations, accountName, databaseName, schemaName, packageName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the package. </param> <param name="schemaName"> The name of the schema containing the package. </param> <param name="packageName"> The name of the package. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified package from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetProcedure"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure GetProcedure (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string procedureName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure GetProcedure(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string procedureName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetProcedure(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProcedure (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, procedureName As String) As USqlProcedure" /> <MemberSignature Language="F#" Value="static member GetProcedure : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetProcedure (operations, accountName, databaseName, schemaName, procedureName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> <Parameter Name="procedureName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the procedure. </param> <param name="schemaName"> The name of the schema containing the procedure. </param> <param name="procedureName"> The name of the procedure. </param> <summary> Retrieves the specified procedure from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetProcedureAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; GetProcedureAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string procedureName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; GetProcedureAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string procedureName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetProcedureAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProcedureAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, procedureName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlProcedure)" /> <MemberSignature Language="F#" Value="static member GetProcedureAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetProcedureAsync (operations, accountName, databaseName, schemaName, procedureName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the procedure. </param> <param name="schemaName"> The name of the schema containing the procedure. </param> <param name="procedureName"> The name of the procedure. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified procedure from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSchema"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema GetSchema (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema GetSchema(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSchema(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSchema (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String) As USqlSchema" /> <MemberSignature Language="F#" Value="static member GetSchema : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSchema (operations, accountName, databaseName, schemaName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="schemaName"> The name of the schema. </param> <summary> Retrieves the specified schema from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSchemaAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; GetSchemaAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; GetSchemaAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSchemaAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSchemaAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlSchema)" /> <MemberSignature Language="F#" Value="static member GetSchemaAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSchemaAsync (operations, accountName, databaseName, schemaName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="schemaName"> The name of the schema. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified schema from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSecret"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret GetSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret GetSecret(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSecret (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String) As USqlSecret" /> <MemberSignature Language="F#" Value="static member GetSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSecret (operations, accountName, databaseName, secretName)" /> <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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="secretName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <param name="secretName"> The name of the secret to get </param> <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> </Docs> </Member> <Member MemberName="GetSecretAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret&gt; GetSecretAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret&gt; GetSecretAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlSecret)" /> <MemberSignature Language="F#" Value="static member GetSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetSecretAsync (operations, accountName, databaseName, secretName, 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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="secretName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <param name="secretName"> The name of the secret to get </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="GetTable"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable GetTable (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable GetTable(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTable(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTable (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String) As USqlTable" /> <MemberSignature Language="F#" Value="static member GetTable : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTable (operations, accountName, databaseName, schemaName, tableName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> <Parameter Name="tableName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table. </param> <param name="schemaName"> The name of the schema containing the table. </param> <param name="tableName"> The name of the table. </param> <summary> Retrieves the specified table from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTableAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; GetTableAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; GetTableAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTableAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTable)" /> <MemberSignature Language="F#" Value="static member GetTableAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableAsync (operations, accountName, databaseName, schemaName, tableName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table. </param> <param name="schemaName"> The name of the schema containing the table. </param> <param name="tableName"> The name of the table. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified table from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTablePartition"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition GetTablePartition (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition GetTablePartition(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTablePartition(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTablePartition (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, partitionName As String) As USqlTablePartition" /> <MemberSignature Language="F#" Value="static member GetTablePartition : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTablePartition (operations, accountName, databaseName, schemaName, tableName, partitionName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the partition. </param> <param name="schemaName"> The name of the schema containing the partition. </param> <param name="tableName"> The name of the table containing the partition. </param> <param name="partitionName"> The name of the table partition. </param> <summary> Retrieves the specified table partition from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTablePartitionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; GetTablePartitionAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; GetTablePartitionAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTablePartitionAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTablePartitionAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, partitionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTablePartition)" /> <MemberSignature Language="F#" Value="static member GetTablePartitionAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTablePartitionAsync (operations, accountName, databaseName, schemaName, tableName, partitionName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the partition. </param> <param name="schemaName"> The name of the schema containing the partition. </param> <param name="tableName"> The name of the table containing the partition. </param> <param name="partitionName"> The name of the table partition. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified table partition from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTableStatistic"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics GetTableStatistic (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string statisticsName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics GetTableStatistic(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string statisticsName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableStatistic(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTableStatistic (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, statisticsName As String) As USqlTableStatistics" /> <MemberSignature Language="F#" Value="static member GetTableStatistic : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableStatistic (operations, accountName, databaseName, schemaName, tableName, statisticsName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the statistics. </param> <param name="schemaName"> The name of the schema containing the statistics. </param> <param name="tableName"> The name of the table containing the statistics. </param> <param name="statisticsName"> The name of the table statistics. </param> <summary> Retrieves the specified table statistics from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTableStatisticAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; GetTableStatisticAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string statisticsName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; GetTableStatisticAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string statisticsName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableStatisticAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTableStatisticAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, statisticsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTableStatistics)" /> <MemberSignature Language="F#" Value="static member GetTableStatisticAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableStatisticAsync (operations, accountName, databaseName, schemaName, tableName, statisticsName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the statistics. </param> <param name="schemaName"> The name of the schema containing the statistics. </param> <param name="tableName"> The name of the table containing the statistics. </param> <param name="statisticsName"> The name of the table statistics. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified table statistics from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTableType"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType GetTableType (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableTypeName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType GetTableType(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableTypeName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableType(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTableType (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableTypeName As String) As USqlTableType" /> <MemberSignature Language="F#" Value="static member GetTableType : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableType (operations, accountName, databaseName, schemaName, tableTypeName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> <Parameter Name="tableTypeName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table type. </param> <param name="schemaName"> The name of the schema containing the table type. </param> <param name="tableTypeName"> The name of the table type to retrieve. </param> <summary> Retrieves the specified table type from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTableTypeAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; GetTableTypeAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableTypeName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; GetTableTypeAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableTypeName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableTypeAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTableTypeAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTableType)" /> <MemberSignature Language="F#" Value="static member GetTableTypeAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableTypeAsync (operations, accountName, databaseName, schemaName, tableTypeName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table type. </param> <param name="schemaName"> The name of the schema containing the table type. </param> <param name="tableTypeName"> The name of the table type to retrieve. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified table type from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTableValuedFunction"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction GetTableValuedFunction (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableValuedFunctionName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction GetTableValuedFunction(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableValuedFunctionName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableValuedFunction(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTableValuedFunction (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableValuedFunctionName As String) As USqlTableValuedFunction" /> <MemberSignature Language="F#" Value="static member GetTableValuedFunction : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableValuedFunction (operations, accountName, databaseName, schemaName, tableValuedFunctionName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> <Parameter Name="tableValuedFunctionName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table valued function. </param> <param name="schemaName"> The name of the schema containing the table valued function. </param> <param name="tableValuedFunctionName"> The name of the tableValuedFunction. </param> <summary> Retrieves the specified table valued function from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTableValuedFunctionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; GetTableValuedFunctionAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableValuedFunctionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; GetTableValuedFunctionAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableValuedFunctionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableValuedFunctionAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetTableValuedFunctionAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableValuedFunctionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTableValuedFunction)" /> <MemberSignature Language="F#" Value="static member GetTableValuedFunctionAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetTableValuedFunctionAsync (operations, accountName, databaseName, schemaName, tableValuedFunctionName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table valued function. </param> <param name="schemaName"> The name of the schema containing the table valued function. </param> <param name="tableValuedFunctionName"> The name of the tableValuedFunction. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified table valued function from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetView"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView GetView (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string viewName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView GetView(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string viewName) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetView(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetView (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, viewName As String) As USqlView" /> <MemberSignature Language="F#" Value="static member GetView : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetView (operations, accountName, databaseName, schemaName, viewName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="schemaName" Type="System.String" /> <Parameter Name="viewName" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the view. </param> <param name="schemaName"> The name of the schema containing the view. </param> <param name="viewName"> The name of the view. </param> <summary> Retrieves the specified view from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetViewAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; GetViewAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string viewName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; GetViewAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string viewName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetViewAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetViewAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, viewName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlView)" /> <MemberSignature Language="F#" Value="static member GetViewAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GetViewAsync (operations, accountName, databaseName, schemaName, viewName, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the view. </param> <param name="schemaName"> The name of the schema containing the view. </param> <param name="viewName"> The name of the view. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the specified view from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GrantAcl"> <MemberSignature Language="C#" Value="public static void GrantAcl (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void GrantAcl(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAcl(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub GrantAcl (operations As ICatalogOperations, accountName As String, parameters As AclCreateOrUpdateParameters)" /> <MemberSignature Language="F#" Value="static member GrantAcl : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAcl (operations, accountName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" 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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="parameters"> Parameters supplied to create or update an access control list (ACL) entry for a Data Lake Analytics catalog. </param> <summary> Grants an access control list (ACL) entry to the Data Lake Analytics catalog. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GrantAclAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task GrantAclAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task GrantAclAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAclAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GrantAclAsync (operations As ICatalogOperations, accountName As String, parameters As AclCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member GrantAclAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAclAsync (operations, accountName, parameters, 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</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" 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="cancellationToken" Type="System.Threading.CancellationToken" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="parameters"> Parameters supplied to create or update an access control list (ACL) entry for a Data Lake Analytics catalog. </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> </Docs> </Member> <Member MemberName="GrantAclToDatabase"> <MemberSignature Language="C#" Value="public static void GrantAclToDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void GrantAclToDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAclToDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub GrantAclToDatabase (operations As ICatalogOperations, accountName As String, databaseName As String, parameters As AclCreateOrUpdateParameters)" /> <MemberSignature Language="F#" Value="static member GrantAclToDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAclToDatabase (operations, accountName, databaseName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <param name="parameters"> Parameters supplied to create or update an access control list (ACL) entry for a database. </param> <summary> Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GrantAclToDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task GrantAclToDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task GrantAclToDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAclToDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GrantAclToDatabaseAsync (operations As ICatalogOperations, accountName As String, databaseName As String, parameters As AclCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member GrantAclToDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.GrantAclToDatabaseAsync (operations, accountName, databaseName, parameters, 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</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters" 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="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <param name="parameters"> Parameters supplied to create or update an access control list (ACL) entry for a database. </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> </Docs> </Member> <Member MemberName="ListAcls"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAcls (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAcls(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAcls(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.Acl},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAcls (operations As ICatalogOperations, accountName As String, Optional odataQuery As ODataQuery(Of Acl) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing) As IPage(Of Acl)" /> <MemberSignature Language="F#" Value="static member ListAcls : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAcls (operations, accountName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" 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&lt;System.Boolean&gt;" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListAclsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.Acl},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAclsAsync (operations As ICatalogOperations, accountName As String, Optional odataQuery As ODataQuery(Of Acl) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Acl))" /> <MemberSignature Language="F#" Value="static member ListAclsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsAsync (operations, accountName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" 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&lt;System.Boolean&gt;" 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="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListAclsByDatabase"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAclsByDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAclsByDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.Acl},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAclsByDatabase (operations As ICatalogOperations, 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) As IPage(Of Acl)" /> <MemberSignature Language="F#" Value="static member ListAclsByDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabase (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="select" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <param name="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> <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> </Docs> </Member> <Member MemberName="ListAclsByDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsByDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsByDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.Acl},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAclsByDatabaseAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Acl))" /> <MemberSignature Language="F#" Value="static member ListAclsByDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabaseAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="select" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" 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="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListAclsByDatabaseNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAclsByDatabaseNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAclsByDatabaseNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAclsByDatabaseNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of Acl)" /> <MemberSignature Language="F#" Value="static member ListAclsByDatabaseNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabaseNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="nextPageLink" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListAclsByDatabaseNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsByDatabaseNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsByDatabaseNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAclsByDatabaseNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Acl))" /> <MemberSignature Language="F#" Value="static member ListAclsByDatabaseNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsByDatabaseNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="nextPageLink" Type="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="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListAclsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAclsNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt; ListAclsNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAclsNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of Acl)" /> <MemberSignature Language="F#" Value="static member ListAclsNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="nextPageLink" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListAclsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt; ListAclsNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAclsNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Acl))" /> <MemberSignature Language="F#" Value="static member ListAclsNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAclsNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.Acl&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="nextPageLink" Type="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="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListAssemblies"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt; ListAssemblies (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt; ListAssemblies(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssemblies(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAssemblies (operations As ICatalogOperations, 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) As IPage(Of USqlAssemblyClr)" /> <MemberSignature Language="F#" Value="static member ListAssemblies : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssemblies (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the assembly. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListAssembliesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt; ListAssembliesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt; ListAssembliesAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAssembliesAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlAssemblyClr))" /> <MemberSignature Language="F#" Value="static member ListAssembliesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssembly&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the assembly. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListAssembliesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt; ListAssembliesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt; ListAssembliesNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAssembliesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlAssemblyClr)" /> <MemberSignature Language="F#" Value="static member ListAssembliesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListAssembliesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt; ListAssembliesNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt; ListAssembliesNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListAssembliesNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlAssemblyClr))" /> <MemberSignature Language="F#" Value="static member ListAssembliesNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListAssembliesNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyClr&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of assemblies from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListCredentials"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; ListCredentials (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; ListCredentials(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentials(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCredentials (operations As ICatalogOperations, 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) As IPage(Of USqlCredential)" /> <MemberSignature Language="F#" Value="static member ListCredentials : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentials (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListCredentialsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt; ListCredentialsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt; ListCredentialsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCredentialsAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlCredential))" /> <MemberSignature Language="F#" Value="static member ListCredentialsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListCredentialsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; ListCredentialsNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt; ListCredentialsNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCredentialsNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlCredential)" /> <MemberSignature Language="F#" Value="static member ListCredentialsNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListCredentialsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt; ListCredentialsNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt; ListCredentialsNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListCredentialsNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlCredential))" /> <MemberSignature Language="F#" Value="static member ListCredentialsNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListCredentialsNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlCredential&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of credentials from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDatabases"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; ListDatabases (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; ListDatabases(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabases(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDatabases (operations As ICatalogOperations, accountName As String, Optional odataQuery As ODataQuery(Of USqlDatabase) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing) As IPage(Of USqlDatabase)" /> <MemberSignature Language="F#" Value="static member ListDatabases : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabases (operations, accountName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDatabasesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt; ListDatabasesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt; ListDatabasesAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDatabasesAsync (operations As ICatalogOperations, accountName As String, Optional odataQuery As ODataQuery(Of USqlDatabase) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlDatabase))" /> <MemberSignature Language="F#" Value="static member ListDatabasesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesAsync (operations, accountName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDatabasesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; ListDatabasesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt; ListDatabasesNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDatabasesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlDatabase)" /> <MemberSignature Language="F#" Value="static member ListDatabasesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListDatabasesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt; ListDatabasesNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt; ListDatabasesNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListDatabasesNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlDatabase))" /> <MemberSignature Language="F#" Value="static member ListDatabasesNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListDatabasesNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlDatabase&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of databases from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListExternalDataSources"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; ListExternalDataSources (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; ListExternalDataSources(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSources(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExternalDataSources (operations As ICatalogOperations, 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) As IPage(Of USqlExternalDataSource)" /> <MemberSignature Language="F#" Value="static member ListExternalDataSources : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSources (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the external data sources. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListExternalDataSourcesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt; ListExternalDataSourcesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt; ListExternalDataSourcesAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExternalDataSourcesAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlExternalDataSource))" /> <MemberSignature Language="F#" Value="static member ListExternalDataSourcesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the external data sources. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListExternalDataSourcesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; ListExternalDataSourcesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt; ListExternalDataSourcesNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExternalDataSourcesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlExternalDataSource)" /> <MemberSignature Language="F#" Value="static member ListExternalDataSourcesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListExternalDataSourcesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt; ListExternalDataSourcesNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt; ListExternalDataSourcesNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListExternalDataSourcesNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlExternalDataSource))" /> <MemberSignature Language="F#" Value="static member ListExternalDataSourcesNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListExternalDataSourcesNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListPackages"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; ListPackages (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; ListPackages(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackages(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPackages (operations As ICatalogOperations, 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) As IPage(Of USqlPackage)" /> <MemberSignature Language="F#" Value="static member ListPackages : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackages (operations, accountName, databaseName, schemaName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the packages. </param> <param name="schemaName"> The name of the schema containing the packages. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPackagesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt; ListPackagesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt; ListPackagesAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPackagesAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlPackage))" /> <MemberSignature Language="F#" Value="static member ListPackagesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the packages. </param> <param name="schemaName"> The name of the schema containing the packages. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPackagesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; ListPackagesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt; ListPackagesNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPackagesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlPackage)" /> <MemberSignature Language="F#" Value="static member ListPackagesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListPackagesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt; ListPackagesNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt; ListPackagesNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListPackagesNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlPackage))" /> <MemberSignature Language="F#" Value="static member ListPackagesNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListPackagesNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlPackage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of packages from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListProcedures"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; ListProcedures (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; ListProcedures(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProcedures(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListProcedures (operations As ICatalogOperations, 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) As IPage(Of USqlProcedure)" /> <MemberSignature Language="F#" Value="static member ListProcedures : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProcedures (operations, accountName, databaseName, schemaName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the procedures. </param> <param name="schemaName"> The name of the schema containing the procedures. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListProceduresAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt; ListProceduresAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt; ListProceduresAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListProceduresAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlProcedure))" /> <MemberSignature Language="F#" Value="static member ListProceduresAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the procedures. </param> <param name="schemaName"> The name of the schema containing the procedures. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListProceduresNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; ListProceduresNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt; ListProceduresNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListProceduresNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlProcedure)" /> <MemberSignature Language="F#" Value="static member ListProceduresNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListProceduresNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt; ListProceduresNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt; ListProceduresNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListProceduresNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlProcedure))" /> <MemberSignature Language="F#" Value="static member ListProceduresNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListProceduresNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlProcedure&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of procedures from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSchemas"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; ListSchemas (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; ListSchemas(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemas(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSchemas (operations As ICatalogOperations, 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) As IPage(Of USqlSchema)" /> <MemberSignature Language="F#" Value="static member ListSchemas : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemas (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSchemasAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt; ListSchemasAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt; ListSchemasAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSchemasAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlSchema))" /> <MemberSignature Language="F#" Value="static member ListSchemasAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the schema. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSchemasNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; ListSchemasNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt; ListSchemasNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSchemasNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlSchema)" /> <MemberSignature Language="F#" Value="static member ListSchemasNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSchemasNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt; ListSchemasNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt; ListSchemasNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSchemasNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlSchema))" /> <MemberSignature Language="F#" Value="static member ListSchemasNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListSchemasNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSchema&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of schemas from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableFragments"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; ListTableFragments (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; ListTableFragments(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragments(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableFragments (operations As ICatalogOperations, 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) As IPage(Of USqlTableFragment)" /> <MemberSignature Language="F#" Value="static member ListTableFragments : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragments (operations, accountName, databaseName, schemaName, tableName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="schemaName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="tableName" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="select" Type="System.String" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" Index="7" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table 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> <summary> Retrieves the list of table fragments from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableFragmentsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt; ListTableFragmentsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt; ListTableFragmentsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragmentsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableFragmentsAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableFragment))" /> <MemberSignature Language="F#" Value="static member ListTableFragmentsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragmentsAsync (operations, accountName, databaseName, schemaName, tableName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="schemaName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="tableName" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="select" Type="System.String" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" 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="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table 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="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> </Docs> </Member> <Member MemberName="ListTableFragmentsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; ListTableFragmentsNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt; ListTableFragmentsNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragmentsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableFragmentsNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTableFragment)" /> <MemberSignature Language="F#" Value="static member ListTableFragmentsNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragmentsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="nextPageLink" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of table fragments from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableFragmentsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt; ListTableFragmentsNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt; ListTableFragmentsNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragmentsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableFragmentsNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableFragment))" /> <MemberSignature Language="F#" Value="static member ListTableFragmentsNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableFragmentsNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableFragment&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="nextPageLink" Type="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="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of table fragments from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTablePartitions"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; ListTablePartitions (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; ListTablePartitions(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitions(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablePartitions (operations As ICatalogOperations, 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) As IPage(Of USqlTablePartition)" /> <MemberSignature Language="F#" Value="static member ListTablePartitions : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitions (operations, accountName, databaseName, schemaName, tableName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the partitions. </param> <param name="schemaName"> The name of the schema containing the partitions. </param> <param name="tableName"> The name of the table containing the partitions. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTablePartitionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt; ListTablePartitionsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt; ListTablePartitionsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablePartitionsAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTablePartition))" /> <MemberSignature Language="F#" Value="static member ListTablePartitionsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsAsync (operations, accountName, databaseName, schemaName, tableName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the partitions. </param> <param name="schemaName"> The name of the schema containing the partitions. </param> <param name="tableName"> The name of the table containing the partitions. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTablePartitionsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; ListTablePartitionsNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt; ListTablePartitionsNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablePartitionsNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTablePartition)" /> <MemberSignature Language="F#" Value="static member ListTablePartitionsNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTablePartitionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt; ListTablePartitionsNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt; ListTablePartitionsNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablePartitionsNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTablePartition))" /> <MemberSignature Language="F#" Value="static member ListTablePartitionsNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablePartitionsNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of table partitions from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTables"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTables (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery = default, string select = default, bool? count = default, bool? basic = False);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTables(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Nullable`1&lt;bool&gt; basic) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTables(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTables (operations As ICatalogOperations, 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) As IPage(Of USqlTable)" /> <MemberSignature Language="F#" Value="static member ListTables : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; * string * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTables (operations, accountName, databaseName, schemaName, odataQuery, select, count, basic)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="basic" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the tables. </param> <param name="schemaName"> The name of the schema containing the tables. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="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> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTablesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery = default, string select = default, bool? count = default, bool? basic = False, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Nullable`1&lt;bool&gt; basic, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablesAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTable))" /> <MemberSignature Language="F#" Value="static member ListTablesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; * string * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, basic, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="basic" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the tables. </param> <param name="schemaName"> The name of the schema containing the tables. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="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="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> </Docs> </Member> <Member MemberName="ListTablesByDatabase"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTablesByDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery = default, string select = default, bool? count = default, bool? basic = False);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTablesByDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Nullable`1&lt;bool&gt; basic) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablesByDatabase (operations As ICatalogOperations, 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) As IPage(Of USqlTable)" /> <MemberSignature Language="F#" Value="static member ListTablesByDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; * string * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabase (operations, accountName, databaseName, odataQuery, select, count, basic)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="basic" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the tables. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="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> <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> </Docs> </Member> <Member MemberName="ListTablesByDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesByDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery = default, string select = default, bool? count = default, bool? basic = False, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesByDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Nullable`1&lt;bool&gt; basic, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablesByDatabaseAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTable))" /> <MemberSignature Language="F#" Value="static member ListTablesByDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; * string * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseAsync (operations, accountName, databaseName, odataQuery, select, count, basic, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="basic" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the tables. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="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="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> </Docs> </Member> <Member MemberName="ListTablesByDatabaseNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTablesByDatabaseNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTablesByDatabaseNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablesByDatabaseNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTable)" /> <MemberSignature Language="F#" Value="static member ListTablesByDatabaseNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListTablesByDatabaseNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesByDatabaseNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesByDatabaseNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablesByDatabaseNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTable))" /> <MemberSignature Language="F#" Value="static member ListTablesByDatabaseNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesByDatabaseNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTablesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTablesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt; ListTablesNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTable)" /> <MemberSignature Language="F#" Value="static member ListTablesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTablesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt; ListTablesNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTablesNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTable))" /> <MemberSignature Language="F#" Value="static member ListTablesNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTablesNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTable&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of tables from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableStatistics"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatistics (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatistics(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatistics(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatistics (operations As ICatalogOperations, 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) As IPage(Of USqlTableStatistics)" /> <MemberSignature Language="F#" Value="static member ListTableStatistics : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatistics (operations, accountName, databaseName, schemaName, tableName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the statistics. </param> <param name="schemaName"> The name of the schema containing the statistics. </param> <param name="tableName"> The name of the table containing the statistics. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableStatisticsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableStatistics))" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsAsync (operations, accountName, databaseName, schemaName, tableName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the statistics. </param> <param name="schemaName"> The name of the schema containing the statistics. </param> <param name="tableName"> The name of the table containing the statistics. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabase"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabase (operations As ICatalogOperations, 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) As IPage(Of USqlTableStatistics)" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabase (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table statistics. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabaseAndSchema"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabaseAndSchema (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabaseAndSchema(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchema(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabaseAndSchema (operations As ICatalogOperations, 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) As IPage(Of USqlTableStatistics)" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabaseAndSchema : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchema (operations, accountName, databaseName, schemaName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the statistics. </param> <param name="schemaName"> The name of the schema containing the statistics. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabaseAndSchemaAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseAndSchemaAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseAndSchemaAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabaseAndSchemaAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableStatistics))" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabaseAndSchemaAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the statistics. </param> <param name="schemaName"> The name of the schema containing the statistics. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabaseAndSchemaNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabaseAndSchemaNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabaseAndSchemaNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabaseAndSchemaNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTableStatistics)" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabaseAndSchemaNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabaseAndSchemaNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseAndSchemaNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseAndSchemaNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabaseAndSchemaNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableStatistics))" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabaseAndSchemaNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabaseAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableStatistics))" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table statistics. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabaseNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabaseNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsByDatabaseNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabaseNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTableStatistics)" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabaseNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsByDatabaseNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsByDatabaseNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsByDatabaseNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableStatistics))" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsByDatabaseNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsByDatabaseNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTableStatisticsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt; ListTableStatisticsNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTableStatistics)" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableStatisticsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt; ListTableStatisticsNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableStatisticsNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableStatistics))" /> <MemberSignature Language="F#" Value="static member ListTableStatisticsNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableStatisticsNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of table statistics from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableTypes"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; ListTableTypes (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; ListTableTypes(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypes(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableTypes (operations As ICatalogOperations, 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) As IPage(Of USqlTableType)" /> <MemberSignature Language="F#" Value="static member ListTableTypes : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypes (operations, accountName, databaseName, schemaName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table types. </param> <param name="schemaName"> The name of the schema containing the table types. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableTypesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt; ListTableTypesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt; ListTableTypesAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableTypesAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableType))" /> <MemberSignature Language="F#" Value="static member ListTableTypesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table types. </param> <param name="schemaName"> The name of the schema containing the table types. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableTypesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; ListTableTypesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt; ListTableTypesNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableTypesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTableType)" /> <MemberSignature Language="F#" Value="static member ListTableTypesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableTypesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt; ListTableTypesNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt; ListTableTypesNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableTypesNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableType))" /> <MemberSignature Language="F#" Value="static member ListTableTypesNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableTypesNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableType&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of table types from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListTableValuedFunctions"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctions (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctions(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctions(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctions (operations As ICatalogOperations, 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) As IPage(Of USqlTableValuedFunction)" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctions : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctions (operations, accountName, databaseName, schemaName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table valued functions. </param> <param name="schemaName"> The name of the schema containing the table valued functions. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListTableValuedFunctionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctionsAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableValuedFunction))" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctionsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table valued functions. </param> <param name="schemaName"> The name of the schema containing the table valued functions. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTableValuedFunctionsByDatabase"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctionsByDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctionsByDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctionsByDatabase (operations As ICatalogOperations, 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) As IPage(Of USqlTableValuedFunction)" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctionsByDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabase (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table valued functions. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListTableValuedFunctionsByDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsByDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsByDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctionsByDatabaseAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableValuedFunction))" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctionsByDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table valued functions. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTableValuedFunctionsByDatabaseNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctionsByDatabaseNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctionsByDatabaseNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctionsByDatabaseNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTableValuedFunction)" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctionsByDatabaseNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListTableValuedFunctionsByDatabaseNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsByDatabaseNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsByDatabaseNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctionsByDatabaseNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableValuedFunction))" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctionsByDatabaseNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsByDatabaseNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTableValuedFunctionsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctionsNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt; ListTableValuedFunctionsNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctionsNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlTableValuedFunction)" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctionsNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListTableValuedFunctionsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt; ListTableValuedFunctionsNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTableValuedFunctionsNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableValuedFunction))" /> <MemberSignature Language="F#" Value="static member ListTableValuedFunctionsNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTableValuedFunctionsNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableValuedFunction&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTypes"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; ListTypes (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; ListTypes(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypes(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTypes (operations As ICatalogOperations, 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) As IPage(Of USqlType)" /> <MemberSignature Language="F#" Value="static member ListTypes : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypes (operations, accountName, databaseName, schemaName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the types. </param> <param name="schemaName"> The name of the schema containing the types. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListTypesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt; ListTypesAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt; ListTypesAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTypesAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlType))" /> <MemberSignature Language="F#" Value="static member ListTypesAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the types. </param> <param name="schemaName"> The name of the schema containing the types. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListTypesNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; ListTypesNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt; ListTypesNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTypesNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlType)" /> <MemberSignature Language="F#" Value="static member ListTypesNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListTypesNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt; ListTypesNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt; ListTypesNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListTypesNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlType))" /> <MemberSignature Language="F#" Value="static member ListTypesNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListTypesNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlType&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListViews"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViews (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViews(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViews(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViews (operations As ICatalogOperations, 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) As IPage(Of USqlView)" /> <MemberSignature Language="F#" Value="static member ListViews : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViews (operations, accountName, databaseName, schemaName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the views. </param> <param name="schemaName"> The name of the schema containing the views. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListViewsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViewsAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlView))" /> <MemberSignature Language="F#" Value="static member ListViewsAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsAsync (operations, accountName, databaseName, schemaName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the views. </param> <param name="schemaName"> The name of the schema containing the views. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListViewsByDatabase"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViewsByDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery = default, string select = default, bool? count = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViewsByDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViewsByDatabase (operations As ICatalogOperations, 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) As IPage(Of USqlView)" /> <MemberSignature Language="F#" Value="static member ListViewsByDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; * string * Nullable&lt;bool&gt; -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabase (operations, accountName, databaseName, odataQuery, select, count)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the views. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <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> </Docs> </Member> <Member MemberName="ListViewsByDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsByDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsByDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Rest.Azure.OData.ODataQuery`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; odataQuery, string select, valuetype System.Nullable`1&lt;bool&gt; count, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView},System.String,System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViewsByDatabaseAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlView))" /> <MemberSignature Language="F#" Value="static member ListViewsByDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; * string * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseAsync (operations, accountName, databaseName, odataQuery, select, count, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="odataQuery" Type="Microsoft.Rest.Azure.OData.ODataQuery&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" /> <Parameter Name="select" Type="System.String" /> <Parameter Name="count" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the views. </param> <param name="odataQuery"> OData parameters to apply to the operation. </param> <param name="select"> OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional. </param> <param name="count"> The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListViewsByDatabaseNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViewsByDatabaseNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViewsByDatabaseNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViewsByDatabaseNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlView)" /> <MemberSignature Language="F#" Value="static member ListViewsByDatabaseNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <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> </Docs> </Member> <Member MemberName="ListViewsByDatabaseNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsByDatabaseNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsByDatabaseNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViewsByDatabaseNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlView))" /> <MemberSignature Language="F#" Value="static member ListViewsByDatabaseNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsByDatabaseNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="ListViewsNext"> <MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViewsNext (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt; ListViewsNext(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsNext(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViewsNext (operations As ICatalogOperations, nextPageLink As String) As IPage(Of USqlView)" /> <MemberSignature Language="F#" Value="static member ListViewsNext : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string -&gt; Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsNext (operations, nextPageLink)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListViewsNextAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.IPage`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt; ListViewsNextAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsNextAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListViewsNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlView))" /> <MemberSignature Language="F#" Value="static member ListViewsNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.ListViewsNextAsync (operations, nextPageLink, 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&lt;Microsoft.Rest.Azure.IPage&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlView&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <Parameter Name="nextPageLink" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="nextPageLink"> The NextLink from the previous successful call to List operation. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Retrieves the list of views from the Data Lake Analytics catalog. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PreviewTable"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview PreviewTable (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, long? maxRows = default, long? maxColumns = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview PreviewTable(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, valuetype System.Nullable`1&lt;int64&gt; maxRows, valuetype System.Nullable`1&lt;int64&gt; maxColumns) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTable(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function PreviewTable (operations As ICatalogOperations, 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) As USqlTablePreview" /> <MemberSignature Language="F#" Value="static member PreviewTable : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Nullable&lt;int64&gt; * Nullable&lt;int64&gt; -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTable (operations, accountName, databaseName, schemaName, tableName, maxRows, maxColumns)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="schemaName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="tableName" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxRows" Type="System.Nullable&lt;System.Int64&gt;" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxColumns" Type="System.Nullable&lt;System.Int64&gt;" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table. </param> <param name="schemaName"> The name of the schema containing the table. </param> <param name="tableName"> The name of the table. </param> <param name="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> <summary> Retrieves a preview set of rows in given table. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PreviewTableAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt; PreviewTableAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, long? maxRows = default, long? maxColumns = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt; PreviewTableAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, valuetype System.Nullable`1&lt;int64&gt; maxRows, valuetype System.Nullable`1&lt;int64&gt; maxColumns, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTableAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function PreviewTableAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of USqlTablePreview)" /> <MemberSignature Language="F#" Value="static member PreviewTableAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * Nullable&lt;int64&gt; * Nullable&lt;int64&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTableAsync (operations, accountName, databaseName, schemaName, tableName, maxRows, maxColumns, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="schemaName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="tableName" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxRows" Type="System.Nullable&lt;System.Int64&gt;" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxColumns" Type="System.Nullable&lt;System.Int64&gt;" 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="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the table. </param> <param name="schemaName"> The name of the schema containing the table. </param> <param name="tableName"> The name of the table. </param> <param name="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="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> </Docs> </Member> <Member MemberName="PreviewTablePartition"> <MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview PreviewTablePartition (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName, long? maxRows = default, long? maxColumns = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview PreviewTablePartition(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName, valuetype System.Nullable`1&lt;int64&gt; maxRows, valuetype System.Nullable`1&lt;int64&gt; maxColumns) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTablePartition(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64})" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function PreviewTablePartition (operations As ICatalogOperations, 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) As USqlTablePreview" /> <MemberSignature Language="F#" Value="static member PreviewTablePartition : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string * Nullable&lt;int64&gt; * Nullable&lt;int64&gt; -&gt; Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTablePartition (operations, accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="schemaName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="tableName" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="partitionName" Type="System.String" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxRows" Type="System.Nullable&lt;System.Int64&gt;" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxColumns" Type="System.Nullable&lt;System.Int64&gt;" Index="7" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the partition. </param> <param name="schemaName"> The name of the schema containing the partition. </param> <param name="tableName"> The name of the table containing the partition. </param> <param name="partitionName"> The name of the table partition. </param> <param name="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> <summary> Retrieves a preview set of rows in given partition. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PreviewTablePartitionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt; PreviewTablePartitionAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName, long? maxRows = default, long? maxColumns = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt; PreviewTablePartitionAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName, valuetype System.Nullable`1&lt;int64&gt; maxRows, valuetype System.Nullable`1&lt;int64&gt; maxColumns, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTablePartitionAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function PreviewTablePartitionAsync (operations As ICatalogOperations, 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 cancellationToken As CancellationToken = Nothing) As Task(Of USqlTablePreview)" /> <MemberSignature Language="F#" Value="static member PreviewTablePartitionAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string * Nullable&lt;int64&gt; * Nullable&lt;int64&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt;" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.PreviewTablePartitionAsync (operations, accountName, databaseName, schemaName, tableName, partitionName, maxRows, maxColumns, 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&lt;Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="schemaName" Type="System.String" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="tableName" Type="System.String" Index="4" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="partitionName" Type="System.String" Index="5" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxRows" Type="System.Nullable&lt;System.Int64&gt;" Index="6" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="maxColumns" Type="System.Nullable&lt;System.Int64&gt;" 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="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the partition. </param> <param name="schemaName"> The name of the schema containing the partition. </param> <param name="tableName"> The name of the table containing the partition. </param> <param name="partitionName"> The name of the table partition. </param> <param name="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="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> </Docs> </Member> <Member MemberName="RevokeAcl"> <MemberSignature Language="C#" Value="public static void RevokeAcl (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void RevokeAcl(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAcl(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub RevokeAcl (operations As ICatalogOperations, accountName As String, parameters As AclDeleteParameters)" /> <MemberSignature Language="F#" Value="static member RevokeAcl : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAcl (operations, accountName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" 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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="parameters"> Parameters supplied to delete an access control list (ACL) entry from a Data Lake Analytics catalog. </param> <summary> Revokes an access control list (ACL) entry from the Data Lake Analytics catalog. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RevokeAclAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task RevokeAclAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task RevokeAclAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAclAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function RevokeAclAsync (operations As ICatalogOperations, accountName As String, parameters As AclDeleteParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member RevokeAclAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAclAsync (operations, accountName, parameters, 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</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" 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="cancellationToken" Type="System.Threading.CancellationToken" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="parameters"> Parameters supplied to delete an access control list (ACL) entry from a Data Lake Analytics catalog. </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> </Docs> </Member> <Member MemberName="RevokeAclFromDatabase"> <MemberSignature Language="C#" Value="public static void RevokeAclFromDatabase (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void RevokeAclFromDatabase(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAclFromDatabase(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub RevokeAclFromDatabase (operations As ICatalogOperations, accountName As String, databaseName As String, parameters As AclDeleteParameters)" /> <MemberSignature Language="F#" Value="static member RevokeAclFromDatabase : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAclFromDatabase (operations, accountName, databaseName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters" Index="3" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <param name="parameters"> Parameters supplied to delete an access control list (ACL) entry for a database. </param> <summary> Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RevokeAclFromDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task RevokeAclFromDatabaseAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task RevokeAclFromDatabaseAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, class Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAclFromDatabaseAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function RevokeAclFromDatabaseAsync (operations As ICatalogOperations, accountName As String, databaseName As String, parameters As AclDeleteParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member RevokeAclFromDatabaseAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.RevokeAclFromDatabaseAsync (operations, accountName, databaseName, parameters, 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</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" Index="0" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="accountName" Type="System.String" Index="1" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="databaseName" Type="System.String" Index="2" FrameworkAlternate="azure-dotnet-preview;azure-dotnet-legacy" /> <Parameter Name="parameters" Type="Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters" 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="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database. </param> <param name="parameters"> Parameters supplied to delete an access control list (ACL) entry for a database. </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> </Docs> </Member> <Member MemberName="UpdateCredential"> <MemberSignature Language="C#" Value="public static void UpdateCredential (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void UpdateCredential(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateCredential(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub UpdateCredential (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialUpdateParameters)" /> <MemberSignature Language="F#" Value="static member UpdateCredential : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateCredential (operations, accountName, databaseName, credentialName, parameters)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.DataLake.Analytics</AssemblyName> <AssemblyVersion>3.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the credential. </param> <param name="credentialName"> The name of the credential. </param> <param name="parameters"> The parameters required to modify the credential (name and password) </param> <summary> Modifies the specified credential for use with external data sources in the specified database </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateCredentialAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task UpdateCredentialAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task UpdateCredentialAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string credentialName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateCredentialAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateCredentialAsync (operations As ICatalogOperations, accountName As String, databaseName As String, credentialName As String, parameters As DataLakeAnalyticsCatalogCredentialUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member UpdateCredentialAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogCredentialUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateCredentialAsync (operations, accountName, databaseName, credentialName, parameters, 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</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the credential. </param> <param name="credentialName"> The name of the credential. </param> <param name="parameters"> The parameters required to modify the credential (name and password) </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> <Member MemberName="UpdateSecret"> <MemberSignature Language="C#" Value="public static void UpdateSecret (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig void UpdateSecret(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateSecret(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Sub UpdateSecret (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters)" /> <MemberSignature Language="F#" Value="static member UpdateSecret : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters -&gt; unit" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateSecret (operations, accountName, databaseName, secretName, parameters)" /> <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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <param name="secretName"> The name of the secret. </param> <param name="parameters"> The parameters required to modify the secret (name and password) </param> <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> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateSecretAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task UpdateSecretAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task UpdateSecretAsync(class Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string secretName, class Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateSecretAsync(Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateSecretAsync (operations As ICatalogOperations, accountName As String, databaseName As String, secretName As String, parameters As DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member UpdateSecretAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.DataLake.Analytics.CatalogOperationsExtensions.UpdateSecretAsync (operations, accountName, databaseName, secretName, parameters, 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#">[&lt;System.Obsolete&gt;]</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#">[&lt;System.Obsolete("This operation is deprecated. Please do not use it any longer.")&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations" RefType="this" /> <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="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="accountName"> The Azure Data Lake Analytics account upon which to execute catalog operations. </param> <param name="databaseName"> The name of the database containing the secret. </param> <param name="secretName"> The name of the secret. </param> <param name="parameters"> The parameters required to modify the secret (name and password) </param> <param name="cancellationToken"> The cancellation token. </param> <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> </Docs> </Member> </Members> </Type>