xml/Microsoft.Azure.Management.Sql/DatabasesOperationsExtensions.xml (2,593 lines of code) (raw):
<Type Name="DatabasesOperationsExtensions" FullName="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions">
<TypeSignature Language="C#" Value="public static class DatabasesOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit DatabasesOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module DatabasesOperationsExtensions" />
<TypeSignature Language="F#" Value="type DatabasesOperationsExtensions = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods for DatabasesOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="BeginCreateOrUpdate">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database BeginCreateOrUpdate (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.Database parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database BeginCreateOrUpdate(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.Database parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.Database)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdate (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As Database) As Database" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdate : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.Database -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginCreateOrUpdate (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.Database" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<summary>
Creates a new database or updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginCreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.Database parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.Database> BeginCreateOrUpdateAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.Database parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.Database,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As Database, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.Database * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginCreateOrUpdateAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.Database" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Creates a new database or updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDelete">
<MemberSignature Language="C#" Value="public static void BeginDelete (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginDelete(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub BeginDelete (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String)" />
<MemberSignature Language="F#" Value="static member BeginDelete : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginDelete (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<summary>
Deletes the database.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginDeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginDeleteAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginDeleteAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginDeleteAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginDeleteAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes the database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginExport">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult BeginExport (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult BeginExport(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginExport(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginExport (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ExportDatabaseDefinition) As ImportExportOperationResult" />
<MemberSignature Language="F#" Value="static member BeginExport : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition -> Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginExport (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database export request parameters.
</param>
<summary>
Exports a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginExportAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> BeginExportAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> BeginExportAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginExportAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginExportAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ExportDatabaseDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImportExportOperationResult)" />
<MemberSignature Language="F#" Value="static member BeginExportAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginExportAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database export request parameters.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Exports a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginFailover">
<MemberSignature Language="C#" Value="public static void BeginFailover (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginFailover(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginFailover(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub BeginFailover (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional replicaType As String = Nothing)" />
<MemberSignature Language="F#" Value="static member BeginFailover : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginFailover (operations, resourceGroupName, serverName, databaseName, replicaType)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="replicaType" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to failover.
</param>
<param name="replicaType">
The type of replica to be failed over. Possible values include: 'Primary',
'ReadableSecondary'
</param>
<summary>
Failovers a database.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginFailoverAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginFailoverAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginFailoverAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginFailoverAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginFailoverAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional replicaType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginFailoverAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginFailoverAsync (operations, resourceGroupName, serverName, databaseName, replicaType, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="replicaType" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to failover.
</param>
<param name="replicaType">
The type of replica to be failed over. Possible values include: 'Primary',
'ReadableSecondary'
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Failovers a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginImport">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult BeginImport (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult BeginImport(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginImport(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginImport (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ImportExistingDatabaseDefinition) As ImportExportOperationResult" />
<MemberSignature Language="F#" Value="static member BeginImport : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition -> Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginImport (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database import request parameters.
</param>
<summary>
Imports a bacpac into a new database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginImportAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> BeginImportAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> BeginImportAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginImportAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginImportAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ImportExistingDatabaseDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImportExportOperationResult)" />
<MemberSignature Language="F#" Value="static member BeginImportAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginImportAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database import request parameters.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Imports a bacpac into a new database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginPause">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database BeginPause (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database BeginPause(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginPause(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginPause (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String) As Database" />
<MemberSignature Language="F#" Value="static member BeginPause : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginPause (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be paused.
</param>
<summary>
Pauses a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginPauseAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> BeginPauseAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, 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.Sql.Models.Database> BeginPauseAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginPauseAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginPauseAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member BeginPauseAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginPauseAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be paused.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Pauses a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResume">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database BeginResume (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database BeginResume(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginResume(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResume (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String) As Database" />
<MemberSignature Language="F#" Value="static member BeginResume : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginResume (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be resumed.
</param>
<summary>
Resumes a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginResumeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> BeginResumeAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, 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.Sql.Models.Database> BeginResumeAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginResumeAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginResumeAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member BeginResumeAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginResumeAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be resumed.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Resumes a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpdate">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database BeginUpdate (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database BeginUpdate(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpdate(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseUpdate)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdate (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As DatabaseUpdate) As Database" />
<MemberSignature Language="F#" Value="static member BeginUpdate : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.DatabaseUpdate -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpdate (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.DatabaseUpdate" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<summary>
Updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> BeginUpdateAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.Database> BeginUpdateAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpdateAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseUpdate,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpdateAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As DatabaseUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member BeginUpdateAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.DatabaseUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpdateAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.DatabaseUpdate" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpgradeDataWarehouse">
<MemberSignature Language="C#" Value="public static void BeginUpgradeDataWarehouse (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void BeginUpgradeDataWarehouse(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpgradeDataWarehouse(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub BeginUpgradeDataWarehouse (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String)" />
<MemberSignature Language="F#" Value="static member BeginUpgradeDataWarehouse : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpgradeDataWarehouse (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be upgraded.
</param>
<summary>
Upgrades a data warehouse.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BeginUpgradeDataWarehouseAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task BeginUpgradeDataWarehouseAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task BeginUpgradeDataWarehouseAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpgradeDataWarehouseAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function BeginUpgradeDataWarehouseAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member BeginUpgradeDataWarehouseAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.BeginUpgradeDataWarehouseAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be upgraded.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Upgrades a data warehouse.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdate">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database CreateOrUpdate (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.Database parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database CreateOrUpdate(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.Database parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.Database)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdate (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As Database) As Database" />
<MemberSignature Language="F#" Value="static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.Database -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.CreateOrUpdate (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.Database" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<summary>
Creates a new database or updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.Database parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.Database> CreateOrUpdateAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.Database parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.Database,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As Database, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.Database * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.Database" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Creates a new database or updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Delete">
<MemberSignature Language="C#" Value="public static void Delete (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void Delete(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub Delete (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String)" />
<MemberSignature Language="F#" Value="static member Delete : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Delete (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<summary>
Deletes the database.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.DeleteAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes the database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Export">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult Export (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult Export(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Export(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Export (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ExportDatabaseDefinition) As ImportExportOperationResult" />
<MemberSignature Language="F#" Value="static member Export : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition -> Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Export (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database export request parameters.
</param>
<summary>
Exports a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExportAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> ExportAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> ExportAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ExportAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ExportAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ExportDatabaseDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImportExportOperationResult)" />
<MemberSignature Language="F#" Value="static member ExportAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ExportAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ExportDatabaseDefinition" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database export request parameters.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Exports a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Failover">
<MemberSignature Language="C#" Value="public static void Failover (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void Failover(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Failover(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub Failover (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional replicaType As String = Nothing)" />
<MemberSignature Language="F#" Value="static member Failover : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Failover (operations, resourceGroupName, serverName, databaseName, replicaType)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="replicaType" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to failover.
</param>
<param name="replicaType">
The type of replica to be failed over. Possible values include: 'Primary',
'ReadableSecondary'
</param>
<summary>
Failovers a database.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FailoverAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task FailoverAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task FailoverAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string replicaType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.FailoverAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function FailoverAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional replicaType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member FailoverAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.FailoverAsync (operations, resourceGroupName, serverName, databaseName, replicaType, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="replicaType" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to failover.
</param>
<param name="replicaType">
The type of replica to be failed over. Possible values include: 'Primary',
'ReadableSecondary'
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Failovers a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Get">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database Get (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database Get(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Get (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String) As Database" />
<MemberSignature Language="F#" Value="static member Get : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Get (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<summary>
Gets a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> GetAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, 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.Sql.Models.Database> GetAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.GetAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Import">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult Import (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult Import(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Import(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Import (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ImportExistingDatabaseDefinition) As ImportExportOperationResult" />
<MemberSignature Language="F#" Value="static member Import : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition -> Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Import (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database import request parameters.
</param>
<summary>
Imports a bacpac into a new database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ImportAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> ImportAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult> ImportAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ImportAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ImportAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ImportExistingDatabaseDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ImportExportOperationResult)" />
<MemberSignature Language="F#" Value="static member ImportAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ImportAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ImportExportOperationResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ImportExistingDatabaseDefinition" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The database import request parameters.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Imports a bacpac into a new database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByElasticPool">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database> ListByElasticPool (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database> ListByElasticPool(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPool(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByElasticPool (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, elasticPoolName As String) As IPage(Of Database)" />
<MemberSignature Language="F#" Value="static member ListByElasticPool : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPool (operations, resourceGroupName, serverName, elasticPoolName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="elasticPoolName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="elasticPoolName">
The name of the elastic pool.
</param>
<summary>
Gets a list of databases in an elastic pool.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByElasticPoolAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListByElasticPoolAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database>> ListByElasticPoolAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPoolAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByElasticPoolAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))" />
<MemberSignature Language="F#" Value="static member ListByElasticPoolAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPoolAsync (operations, resourceGroupName, serverName, elasticPoolName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="elasticPoolName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="elasticPoolName">
The name of the elastic pool.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of databases in an elastic pool.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByElasticPoolNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database> ListByElasticPoolNext (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database> ListByElasticPoolNext(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPoolNext(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByElasticPoolNext (operations As IDatabasesOperations, nextPageLink As String) As IPage(Of Database)" />
<MemberSignature Language="F#" Value="static member ListByElasticPoolNext : Microsoft.Azure.Management.Sql.IDatabasesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPoolNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<summary>
Gets a list of databases in an elastic pool.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByElasticPoolNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListByElasticPoolNextAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database>> ListByElasticPoolNextAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPoolNextAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByElasticPoolNextAsync (operations As IDatabasesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))" />
<MemberSignature Language="F#" Value="static member ListByElasticPoolNextAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByElasticPoolNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of databases in an elastic pool.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByServer">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database> ListByServer (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string skipToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database> ListByServer(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string skipToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServer(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByServer (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, Optional skipToken As String = Nothing) As IPage(Of Database)" />
<MemberSignature Language="F#" Value="static member ListByServer : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServer (operations, resourceGroupName, serverName, skipToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="skipToken" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="skipToken" />
<summary>
Gets a list of databases.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByServerAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListByServerAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database>> ListByServerAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByServerAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))" />
<MemberSignature Language="F#" Value="static member ListByServerAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerAsync (operations, resourceGroupName, serverName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of databases.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByServerAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListByServerAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database>> ListByServerAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string skipToken, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByServerAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))" />
<MemberSignature Language="F#" Value="static member ListByServerAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerAsync (operations, resourceGroupName, serverName, skipToken, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="skipToken" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="skipToken" />
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of databases.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByServerNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database> ListByServerNext (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database> ListByServerNext(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerNext(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByServerNext (operations As IDatabasesOperations, nextPageLink As String) As IPage(Of Database)" />
<MemberSignature Language="F#" Value="static member ListByServerNext : Microsoft.Azure.Management.Sql.IDatabasesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<summary>
Gets a list of databases.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByServerNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListByServerNextAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database>> ListByServerNextAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerNextAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByServerNextAsync (operations As IDatabasesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))" />
<MemberSignature Language="F#" Value="static member ListByServerNextAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListByServerNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of databases.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListInaccessibleByServer">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database> ListInaccessibleByServer (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database> ListInaccessibleByServer(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServer(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListInaccessibleByServer (operations As IDatabasesOperations, resourceGroupName As String, serverName As String) As IPage(Of Database)" />
<MemberSignature Language="F#" Value="static member ListInaccessibleByServer : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServer (operations, resourceGroupName, serverName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<summary>
Gets a list of inaccessible databases in a logical server
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListInaccessibleByServerAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListInaccessibleByServerAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database>> ListInaccessibleByServerAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServerAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListInaccessibleByServerAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))" />
<MemberSignature Language="F#" Value="static member ListInaccessibleByServerAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServerAsync (operations, resourceGroupName, serverName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of inaccessible databases in a logical server
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListInaccessibleByServerNext">
<MemberSignature Language="C#" Value="public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database> ListInaccessibleByServerNext (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database> ListInaccessibleByServerNext(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServerNext(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListInaccessibleByServerNext (operations As IDatabasesOperations, nextPageLink As String) As IPage(Of Database)" />
<MemberSignature Language="F#" Value="static member ListInaccessibleByServerNext : Microsoft.Azure.Management.Sql.IDatabasesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServerNext (operations, nextPageLink)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<summary>
Gets a list of inaccessible databases in a logical server
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListInaccessibleByServerNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>> ListInaccessibleByServerNextAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Models.Database>> ListInaccessibleByServerNextAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServerNextAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListInaccessibleByServerNextAsync (operations As IDatabasesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Database))" />
<MemberSignature Language="F#" Value="static member ListInaccessibleByServerNextAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListInaccessibleByServerNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Database>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of inaccessible databases in a logical server
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListMetricDefinitions">
<MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.MetricDefinition> ListMetricDefinitions (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1<class Microsoft.Azure.Management.Sql.Models.MetricDefinition> ListMetricDefinitions(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetricDefinitions(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListMetricDefinitions (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String) As IEnumerable(Of MetricDefinition)" />
<MemberSignature Language="F#" Value="static member ListMetricDefinitions : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> seq<Microsoft.Azure.Management.Sql.Models.MetricDefinition>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetricDefinitions (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.MetricDefinition></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<summary>
Returns database metric definitions.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListMetricDefinitionsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.MetricDefinition>> ListMetricDefinitionsAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, 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.Sql.Models.MetricDefinition>> ListMetricDefinitionsAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetricDefinitionsAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListMetricDefinitionsAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of MetricDefinition))" />
<MemberSignature Language="F#" Value="static member ListMetricDefinitionsAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Sql.Models.MetricDefinition>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetricDefinitionsAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.MetricDefinition>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns database metric definitions.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListMetrics">
<MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.Metric> ListMetrics (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string filter);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1<class Microsoft.Azure.Management.Sql.Models.Metric> ListMetrics(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string filter) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetrics(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListMetrics (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, filter As String) As IEnumerable(Of Metric)" />
<MemberSignature Language="F#" Value="static member ListMetrics : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string -> seq<Microsoft.Azure.Management.Sql.Models.Metric>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetrics (operations, resourceGroupName, serverName, databaseName, filter)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.Metric></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="filter" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="filter">
An OData filter expression that describes a subset of metrics to return.
</param>
<summary>
Returns database metrics.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListMetricsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.Metric>> ListMetricsAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string filter, 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.Sql.Models.Metric>> ListMetricsAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetricsAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListMetricsAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Metric))" />
<MemberSignature Language="F#" Value="static member ListMetricsAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Sql.Models.Metric>>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ListMetricsAsync (operations, resourceGroupName, serverName, databaseName, filter, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Models.Metric>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="filter" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="filter">
An OData filter expression that describes a subset of metrics to return.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Returns database metrics.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Pause">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database Pause (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database Pause(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Pause(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Pause (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String) As Database" />
<MemberSignature Language="F#" Value="static member Pause : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Pause (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be paused.
</param>
<summary>
Pauses a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PauseAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> PauseAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, 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.Sql.Models.Database> PauseAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.PauseAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function PauseAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member PauseAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.PauseAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be paused.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Pauses a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Rename">
<MemberSignature Language="C#" Value="public static void Rename (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void Rename(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Rename(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub Rename (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ResourceMoveDefinition)" />
<MemberSignature Language="F#" Value="static member Rename : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Rename (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to rename.
</param>
<param name="parameters">
The resource move definition for renaming this database.
</param>
<summary>
Renames a database.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Rename">
<MemberSignature Language="C#" Value="public static void Rename (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string newName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void Rename(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string newName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Rename(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub Rename (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, newName As String)" />
<MemberSignature Language="F#" Value="static member Rename : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Rename (operations, resourceGroupName, serverName, databaseName, newName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="newName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to rename.
</param>
<param name="newName">
The new name that the database should be renamed to.
</param>
<summary>
Renames a database.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RenameAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task RenameAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task RenameAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.RenameAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RenameAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As ResourceMoveDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member RenameAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.RenameAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.ResourceMoveDefinition" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to rename.
</param>
<param name="parameters">
The resource move definition for renaming this database.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Renames a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RenameAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task RenameAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string newName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task RenameAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, string newName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.RenameAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function RenameAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, newName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member RenameAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.RenameAsync (operations, resourceGroupName, serverName, databaseName, newName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="newName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to rename.
</param>
<param name="newName">
The new name that the database should be renamed to.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Renames a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Resume">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database Resume (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database Resume(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Resume(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Resume (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String) As Database" />
<MemberSignature Language="F#" Value="static member Resume : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Resume (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be resumed.
</param>
<summary>
Resumes a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResumeAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> ResumeAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, 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.Sql.Models.Database> ResumeAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResumeAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member ResumeAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.ResumeAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be resumed.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Resumes a database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Update">
<MemberSignature Language="C#" Value="public static Microsoft.Azure.Management.Sql.Models.Database Update (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Microsoft.Azure.Management.Sql.Models.Database Update(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseUpdate)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Update (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As DatabaseUpdate) As Database" />
<MemberSignature Language="F#" Value="static member Update : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.DatabaseUpdate -> Microsoft.Azure.Management.Sql.Models.Database" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.Update (operations, resourceGroupName, serverName, databaseName, parameters)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Models.Database</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.DatabaseUpdate" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<summary>
Updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database> UpdateAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Models.Database> UpdateAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, class Microsoft.Azure.Management.Sql.Models.DatabaseUpdate parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseUpdate,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpdateAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As DatabaseUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Database)" />
<MemberSignature Language="F#" Value="static member UpdateAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.DatabaseUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database>" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.UpdateAsync (operations, resourceGroupName, serverName, databaseName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.Database></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Models.DatabaseUpdate" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database.
</param>
<param name="parameters">
The requested database resource state.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Updates an existing database.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpgradeDataWarehouse">
<MemberSignature Language="C#" Value="public static void UpgradeDataWarehouse (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void UpgradeDataWarehouse(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.UpgradeDataWarehouse(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Sub UpgradeDataWarehouse (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String)" />
<MemberSignature Language="F#" Value="static member UpgradeDataWarehouse : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string -> unit" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.UpgradeDataWarehouse (operations, resourceGroupName, serverName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be upgraded.
</param>
<summary>
Upgrades a data warehouse.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpgradeDataWarehouseAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task UpgradeDataWarehouseAsync (this Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task UpgradeDataWarehouseAsync(class Microsoft.Azure.Management.Sql.IDatabasesOperations operations, string resourceGroupName, string serverName, string databaseName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.UpgradeDataWarehouseAsync(Microsoft.Azure.Management.Sql.IDatabasesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function UpgradeDataWarehouseAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member UpgradeDataWarehouseAsync : Microsoft.Azure.Management.Sql.IDatabasesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.DatabasesOperationsExtensions.UpgradeDataWarehouseAsync (operations, resourceGroupName, serverName, databaseName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.IDatabasesOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" 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">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="databaseName">
The name of the database to be upgraded.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Upgrades a data warehouse.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>