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