xml/Microsoft.Azure.Management.CosmosDB.Fluent/SqlResourcesOperationsExtensions.xml (1,834 lines of code) (raw):

<Type Name="SqlResourcesOperationsExtensions" FullName="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions"> <TypeSignature Language="C#" Value="public static class SqlResourcesOperationsExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit SqlResourcesOperationsExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module SqlResourcesOperationsExtensions" /> <TypeSignature Language="F#" Value="type SqlResourcesOperationsExtensions = class" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> Extension methods for SqlResourcesOperations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BeginCreateUpdateSqlContainerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt; BeginCreateUpdateSqlContainerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt; BeginCreateUpdateSqlContainerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlContainerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateUpdateSqlContainerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, createUpdateSqlContainerParameters As SqlContainerCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlContainerGetResultsInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateUpdateSqlContainerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlContainerAsync (operations, resourceGroupName, accountName, databaseName, containerName, createUpdateSqlContainerParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="createUpdateSqlContainerParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="createUpdateSqlContainerParameters"> The parameters to provide for the current SQL container. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL container </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt; BeginCreateUpdateSqlDatabaseAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt; BeginCreateUpdateSqlDatabaseAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlDatabaseAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateUpdateSqlDatabaseAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, createUpdateSqlDatabaseParameters As SqlDatabaseCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlDatabaseGetResultsInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateUpdateSqlDatabaseAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlDatabaseAsync (operations, resourceGroupName, accountName, databaseName, createUpdateSqlDatabaseParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="createUpdateSqlDatabaseParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="createUpdateSqlDatabaseParameters"> The parameters to provide for the current SQL database. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL database </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlStoredProcedureAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt; BeginCreateUpdateSqlStoredProcedureAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt; BeginCreateUpdateSqlStoredProcedureAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlStoredProcedureAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateUpdateSqlStoredProcedureAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, createUpdateSqlStoredProcedureParameters As SqlStoredProcedureCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlStoredProcedureGetResultsInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateUpdateSqlStoredProcedureAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlStoredProcedureAsync (operations, resourceGroupName, accountName, databaseName, containerName, storedProcedureName, createUpdateSqlStoredProcedureParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="storedProcedureName" Type="System.String" /> <Parameter Name="createUpdateSqlStoredProcedureParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="storedProcedureName"> Cosmos DB storedProcedure name. </param> <param name="createUpdateSqlStoredProcedureParameters"> The parameters to provide for the current SQL storedProcedure. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL storedProcedure </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlTriggerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt; BeginCreateUpdateSqlTriggerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt; BeginCreateUpdateSqlTriggerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlTriggerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateUpdateSqlTriggerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, createUpdateSqlTriggerParameters As SqlTriggerCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlTriggerGetResultsInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateUpdateSqlTriggerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlTriggerAsync (operations, resourceGroupName, accountName, databaseName, containerName, triggerName, createUpdateSqlTriggerParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="triggerName" Type="System.String" /> <Parameter Name="createUpdateSqlTriggerParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="triggerName"> Cosmos DB trigger name. </param> <param name="createUpdateSqlTriggerParameters"> The parameters to provide for the current SQL trigger. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL trigger </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlUserDefinedFunctionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt; BeginCreateUpdateSqlUserDefinedFunctionAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt; BeginCreateUpdateSqlUserDefinedFunctionAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlUserDefinedFunctionAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginCreateUpdateSqlUserDefinedFunctionAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, createUpdateSqlUserDefinedFunctionParameters As SqlUserDefinedFunctionCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlUserDefinedFunctionGetResultsInner)" /> <MemberSignature Language="F#" Value="static member BeginCreateUpdateSqlUserDefinedFunctionAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginCreateUpdateSqlUserDefinedFunctionAsync (operations, resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, createUpdateSqlUserDefinedFunctionParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="userDefinedFunctionName" Type="System.String" /> <Parameter Name="createUpdateSqlUserDefinedFunctionParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="userDefinedFunctionName"> Cosmos DB userDefinedFunction name. </param> <param name="createUpdateSqlUserDefinedFunctionParameters"> The parameters to provide for the current SQL userDefinedFunction. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL userDefinedFunction </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteSqlContainerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteSqlContainerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteSqlContainerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlContainerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteSqlContainerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteSqlContainerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlContainerAsync (operations, resourceGroupName, accountName, databaseName, containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL container. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteSqlDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteSqlDatabaseAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteSqlDatabaseAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlDatabaseAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteSqlDatabaseAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteSqlDatabaseAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlDatabaseAsync (operations, resourceGroupName, accountName, databaseName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL database. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteSqlStoredProcedureAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteSqlStoredProcedureAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteSqlStoredProcedureAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlStoredProcedureAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteSqlStoredProcedureAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteSqlStoredProcedureAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlStoredProcedureAsync (operations, resourceGroupName, accountName, databaseName, containerName, storedProcedureName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="storedProcedureName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="storedProcedureName"> Cosmos DB storedProcedure name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL storedProcedure. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteSqlTriggerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteSqlTriggerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteSqlTriggerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlTriggerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteSqlTriggerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteSqlTriggerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlTriggerAsync (operations, resourceGroupName, accountName, databaseName, containerName, triggerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="triggerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="triggerName"> Cosmos DB trigger name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL trigger. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginDeleteSqlUserDefinedFunctionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteSqlUserDefinedFunctionAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteSqlUserDefinedFunctionAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlUserDefinedFunctionAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginDeleteSqlUserDefinedFunctionAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member BeginDeleteSqlUserDefinedFunctionAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginDeleteSqlUserDefinedFunctionAsync (operations, resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="userDefinedFunctionName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="userDefinedFunctionName"> Cosmos DB userDefinedFunction name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL userDefinedFunction. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateSqlContainerThroughputAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; BeginUpdateSqlContainerThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; BeginUpdateSqlContainerThroughputAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginUpdateSqlContainerThroughputAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateSqlContainerThroughputAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)" /> <MemberSignature Language="F#" Value="static member BeginUpdateSqlContainerThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginUpdateSqlContainerThroughputAsync (operations, resourceGroupName, accountName, databaseName, containerName, updateThroughputParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="updateThroughputParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="updateThroughputParameters"> The parameters to provide for the RUs per second of the current SQL container. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Update RUs per second of an Azure Cosmos DB SQL container </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BeginUpdateSqlDatabaseThroughputAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; BeginUpdateSqlDatabaseThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; BeginUpdateSqlDatabaseThroughputAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginUpdateSqlDatabaseThroughputAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function BeginUpdateSqlDatabaseThroughputAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)" /> <MemberSignature Language="F#" Value="static member BeginUpdateSqlDatabaseThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.BeginUpdateSqlDatabaseThroughputAsync (operations, resourceGroupName, accountName, databaseName, updateThroughputParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="updateThroughputParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="updateThroughputParameters"> The parameters to provide for the RUs per second of the current SQL database. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Update RUs per second of an Azure Cosmos DB SQL database </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateUpdateSqlContainerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt; CreateUpdateSqlContainerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt; CreateUpdateSqlContainerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlContainerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateUpdateSqlContainerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, createUpdateSqlContainerParameters As SqlContainerCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlContainerGetResultsInner)" /> <MemberSignature Language="F#" Value="static member CreateUpdateSqlContainerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlContainerAsync (operations, resourceGroupName, accountName, databaseName, containerName, createUpdateSqlContainerParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="createUpdateSqlContainerParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="createUpdateSqlContainerParameters"> The parameters to provide for the current SQL container. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL container </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateUpdateSqlDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt; CreateUpdateSqlDatabaseAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt; CreateUpdateSqlDatabaseAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlDatabaseAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateUpdateSqlDatabaseAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, createUpdateSqlDatabaseParameters As SqlDatabaseCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlDatabaseGetResultsInner)" /> <MemberSignature Language="F#" Value="static member CreateUpdateSqlDatabaseAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlDatabaseAsync (operations, resourceGroupName, accountName, databaseName, createUpdateSqlDatabaseParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="createUpdateSqlDatabaseParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="createUpdateSqlDatabaseParameters"> The parameters to provide for the current SQL database. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL database </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateUpdateSqlStoredProcedureAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt; CreateUpdateSqlStoredProcedureAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt; CreateUpdateSqlStoredProcedureAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlStoredProcedureAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateUpdateSqlStoredProcedureAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, createUpdateSqlStoredProcedureParameters As SqlStoredProcedureCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlStoredProcedureGetResultsInner)" /> <MemberSignature Language="F#" Value="static member CreateUpdateSqlStoredProcedureAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlStoredProcedureAsync (operations, resourceGroupName, accountName, databaseName, containerName, storedProcedureName, createUpdateSqlStoredProcedureParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="storedProcedureName" Type="System.String" /> <Parameter Name="createUpdateSqlStoredProcedureParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="storedProcedureName"> Cosmos DB storedProcedure name. </param> <param name="createUpdateSqlStoredProcedureParameters"> The parameters to provide for the current SQL storedProcedure. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL storedProcedure </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateUpdateSqlTriggerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt; CreateUpdateSqlTriggerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt; CreateUpdateSqlTriggerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlTriggerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateUpdateSqlTriggerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, createUpdateSqlTriggerParameters As SqlTriggerCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlTriggerGetResultsInner)" /> <MemberSignature Language="F#" Value="static member CreateUpdateSqlTriggerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlTriggerAsync (operations, resourceGroupName, accountName, databaseName, containerName, triggerName, createUpdateSqlTriggerParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="triggerName" Type="System.String" /> <Parameter Name="createUpdateSqlTriggerParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="triggerName"> Cosmos DB trigger name. </param> <param name="createUpdateSqlTriggerParameters"> The parameters to provide for the current SQL trigger. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL trigger </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateUpdateSqlUserDefinedFunctionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt; CreateUpdateSqlUserDefinedFunctionAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt; CreateUpdateSqlUserDefinedFunctionAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlUserDefinedFunctionAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function CreateUpdateSqlUserDefinedFunctionAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, createUpdateSqlUserDefinedFunctionParameters As SqlUserDefinedFunctionCreateUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlUserDefinedFunctionGetResultsInner)" /> <MemberSignature Language="F#" Value="static member CreateUpdateSqlUserDefinedFunctionAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.CreateUpdateSqlUserDefinedFunctionAsync (operations, resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, createUpdateSqlUserDefinedFunctionParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="userDefinedFunctionName" Type="System.String" /> <Parameter Name="createUpdateSqlUserDefinedFunctionParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="userDefinedFunctionName"> Cosmos DB userDefinedFunction name. </param> <param name="createUpdateSqlUserDefinedFunctionParameters"> The parameters to provide for the current SQL userDefinedFunction. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Create or update an Azure Cosmos DB SQL userDefinedFunction </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSqlContainerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteSqlContainerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteSqlContainerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlContainerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteSqlContainerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteSqlContainerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlContainerAsync (operations, resourceGroupName, accountName, databaseName, containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL container. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSqlDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteSqlDatabaseAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteSqlDatabaseAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlDatabaseAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteSqlDatabaseAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteSqlDatabaseAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlDatabaseAsync (operations, resourceGroupName, accountName, databaseName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL database. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSqlStoredProcedureAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteSqlStoredProcedureAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteSqlStoredProcedureAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlStoredProcedureAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteSqlStoredProcedureAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteSqlStoredProcedureAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlStoredProcedureAsync (operations, resourceGroupName, accountName, databaseName, containerName, storedProcedureName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="storedProcedureName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="storedProcedureName"> Cosmos DB storedProcedure name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL storedProcedure. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSqlTriggerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteSqlTriggerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteSqlTriggerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlTriggerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteSqlTriggerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteSqlTriggerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlTriggerAsync (operations, resourceGroupName, accountName, databaseName, containerName, triggerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="triggerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="triggerName"> Cosmos DB trigger name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL trigger. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteSqlUserDefinedFunctionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteSqlUserDefinedFunctionAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteSqlUserDefinedFunctionAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlUserDefinedFunctionAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function DeleteSqlUserDefinedFunctionAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" /> <MemberSignature Language="F#" Value="static member DeleteSqlUserDefinedFunctionAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.DeleteSqlUserDefinedFunctionAsync (operations, resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="userDefinedFunctionName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="userDefinedFunctionName"> Cosmos DB userDefinedFunction name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Deletes an existing Azure Cosmos DB SQL userDefinedFunction. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSqlContainerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt; GetSqlContainerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt; GetSqlContainerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlContainerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSqlContainerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlContainerGetResultsInner)" /> <MemberSignature Language="F#" Value="static member GetSqlContainerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlContainerAsync (operations, resourceGroupName, accountName, databaseName, containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the SQL container under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSqlContainerThroughputAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; GetSqlContainerThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; GetSqlContainerThroughputAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlContainerThroughputAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSqlContainerThroughputAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)" /> <MemberSignature Language="F#" Value="static member GetSqlContainerThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlContainerThroughputAsync (operations, resourceGroupName, accountName, databaseName, containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSqlDatabaseAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt; GetSqlDatabaseAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, 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.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt; GetSqlDatabaseAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlDatabaseAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSqlDatabaseAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlDatabaseGetResultsInner)" /> <MemberSignature Language="F#" Value="static member GetSqlDatabaseAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlDatabaseAsync (operations, resourceGroupName, accountName, databaseName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the SQL database under an existing Azure Cosmos DB database account with the provided name. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSqlDatabaseThroughputAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; GetSqlDatabaseThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, 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.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; GetSqlDatabaseThroughputAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlDatabaseThroughputAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSqlDatabaseThroughputAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)" /> <MemberSignature Language="F#" Value="static member GetSqlDatabaseThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlDatabaseThroughputAsync (operations, resourceGroupName, accountName, databaseName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided name. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSqlStoredProcedureAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt; GetSqlStoredProcedureAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt; GetSqlStoredProcedureAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlStoredProcedureAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSqlStoredProcedureAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlStoredProcedureGetResultsInner)" /> <MemberSignature Language="F#" Value="static member GetSqlStoredProcedureAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlStoredProcedureAsync (operations, resourceGroupName, accountName, databaseName, containerName, storedProcedureName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="storedProcedureName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="storedProcedureName"> Cosmos DB storedProcedure name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the SQL storedProcedure under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSqlTriggerAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt; GetSqlTriggerAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt; GetSqlTriggerAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlTriggerAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSqlTriggerAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlTriggerGetResultsInner)" /> <MemberSignature Language="F#" Value="static member GetSqlTriggerAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlTriggerAsync (operations, resourceGroupName, accountName, databaseName, containerName, triggerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="triggerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="triggerName"> Cosmos DB trigger name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the SQL trigger under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSqlUserDefinedFunctionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt; GetSqlUserDefinedFunctionAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt; GetSqlUserDefinedFunctionAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlUserDefinedFunctionAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSqlUserDefinedFunctionAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlUserDefinedFunctionGetResultsInner)" /> <MemberSignature Language="F#" Value="static member GetSqlUserDefinedFunctionAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.GetSqlUserDefinedFunctionAsync (operations, resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="userDefinedFunctionName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="userDefinedFunctionName"> Cosmos DB userDefinedFunction name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSqlContainersAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; ListSqlContainersAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, 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 System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; ListSqlContainersAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlContainersAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSqlContainersAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SqlContainerGetResultsInner))" /> <MemberSignature Language="F#" Value="static member ListSqlContainersAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlContainersAsync (operations, resourceGroupName, accountName, databaseName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Lists the SQL container under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSqlDatabasesAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; ListSqlDatabasesAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; ListSqlDatabasesAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlDatabasesAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSqlDatabasesAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SqlDatabaseGetResultsInner))" /> <MemberSignature Language="F#" Value="static member ListSqlDatabasesAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlDatabasesAsync (operations, resourceGroupName, accountName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Lists the SQL databases under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSqlStoredProceduresAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; ListSqlStoredProceduresAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; ListSqlStoredProceduresAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlStoredProceduresAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSqlStoredProceduresAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SqlStoredProcedureGetResultsInner))" /> <MemberSignature Language="F#" Value="static member ListSqlStoredProceduresAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlStoredProceduresAsync (operations, resourceGroupName, accountName, databaseName, containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Lists the SQL storedProcedure under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSqlTriggersAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; ListSqlTriggersAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; ListSqlTriggersAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlTriggersAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSqlTriggersAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SqlTriggerGetResultsInner))" /> <MemberSignature Language="F#" Value="static member ListSqlTriggersAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlTriggersAsync (operations, resourceGroupName, accountName, databaseName, containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Lists the SQL trigger under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ListSqlUserDefinedFunctionsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; ListSqlUserDefinedFunctionsAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; ListSqlUserDefinedFunctionsAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlUserDefinedFunctionsAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ListSqlUserDefinedFunctionsAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of SqlUserDefinedFunctionGetResultsInner))" /> <MemberSignature Language="F#" Value="static member ListSqlUserDefinedFunctionsAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.ListSqlUserDefinedFunctionsAsync (operations, resourceGroupName, accountName, databaseName, containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" 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="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateSqlContainerThroughputAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; UpdateSqlContainerThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; UpdateSqlContainerThroughputAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.UpdateSqlContainerThroughputAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateSqlContainerThroughputAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, containerName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)" /> <MemberSignature Language="F#" Value="static member UpdateSqlContainerThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.UpdateSqlContainerThroughputAsync (operations, resourceGroupName, accountName, databaseName, containerName, updateThroughputParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="updateThroughputParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="containerName"> Cosmos DB container name. </param> <param name="updateThroughputParameters"> The parameters to provide for the RUs per second of the current SQL container. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Update RUs per second of an Azure Cosmos DB SQL container </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateSqlDatabaseThroughputAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; UpdateSqlDatabaseThroughputAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt; UpdateSqlDatabaseThroughputAsync(class Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations operations, string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.UpdateSqlDatabaseThroughputAsync(Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function UpdateSqlDatabaseThroughputAsync (operations As ISqlResourcesOperations, resourceGroupName As String, accountName As String, databaseName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ThroughputSettingsGetResultsInner)" /> <MemberSignature Language="F#" Value="static member UpdateSqlDatabaseThroughputAsync : Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;" Usage="Microsoft.Azure.Management.CosmosDB.Fluent.SqlResourcesOperationsExtensions.UpdateSqlDatabaseThroughputAsync (operations, resourceGroupName, accountName, databaseName, updateThroughputParameters, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operations" Type="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" RefType="this" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="updateThroughputParameters" Type="Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operations"> The operations group for this extension method. </param> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="databaseName"> Cosmos DB database name. </param> <param name="updateThroughputParameters"> The parameters to provide for the RUs per second of the current SQL database. </param> <param name="cancellationToken"> The cancellation token. </param> <summary> Update RUs per second of an Azure Cosmos DB SQL database </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>