xml/Microsoft.Azure.Management.CosmosDB.Fluent/ISqlResourcesOperations.xml (2,130 lines of code) (raw):

<Type Name="ISqlResourcesOperations" FullName="Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations"> <TypeSignature Language="C#" Value="public interface ISqlResourcesOperations" /> <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract ISqlResourcesOperations" /> <TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations" /> <TypeSignature Language="VB.NET" Value="Public Interface ISqlResourcesOperations" /> <TypeSignature Language="F#" Value="type ISqlResourcesOperations = interface" /> <AssemblyInfo> <AssemblyName>Microsoft.Azure.Management.CosmosDB.Fluent</AssemblyName> <AssemblyVersion>1.0.0.71</AssemblyVersion> </AssemblyInfo> <Interfaces /> <Docs> <summary> SqlResourcesOperations operations. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BeginCreateUpdateSqlContainerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; BeginCreateUpdateSqlContainerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; BeginCreateUpdateSqlContainerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginCreateUpdateSqlContainerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateUpdateSqlContainerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, createUpdateSqlContainerParameters As SqlContainerCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlContainerGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateUpdateSqlContainerWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.BeginCreateUpdateSqlContainerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, createUpdateSqlContainerParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, createUpdateSqlDatabaseParameters As SqlDatabaseCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlDatabaseGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, createUpdateSqlDatabaseParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, createUpdateSqlStoredProcedureParameters As SqlStoredProcedureCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlStoredProcedureGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, storedProcedureName, createUpdateSqlStoredProcedureParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlTriggerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; BeginCreateUpdateSqlTriggerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; BeginCreateUpdateSqlTriggerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginCreateUpdateSqlTriggerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateUpdateSqlTriggerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, createUpdateSqlTriggerParameters As SqlTriggerCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlTriggerGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateUpdateSqlTriggerWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.BeginCreateUpdateSqlTriggerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, triggerName, createUpdateSqlTriggerParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, createUpdateSqlUserDefinedFunctionParameters As SqlUserDefinedFunctionCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlUserDefinedFunctionGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, createUpdateSqlUserDefinedFunctionParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteSqlContainerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlContainerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlContainerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginDeleteSqlContainerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteSqlContainerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteSqlContainerWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.BeginDeleteSqlContainerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteSqlDatabaseWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlDatabaseWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlDatabaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginDeleteSqlDatabaseWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteSqlDatabaseWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteSqlDatabaseWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.BeginDeleteSqlDatabaseWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteSqlStoredProcedureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlStoredProcedureWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlStoredProcedureWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginDeleteSqlStoredProcedureWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteSqlStoredProcedureWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.BeginDeleteSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, storedProcedureName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteSqlTriggerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlTriggerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlTriggerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginDeleteSqlTriggerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteSqlTriggerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteSqlTriggerWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.BeginDeleteSqlTriggerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, triggerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateSqlContainerThroughputWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; BeginUpdateSqlContainerThroughputWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; BeginUpdateSqlContainerThroughputWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginUpdateSqlContainerThroughputWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateSqlContainerThroughputWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ThroughputSettingsGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateSqlContainerThroughputWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.BeginUpdateSqlContainerThroughputWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, updateThroughputParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ThroughputSettingsGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, updateThroughputParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateUpdateSqlContainerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; CreateUpdateSqlContainerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; CreateUpdateSqlContainerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.CreateUpdateSqlContainerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateUpdateSqlContainerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, createUpdateSqlContainerParameters As SqlContainerCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlContainerGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member CreateUpdateSqlContainerWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.CreateUpdateSqlContainerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, createUpdateSqlContainerParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateUpdateSqlDatabaseWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; CreateUpdateSqlDatabaseWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; CreateUpdateSqlDatabaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.CreateUpdateSqlDatabaseWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateUpdateSqlDatabaseWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, createUpdateSqlDatabaseParameters As SqlDatabaseCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlDatabaseGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member CreateUpdateSqlDatabaseWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.CreateUpdateSqlDatabaseWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, createUpdateSqlDatabaseParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateUpdateSqlStoredProcedureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; CreateUpdateSqlStoredProcedureWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; CreateUpdateSqlStoredProcedureWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.CreateUpdateSqlStoredProcedureWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateUpdateSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, createUpdateSqlStoredProcedureParameters As SqlStoredProcedureCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlStoredProcedureGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member CreateUpdateSqlStoredProcedureWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.CreateUpdateSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, storedProcedureName, createUpdateSqlStoredProcedureParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateUpdateSqlTriggerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; CreateUpdateSqlTriggerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; CreateUpdateSqlTriggerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.CreateUpdateSqlTriggerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateUpdateSqlTriggerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, createUpdateSqlTriggerParameters As SqlTriggerCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlTriggerGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member CreateUpdateSqlTriggerWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.CreateUpdateSqlTriggerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, triggerName, createUpdateSqlTriggerParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, createUpdateSqlUserDefinedFunctionParameters As SqlUserDefinedFunctionCreateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlUserDefinedFunctionGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionCreateUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, createUpdateSqlUserDefinedFunctionParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteSqlContainerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlContainerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlContainerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.DeleteSqlContainerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteSqlContainerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteSqlContainerWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.DeleteSqlContainerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteSqlDatabaseWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlDatabaseWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlDatabaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.DeleteSqlDatabaseWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteSqlDatabaseWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteSqlDatabaseWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.DeleteSqlDatabaseWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteSqlStoredProcedureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlStoredProcedureWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlStoredProcedureWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.DeleteSqlStoredProcedureWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteSqlStoredProcedureWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.DeleteSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, storedProcedureName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteSqlTriggerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlTriggerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlTriggerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.DeleteSqlTriggerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteSqlTriggerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteSqlTriggerWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.DeleteSqlTriggerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, triggerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="DeleteSqlUserDefinedFunctionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlUserDefinedFunctionWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse&gt; DeleteSqlUserDefinedFunctionWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.DeleteSqlUserDefinedFunctionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteSqlUserDefinedFunctionWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&gt;" Usage="iSqlResourcesOperations.DeleteSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, customHeaders, 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.Rest.Azure.AzureOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSqlContainerThroughputWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; GetSqlContainerThroughputWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; GetSqlContainerThroughputWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.GetSqlContainerThroughputWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSqlContainerThroughputWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ThroughputSettingsGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member GetSqlContainerThroughputWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.GetSqlContainerThroughputWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSqlContainerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; GetSqlContainerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt; GetSqlContainerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.GetSqlContainerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSqlContainerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlContainerGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member GetSqlContainerWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.GetSqlContainerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSqlDatabaseThroughputWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; GetSqlDatabaseThroughputWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; GetSqlDatabaseThroughputWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.GetSqlDatabaseThroughputWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSqlDatabaseThroughputWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ThroughputSettingsGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member GetSqlDatabaseThroughputWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.GetSqlDatabaseThroughputWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSqlDatabaseWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; GetSqlDatabaseWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt; GetSqlDatabaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.GetSqlDatabaseWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSqlDatabaseWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlDatabaseGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member GetSqlDatabaseWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.GetSqlDatabaseWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSqlStoredProcedureWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; GetSqlStoredProcedureWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt; GetSqlStoredProcedureWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string storedProcedureName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.GetSqlStoredProcedureWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, storedProcedureName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlStoredProcedureGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member GetSqlStoredProcedureWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.GetSqlStoredProcedureWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, storedProcedureName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSqlTriggerWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; GetSqlTriggerWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt; GetSqlTriggerWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string triggerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.GetSqlTriggerWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSqlTriggerWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, triggerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlTriggerGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member GetSqlTriggerWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.GetSqlTriggerWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, triggerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="GetSqlUserDefinedFunctionWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; GetSqlUserDefinedFunctionWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt; GetSqlUserDefinedFunctionWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, string userDefinedFunctionName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.GetSqlUserDefinedFunctionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, userDefinedFunctionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SqlUserDefinedFunctionGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member GetSqlUserDefinedFunctionWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.GetSqlUserDefinedFunctionWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, userDefinedFunctionName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListSqlContainersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;&gt; ListSqlContainersWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;&gt; ListSqlContainersWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.ListSqlContainersWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListSqlContainersWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IEnumerable(Of SqlContainerGetResultsInner)))" /> <MemberSignature Language="F#" Value="abstract member ListSqlContainersWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;&gt;" Usage="iSqlResourcesOperations.ListSqlContainersWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlContainerGetResultsInner&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="databaseName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListSqlDatabasesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;&gt; ListSqlDatabasesWithHttpMessagesAsync (string resourceGroupName, string accountName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;&gt; ListSqlDatabasesWithHttpMessagesAsync(string resourceGroupName, string accountName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.ListSqlDatabasesWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListSqlDatabasesWithHttpMessagesAsync (resourceGroupName As String, accountName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IEnumerable(Of SqlDatabaseGetResultsInner)))" /> <MemberSignature Language="F#" Value="abstract member ListSqlDatabasesWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;&gt;" Usage="iSqlResourcesOperations.ListSqlDatabasesWithHttpMessagesAsync (resourceGroupName, accountName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlDatabaseGetResultsInner&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="accountName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="resourceGroupName"> Name of an Azure resource group. </param> <param name="accountName"> Cosmos DB database account name. </param> <param name="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListSqlStoredProceduresWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;&gt; ListSqlStoredProceduresWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;&gt; ListSqlStoredProceduresWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.ListSqlStoredProceduresWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListSqlStoredProceduresWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IEnumerable(Of SqlStoredProcedureGetResultsInner)))" /> <MemberSignature Language="F#" Value="abstract member ListSqlStoredProceduresWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;&gt;" Usage="iSqlResourcesOperations.ListSqlStoredProceduresWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlStoredProcedureGetResultsInner&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListSqlTriggersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;&gt; ListSqlTriggersWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;&gt; ListSqlTriggersWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.ListSqlTriggersWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListSqlTriggersWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IEnumerable(Of SqlTriggerGetResultsInner)))" /> <MemberSignature Language="F#" Value="abstract member ListSqlTriggersWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;&gt;" Usage="iSqlResourcesOperations.ListSqlTriggersWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="ListSqlUserDefinedFunctionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;&gt; ListSqlUserDefinedFunctionsWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class System.Collections.Generic.IEnumerable`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;&gt; ListSqlUserDefinedFunctionsWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.ListSqlUserDefinedFunctionsWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function ListSqlUserDefinedFunctionsWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IEnumerable(Of SqlUserDefinedFunctionGetResultsInner)))" /> <MemberSignature Language="F#" Value="abstract member ListSqlUserDefinedFunctionsWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;seq&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;&gt;" Usage="iSqlResourcesOperations.ListSqlUserDefinedFunctionsWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;System.Collections.Generic.IEnumerable&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlUserDefinedFunctionGetResultsInner&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateSqlContainerThroughputWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; UpdateSqlContainerThroughputWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, string containerName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; UpdateSqlContainerThroughputWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, string containerName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.UpdateSqlContainerThroughputWithHttpMessagesAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateSqlContainerThroughputWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, containerName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ThroughputSettingsGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member UpdateSqlContainerThroughputWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.UpdateSqlContainerThroughputWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, containerName, updateThroughputParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> <Member MemberName="UpdateSqlDatabaseThroughputWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; UpdateSqlDatabaseThroughputWithHttpMessagesAsync (string resourceGroupName, string accountName, string databaseName, Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.Azure.AzureOperationResponse`1&lt;class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt; UpdateSqlDatabaseThroughputWithHttpMessagesAsync(string resourceGroupName, string accountName, string databaseName, class Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters updateThroughputParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Fluent.ISqlResourcesOperations.UpdateSqlDatabaseThroughputWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateSqlDatabaseThroughputWithHttpMessagesAsync (resourceGroupName As String, accountName As String, databaseName As String, updateThroughputParameters As ThroughputSettingsUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ThroughputSettingsGetResultsInner))" /> <MemberSignature Language="F#" Value="abstract member UpdateSqlDatabaseThroughputWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsUpdateParameters * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;" Usage="iSqlResourcesOperations.UpdateSqlDatabaseThroughputWithHttpMessagesAsync (resourceGroupName, accountName, databaseName, updateThroughputParameters, customHeaders, 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.Rest.Azure.AzureOperationResponse&lt;Microsoft.Azure.Management.CosmosDB.Fluent.Models.ThroughputSettingsGetResultsInner&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <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="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <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="customHeaders"> The headers that will be added to request. </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> <exception cref="T:Microsoft.Rest.Azure.CloudException"> Thrown when the operation returned an invalid status code </exception> <exception cref="T:Microsoft.Rest.SerializationException"> Thrown when unable to deserialize the response </exception> <exception cref="T:Microsoft.Rest.ValidationException"> Thrown when a required parameter is null </exception> </Docs> </Member> </Members> </Type>