xml/Azure.ResourceManager.Sql.Mocking/MockableSqlSubscriptionResource.xml (1,630 lines of code) (raw):
<Type Name="MockableSqlSubscriptionResource" FullName="Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource">
<TypeSignature Language="C#" Value="public class MockableSqlSubscriptionResource : Azure.ResourceManager.ArmResource" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MockableSqlSubscriptionResource extends Azure.ResourceManager.ArmResource" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource" />
<TypeSignature Language="VB.NET" Value="Public Class MockableSqlSubscriptionResource
Inherits ArmResource" />
<TypeSignature Language="F#" Value="type MockableSqlSubscriptionResource = class
 inherit ArmResource" />
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Azure.ResourceManager.ArmResource</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary> A class to add extension methods to SubscriptionResource. </summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected MockableSqlSubscriptionResource ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.#ctor" />
<MemberSignature Language="VB.NET" Value="Protected Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary> Initializes a new instance of the <see cref="T:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource" /> class for mocking. </summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CheckSqlServerNameAvailability">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse> CheckSqlServerNameAvailability (Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse> CheckSqlServerNameAvailability(class Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.CheckSqlServerNameAvailability(Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function CheckSqlServerNameAvailability (content As SqlNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SqlNameAvailabilityResponse)" />
<MemberSignature Language="F#" Value="abstract member CheckSqlServerNameAvailability : Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse>
override this.CheckSqlServerNameAvailability : Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse>" Usage="mockableSqlSubscriptionResource.CheckSqlServerNameAvailability (content, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="content" Type="Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="content"> The name availability request parameters. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Determines whether a resource can be created with the specified name.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability</description></item><item><term>Operation Id</term><description>Servers_CheckNameAvailability</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SqlServerResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="CheckSqlServerNameAvailabilityAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse>> CheckSqlServerNameAvailabilityAsync (Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse>> CheckSqlServerNameAvailabilityAsync(class Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.CheckSqlServerNameAvailabilityAsync(Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function CheckSqlServerNameAvailabilityAsync (content As SqlNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SqlNameAvailabilityResponse))" />
<MemberSignature Language="F#" Value="abstract member CheckSqlServerNameAvailabilityAsync : Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse>>
override this.CheckSqlServerNameAvailabilityAsync : Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse>>" Usage="mockableSqlSubscriptionResource.CheckSqlServerNameAvailabilityAsync (content, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlNameAvailabilityResponse>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="content" Type="Azure.ResourceManager.Sql.Models.SqlNameAvailabilityContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="content"> The name availability request parameters. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Determines whether a resource can be created with the specified name.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/checkNameAvailability</description></item><item><term>Operation Id</term><description>Servers_CheckNameAvailability</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SqlServerResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetCapabilitiesByLocation">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities> GetCapabilitiesByLocation (Azure.Core.AzureLocation locationName, Azure.ResourceManager.Sql.Models.SqlCapabilityGroup? include = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Sql.Models.SqlLocationCapabilities> GetCapabilitiesByLocation(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlCapabilityGroup> include, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetCapabilitiesByLocation(Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.Sql.Models.SqlCapabilityGroup},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetCapabilitiesByLocation (locationName As AzureLocation, Optional include As Nullable(Of SqlCapabilityGroup) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SqlLocationCapabilities)" />
<MemberSignature Language="F#" Value="abstract member GetCapabilitiesByLocation : Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityGroup> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities>
override this.GetCapabilitiesByLocation : Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityGroup> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities>" Usage="mockableSqlSubscriptionResource.GetCapabilitiesByLocation (locationName, include, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="include" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityGroup>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location name whose capabilities are retrieved. </param>
<param name="include"> If specified, restricts the response to only include the selected item. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets the subscription capabilities available for the specified location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities</description></item><item><term>Operation Id</term><description>Capabilities_ListByLocation</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetCapabilitiesByLocationAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities>> GetCapabilitiesByLocationAsync (Azure.Core.AzureLocation locationName, Azure.ResourceManager.Sql.Models.SqlCapabilityGroup? include = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Sql.Models.SqlLocationCapabilities>> GetCapabilitiesByLocationAsync(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlCapabilityGroup> include, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetCapabilitiesByLocationAsync(Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.Sql.Models.SqlCapabilityGroup},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetCapabilitiesByLocationAsync (locationName As AzureLocation, Optional include As Nullable(Of SqlCapabilityGroup) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SqlLocationCapabilities))" />
<MemberSignature Language="F#" Value="abstract member GetCapabilitiesByLocationAsync : Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityGroup> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities>>
override this.GetCapabilitiesByLocationAsync : Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityGroup> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities>>" Usage="mockableSqlSubscriptionResource.GetCapabilitiesByLocationAsync (locationName, include, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.Models.SqlLocationCapabilities>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="include" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityGroup>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location name whose capabilities are retrieved. </param>
<param name="include"> If specified, restricts the response to only include the selected item. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets the subscription capabilities available for the specified location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/capabilities</description></item><item><term>Operation Id</term><description>Capabilities_ListByLocation</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDeletedServer">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource> GetDeletedServer (Azure.Core.AzureLocation locationName, string deletedServerName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Sql.DeletedServerResource> GetDeletedServer(valuetype Azure.Core.AzureLocation locationName, string deletedServerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetDeletedServer(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetDeletedServer (locationName As AzureLocation, deletedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedServerResource)" />
<MemberSignature Language="F#" Value="abstract member GetDeletedServer : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource>
override this.GetDeletedServer : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource>" Usage="mockableSqlSubscriptionResource.GetDeletedServer (locationName, deletedServerName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="deletedServerName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<param name="deletedServerName"> The name of the deleted server. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a deleted server.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}</description></item><item><term>Operation Id</term><description>DeletedServers_Get</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.DeletedServerResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="deletedServerName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="deletedServerName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedServerAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource>> GetDeletedServerAsync (Azure.Core.AzureLocation locationName, string deletedServerName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Sql.DeletedServerResource>> GetDeletedServerAsync(valuetype Azure.Core.AzureLocation locationName, string deletedServerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetDeletedServerAsync(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetDeletedServerAsync (locationName As AzureLocation, deletedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeletedServerResource))" />
<MemberSignature Language="F#" Value="abstract member GetDeletedServerAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource>>
override this.GetDeletedServerAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource>>" Usage="mockableSqlSubscriptionResource.GetDeletedServerAsync (locationName, deletedServerName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.DeletedServerResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="deletedServerName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<param name="deletedServerName"> The name of the deleted server. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a deleted server.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}</description></item><item><term>Operation Id</term><description>DeletedServers_Get</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.DeletedServerResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="deletedServerName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="deletedServerName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedServers">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.Sql.DeletedServerCollection GetDeletedServers (Azure.Core.AzureLocation locationName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.Sql.DeletedServerCollection GetDeletedServers(valuetype Azure.Core.AzureLocation locationName) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetDeletedServers(Azure.Core.AzureLocation)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetDeletedServers (locationName As AzureLocation) As DeletedServerCollection" />
<MemberSignature Language="F#" Value="abstract member GetDeletedServers : Azure.Core.AzureLocation -> Azure.ResourceManager.Sql.DeletedServerCollection
override this.GetDeletedServers : Azure.Core.AzureLocation -> Azure.ResourceManager.Sql.DeletedServerCollection" Usage="mockableSqlSubscriptionResource.GetDeletedServers locationName" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.Sql.DeletedServerCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<summary> Gets a collection of DeletedServerResources in the SubscriptionResource. </summary>
<returns> An object representing collection of DeletedServerResources and their operations over a DeletedServerResource. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDeletedServers">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.DeletedServerResource> GetDeletedServers (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.DeletedServerResource> GetDeletedServers(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetDeletedServers(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetDeletedServers (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeletedServerResource)" />
<MemberSignature Language="F#" Value="abstract member GetDeletedServers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.DeletedServerResource>
override this.GetDeletedServers : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.DeletedServerResource>" Usage="mockableSqlSubscriptionResource.GetDeletedServers cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.DeletedServerResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all deleted servers in a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/deletedServers</description></item><item><term>Operation Id</term><description>DeletedServers_List</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.DeletedServerResource" /></description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.DeletedServerResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDeletedServersAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.DeletedServerResource> GetDeletedServersAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.DeletedServerResource> GetDeletedServersAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetDeletedServersAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetDeletedServersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeletedServerResource)" />
<MemberSignature Language="F#" Value="abstract member GetDeletedServersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.DeletedServerResource>
override this.GetDeletedServersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.DeletedServerResource>" Usage="mockableSqlSubscriptionResource.GetDeletedServersAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.DeletedServerResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all deleted servers in a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/deletedServers</description></item><item><term>Operation Id</term><description>DeletedServers_List</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.DeletedServerResource" /></description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.DeletedServerResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetInstancePools">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.InstancePoolResource> GetInstancePools (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.InstancePoolResource> GetInstancePools(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetInstancePools(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetInstancePools (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of InstancePoolResource)" />
<MemberSignature Language="F#" Value="abstract member GetInstancePools : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.InstancePoolResource>
override this.GetInstancePools : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.InstancePoolResource>" Usage="mockableSqlSubscriptionResource.GetInstancePools cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.InstancePoolResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all instance pools in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/instancePools</description></item><item><term>Operation Id</term><description>InstancePools_List</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.InstancePoolResource" /></description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.InstancePoolResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetInstancePoolsAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.InstancePoolResource> GetInstancePoolsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.InstancePoolResource> GetInstancePoolsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetInstancePoolsAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetInstancePoolsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of InstancePoolResource)" />
<MemberSignature Language="F#" Value="abstract member GetInstancePoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.InstancePoolResource>
override this.GetInstancePoolsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.InstancePoolResource>" Usage="mockableSqlSubscriptionResource.GetInstancePoolsAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.InstancePoolResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all instance pools in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/instancePools</description></item><item><term>Operation Id</term><description>InstancePools_List</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.InstancePoolResource" /></description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.InstancePoolResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsByLocation">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByLocation (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByLocation(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsByLocation(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsByLocation (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SubscriptionLongTermRetentionBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsByLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>
override this.GetLongTermRetentionBackupsByLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsByLocation (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given location.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
Operation Id: LongTermRetentionBackups_ListByLocation
</summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsByLocationAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByLocationAsync (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByLocationAsync(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsByLocationAsync(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsByLocationAsync (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubscriptionLongTermRetentionBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsByLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>
override this.GetLongTermRetentionBackupsByLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsByLocationAsync (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given location.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups
Operation Id: LongTermRetentionBackups_ListByLocation
</summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsByServer">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByServer (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByServer(valuetype Azure.Core.AzureLocation locationName, string longTermRetentionServerName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsByServer(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsByServer (locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SubscriptionLongTermRetentionBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsByServer : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>
override this.GetLongTermRetentionBackupsByServer : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsByServer (locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="longTermRetentionServerName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="longTermRetentionServerName"> The name of the server. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given server.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
Operation Id: LongTermRetentionBackups_ListByServer
</summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsByServerAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByServerAsync (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetLongTermRetentionBackupsByServerAsync(valuetype Azure.Core.AzureLocation locationName, string longTermRetentionServerName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsByServerAsync(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsByServerAsync (locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubscriptionLongTermRetentionBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsByServerAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>
override this.GetLongTermRetentionBackupsByServerAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsByServerAsync (locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="longTermRetentionServerName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="longTermRetentionServerName"> The name of the server. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given server.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups
Operation Id: LongTermRetentionBackups_ListByServer
</summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsWithLocation">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithLocation (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithLocation(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithLocation(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsWithLocation (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsWithLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
override this.GetLongTermRetentionBackupsWithLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithLocation (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionBackups_ListByLocation</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.LongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsWithLocationAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithLocationAsync (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithLocationAsync(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithLocationAsync(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsWithLocationAsync (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsWithLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
override this.GetLongTermRetentionBackupsWithLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithLocationAsync (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionBackups_ListByLocation</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.LongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsWithServer">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServer (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServer(valuetype Azure.Core.AzureLocation locationName, string longTermRetentionServerName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithServer(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsWithServer (locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsWithServer : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
override this.GetLongTermRetentionBackupsWithServer : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithServer (locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="longTermRetentionServerName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="longTermRetentionServerName"> The name of the server. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given server.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionBackups_ListByServer</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.LongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="longTermRetentionServerName" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="longTermRetentionServerName" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionBackupsWithServerAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServerAsync (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.LongTermRetentionBackupData> GetLongTermRetentionBackupsWithServerAsync(valuetype Azure.Core.AzureLocation locationName, string longTermRetentionServerName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithServerAsync(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionBackupsWithServerAsync (locationName As AzureLocation, longTermRetentionServerName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionBackupsWithServerAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>
override this.GetLongTermRetentionBackupsWithServerAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionBackupsWithServerAsync (locationName, longTermRetentionServerName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.LongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="longTermRetentionServerName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="longTermRetentionServerName"> The name of the server. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given server.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionBackups_ListByServer</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.LongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="longTermRetentionServerName" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="longTermRetentionServerName" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsByInstance">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByInstance (Azure.Core.AzureLocation locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByInstance(valuetype Azure.Core.AzureLocation locationName, string managedInstanceName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByInstance(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsByInstance (locationName As AzureLocation, managedInstanceName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SubscriptionLongTermRetentionManagedInstanceBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsByInstance : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>
override this.GetLongTermRetentionManagedInstanceBackupsByInstance : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByInstance (locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="managedInstanceName"> The name of the managed instance. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given managed instance.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups
Operation Id: LongTermRetentionManagedInstanceBackups_ListByInstance
</summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsByInstanceAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByInstanceAsync (Azure.Core.AzureLocation locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByInstanceAsync(valuetype Azure.Core.AzureLocation locationName, string managedInstanceName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByInstanceAsync(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsByInstanceAsync (locationName As AzureLocation, managedInstanceName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubscriptionLongTermRetentionManagedInstanceBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsByInstanceAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>
override this.GetLongTermRetentionManagedInstanceBackupsByInstanceAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByInstanceAsync (locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="managedInstanceName"> The name of the managed instance. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given managed instance.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups
Operation Id: LongTermRetentionManagedInstanceBackups_ListByInstance
</summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsByLocation">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByLocation (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByLocation(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByLocation(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsByLocation (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SubscriptionLongTermRetentionManagedInstanceBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsByLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>
override this.GetLongTermRetentionManagedInstanceBackupsByLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByLocation (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for managed databases in a given location.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
Operation Id: LongTermRetentionManagedInstanceBackups_ListByLocation
</summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsByLocationAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByLocationAsync (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetLongTermRetentionManagedInstanceBackupsByLocationAsync(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByLocationAsync(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsByLocationAsync (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubscriptionLongTermRetentionManagedInstanceBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsByLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>
override this.GetLongTermRetentionManagedInstanceBackupsByLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsByLocationAsync (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for managed databases in a given location.
Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups
Operation Id: LongTermRetentionManagedInstanceBackups_ListByLocation
</summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsWithInstance">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithInstance (Azure.Core.AzureLocation locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithInstance(valuetype Azure.Core.AzureLocation locationName, string managedInstanceName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithInstance(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsWithInstance (locationName As AzureLocation, managedInstanceName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedInstanceLongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsWithInstance : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>
override this.GetLongTermRetentionManagedInstanceBackupsWithInstance : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithInstance (locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="managedInstanceName"> The name of the managed instance. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given managed instance.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionManagedInstanceBackups_ListByInstance</description></item><item><term>Default Api Version</term><description>2021-05-01-preview</description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="managedInstanceName" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="managedInstanceName" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync (Azure.Core.AzureLocation locationName, string managedInstanceName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync(valuetype Azure.Core.AzureLocation locationName, string managedInstanceName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync(Azure.Core.AzureLocation,System.String,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync (locationName As AzureLocation, managedInstanceName As String, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedInstanceLongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>
override this.GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync : Azure.Core.AzureLocation * string * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithInstanceAsync (locationName, managedInstanceName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="managedInstanceName"> The name of the managed instance. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for a given managed instance.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionManagedInstanceBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionManagedInstanceBackups_ListByInstance</description></item><item><term>Default Api Version</term><description>2021-05-01-preview</description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="managedInstanceName" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="managedInstanceName" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsWithLocation">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithLocation (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithLocation(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithLocation(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsWithLocation (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedInstanceLongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsWithLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>
override this.GetLongTermRetentionManagedInstanceBackupsWithLocation : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithLocation (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for managed databases in a given location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionManagedInstanceBackups_ListByLocation</description></item><item><term>Default Api Version</term><description>2021-05-01-preview</description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLongTermRetentionManagedInstanceBackupsWithLocationAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithLocationAsync (Azure.Core.AzureLocation locationName, bool? onlyLatestPerDatabase = default, Azure.ResourceManager.Sql.Models.SqlDatabaseState? databaseState = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData> GetLongTermRetentionManagedInstanceBackupsWithLocationAsync(valuetype Azure.Core.AzureLocation locationName, valuetype System.Nullable`1<bool> onlyLatestPerDatabase, valuetype System.Nullable`1<valuetype Azure.ResourceManager.Sql.Models.SqlDatabaseState> databaseState, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithLocationAsync(Azure.Core.AzureLocation,System.Nullable{System.Boolean},System.Nullable{Azure.ResourceManager.Sql.Models.SqlDatabaseState},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetLongTermRetentionManagedInstanceBackupsWithLocationAsync (locationName As AzureLocation, Optional onlyLatestPerDatabase As Nullable(Of Boolean) = Nothing, Optional databaseState As Nullable(Of SqlDatabaseState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedInstanceLongTermRetentionBackupData)" />
<MemberSignature Language="F#" Value="abstract member GetLongTermRetentionManagedInstanceBackupsWithLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>
override this.GetLongTermRetentionManagedInstanceBackupsWithLocationAsync : Azure.Core.AzureLocation * Nullable<bool> * Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData>" Usage="mockableSqlSubscriptionResource.GetLongTermRetentionManagedInstanceBackupsWithLocationAsync (locationName, onlyLatestPerDatabase, databaseState, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="onlyLatestPerDatabase" Type="System.Nullable<System.Boolean>" />
<Parameter Name="databaseState" Type="System.Nullable<Azure.ResourceManager.Sql.Models.SqlDatabaseState>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="onlyLatestPerDatabase"> Whether or not to only get the latest backup for each database. </param>
<param name="databaseState"> Whether to query against just live databases, just deleted databases, or all databases. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists the long term retention backups for managed databases in a given location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstanceBackups</description></item><item><term>Operation Id</term><description>LongTermRetentionManagedInstanceBackups_ListByLocation</description></item><item><term>Default Api Version</term><description>2021-05-01-preview</description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.ManagedInstanceLongTermRetentionBackupData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetManagedInstances">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstances (string expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstances(string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetManagedInstances(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetManagedInstances (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedInstanceResource)" />
<MemberSignature Language="F#" Value="abstract member GetManagedInstances : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
override this.GetManagedInstances : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource>" Usage="mockableSqlSubscriptionResource.GetManagedInstances (expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.ManagedInstanceResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="expand" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="expand"> The child resources to include in the response. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all managed instances in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances</description></item><item><term>Operation Id</term><description>ManagedInstances_List</description></item><item><term>Default Api Version</term><description>2022-08-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.ManagedInstanceResource" /></description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.ManagedInstanceResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetManagedInstancesAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstancesAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.ManagedInstanceResource> GetManagedInstancesAsync(string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetManagedInstancesAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetManagedInstancesAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedInstanceResource)" />
<MemberSignature Language="F#" Value="abstract member GetManagedInstancesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>
override this.GetManagedInstancesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource>" Usage="mockableSqlSubscriptionResource.GetManagedInstancesAsync (expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.ManagedInstanceResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="expand" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="expand"> The child resources to include in the response. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all managed instances in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/managedInstances</description></item><item><term>Operation Id</term><description>ManagedInstances_List</description></item><item><term>Default Api Version</term><description>2022-08-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.ManagedInstanceResource" /></description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.ManagedInstanceResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSqlServers">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.SqlServerResource> GetSqlServers (string expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.SqlServerResource> GetSqlServers(string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSqlServers(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSqlServers (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SqlServerResource)" />
<MemberSignature Language="F#" Value="abstract member GetSqlServers : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerResource>
override this.GetSqlServers : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerResource>" Usage="mockableSqlSubscriptionResource.GetSqlServers (expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.SqlServerResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="expand" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="expand"> The child resources to include in the response. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all servers in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers</description></item><item><term>Operation Id</term><description>Servers_List</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SqlServerResource" /></description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.SqlServerResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSqlServersAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerResource> GetSqlServersAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.SqlServerResource> GetSqlServersAsync(string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSqlServersAsync(System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSqlServersAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlServerResource)" />
<MemberSignature Language="F#" Value="abstract member GetSqlServersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerResource>
override this.GetSqlServersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerResource>" Usage="mockableSqlSubscriptionResource.GetSqlServersAsync (expand, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="expand" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="expand"> The child resources to include in the response. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all servers in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers</description></item><item><term>Operation Id</term><description>Servers_List</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SqlServerResource" /></description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.SqlServerResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSqlTimeZone">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource> GetSqlTimeZone (Azure.Core.AzureLocation locationName, string timeZoneId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Sql.SqlTimeZoneResource> GetSqlTimeZone(valuetype Azure.Core.AzureLocation locationName, string timeZoneId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSqlTimeZone(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSqlTimeZone (locationName As AzureLocation, timeZoneId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SqlTimeZoneResource)" />
<MemberSignature Language="F#" Value="abstract member GetSqlTimeZone : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>
override this.GetSqlTimeZone : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>" Usage="mockableSqlSubscriptionResource.GetSqlTimeZone (locationName, timeZoneId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="timeZoneId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The <see cref="T:Azure.Core.AzureLocation" /> to use. </param>
<param name="timeZoneId"> The <see cref="T:System.String" /> to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a managed instance time zone.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId}</description></item><item><term>Operation Id</term><description>TimeZones_Get</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SqlTimeZoneResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="timeZoneId" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="timeZoneId" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSqlTimeZoneAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>> GetSqlTimeZoneAsync (Azure.Core.AzureLocation locationName, string timeZoneId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Sql.SqlTimeZoneResource>> GetSqlTimeZoneAsync(valuetype Azure.Core.AzureLocation locationName, string timeZoneId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSqlTimeZoneAsync(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSqlTimeZoneAsync (locationName As AzureLocation, timeZoneId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SqlTimeZoneResource))" />
<MemberSignature Language="F#" Value="abstract member GetSqlTimeZoneAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>>
override this.GetSqlTimeZoneAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>>" Usage="mockableSqlSubscriptionResource.GetSqlTimeZoneAsync (locationName, timeZoneId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SqlTimeZoneResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="timeZoneId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The <see cref="T:Azure.Core.AzureLocation" /> to use. </param>
<param name="timeZoneId"> The <see cref="T:System.String" /> to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a managed instance time zone.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/timeZones/{timeZoneId}</description></item><item><term>Operation Id</term><description>TimeZones_Get</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SqlTimeZoneResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="timeZoneId" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="timeZoneId" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSqlTimeZones">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.Sql.SqlTimeZoneCollection GetSqlTimeZones (Azure.Core.AzureLocation locationName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.Sql.SqlTimeZoneCollection GetSqlTimeZones(valuetype Azure.Core.AzureLocation locationName) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSqlTimeZones(Azure.Core.AzureLocation)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSqlTimeZones (locationName As AzureLocation) As SqlTimeZoneCollection" />
<MemberSignature Language="F#" Value="abstract member GetSqlTimeZones : Azure.Core.AzureLocation -> Azure.ResourceManager.Sql.SqlTimeZoneCollection
override this.GetSqlTimeZones : Azure.Core.AzureLocation -> Azure.ResourceManager.Sql.SqlTimeZoneCollection" Usage="mockableSqlSubscriptionResource.GetSqlTimeZones locationName" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.Sql.SqlTimeZoneCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
</Parameters>
<Docs>
<param name="locationName"> The <see cref="T:Azure.Core.AzureLocation" /> to use. </param>
<summary> Gets a collection of SqlTimeZoneResources in the SubscriptionResource. </summary>
<returns> An object representing collection of SqlTimeZoneResources and their operations over a SqlTimeZoneResource. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSubscriptionLongTermRetentionBackup">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetSubscriptionLongTermRetentionBackup (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource> GetSubscriptionLongTermRetentionBackup(valuetype Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionBackup(Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionLongTermRetentionBackup (locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String, backupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SubscriptionLongTermRetentionBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionLongTermRetentionBackup : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>
override this.GetSubscriptionLongTermRetentionBackup : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>" Usage="mockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionBackup (locationName, longTermRetentionServerName, longTermRetentionDatabaseName, backupName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="longTermRetentionServerName" Type="System.String" />
<Parameter Name="longTermRetentionDatabaseName" Type="System.String" />
<Parameter Name="backupName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="longTermRetentionServerName"> The name of the server. </param>
<param name="longTermRetentionDatabaseName"> The name of the database. </param>
<param name="backupName"> The backup name. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a long term retention backup.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}</description></item><item><term>Operation Id</term><description>LongTermRetentionBackups_Get</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="longTermRetentionServerName" />, <paramref name="longTermRetentionDatabaseName" /> or <paramref name="backupName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="longTermRetentionServerName" />, <paramref name="longTermRetentionDatabaseName" /> or <paramref name="backupName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionLongTermRetentionBackupAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>> GetSubscriptionLongTermRetentionBackupAsync (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>> GetSubscriptionLongTermRetentionBackupAsync(valuetype Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName, string backupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionBackupAsync(Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionLongTermRetentionBackupAsync (locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String, backupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionLongTermRetentionBackupResource))" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionLongTermRetentionBackupAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>>
override this.GetSubscriptionLongTermRetentionBackupAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>>" Usage="mockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionBackupAsync (locationName, longTermRetentionServerName, longTermRetentionDatabaseName, backupName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="longTermRetentionServerName" Type="System.String" />
<Parameter Name="longTermRetentionDatabaseName" Type="System.String" />
<Parameter Name="backupName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="longTermRetentionServerName"> The name of the server. </param>
<param name="longTermRetentionDatabaseName"> The name of the database. </param>
<param name="backupName"> The backup name. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a long term retention backup.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}</description></item><item><term>Operation Id</term><description>LongTermRetentionBackups_Get</description></item><item><term>Default Api Version</term><description>2023-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="longTermRetentionServerName" />, <paramref name="longTermRetentionDatabaseName" /> or <paramref name="backupName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="longTermRetentionServerName" />, <paramref name="longTermRetentionDatabaseName" /> or <paramref name="backupName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionLongTermRetentionBackups">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection GetSubscriptionLongTermRetentionBackups (Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection GetSubscriptionLongTermRetentionBackups(valuetype Azure.Core.AzureLocation locationName, string longTermRetentionServerName, string longTermRetentionDatabaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionBackups(Azure.Core.AzureLocation,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionLongTermRetentionBackups (locationName As AzureLocation, longTermRetentionServerName As String, longTermRetentionDatabaseName As String) As SubscriptionLongTermRetentionBackupCollection" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionLongTermRetentionBackups : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection
override this.GetSubscriptionLongTermRetentionBackups : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection" Usage="mockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionBackups (locationName, longTermRetentionServerName, longTermRetentionDatabaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.Sql.SubscriptionLongTermRetentionBackupCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="longTermRetentionServerName" Type="System.String" />
<Parameter Name="longTermRetentionDatabaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="longTermRetentionServerName"> The name of the server. </param>
<param name="longTermRetentionDatabaseName"> The name of the database. </param>
<summary> Gets a collection of SubscriptionLongTermRetentionBackupResources in the SubscriptionResource. </summary>
<returns> An object representing collection of SubscriptionLongTermRetentionBackupResources and their operations over a SubscriptionLongTermRetentionBackupResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="longTermRetentionServerName" /> or <paramref name="longTermRetentionDatabaseName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="longTermRetentionServerName" /> or <paramref name="longTermRetentionDatabaseName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionLongTermRetentionManagedInstanceBackup">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetSubscriptionLongTermRetentionManagedInstanceBackup (Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource> GetSubscriptionLongTermRetentionManagedInstanceBackup(valuetype Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionManagedInstanceBackup(Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionLongTermRetentionManagedInstanceBackup (locationName As AzureLocation, managedInstanceName As String, databaseName As String, backupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SubscriptionLongTermRetentionManagedInstanceBackupResource)" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionLongTermRetentionManagedInstanceBackup : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>
override this.GetSubscriptionLongTermRetentionManagedInstanceBackup : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>" Usage="mockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionManagedInstanceBackup (locationName, managedInstanceName, databaseName, backupName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="backupName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="managedInstanceName"> The name of the managed instance. </param>
<param name="databaseName"> The name of the managed database. </param>
<param name="backupName"> The backup name. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a long term retention backup for a managed database.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}</description></item><item><term>Operation Id</term><description>LongTermRetentionManagedInstanceBackups_Get</description></item><item><term>Default Api Version</term><description>2021-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="managedInstanceName" />, <paramref name="databaseName" /> or <paramref name="backupName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="managedInstanceName" />, <paramref name="databaseName" /> or <paramref name="backupName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionLongTermRetentionManagedInstanceBackupAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>> GetSubscriptionLongTermRetentionManagedInstanceBackupAsync (Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>> GetSubscriptionLongTermRetentionManagedInstanceBackupAsync(valuetype Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName, string backupName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionManagedInstanceBackupAsync(Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionLongTermRetentionManagedInstanceBackupAsync (locationName As AzureLocation, managedInstanceName As String, databaseName As String, backupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionLongTermRetentionManagedInstanceBackupResource))" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionLongTermRetentionManagedInstanceBackupAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>>
override this.GetSubscriptionLongTermRetentionManagedInstanceBackupAsync : Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>>" Usage="mockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionManagedInstanceBackupAsync (locationName, managedInstanceName, databaseName, backupName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="backupName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="managedInstanceName"> The name of the managed instance. </param>
<param name="databaseName"> The name of the managed database. </param>
<param name="backupName"> The backup name. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a long term retention backup for a managed database.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionManagedInstances/{managedInstanceName}/longTermRetentionDatabases/{databaseName}/longTermRetentionManagedInstanceBackups/{backupName}</description></item><item><term>Operation Id</term><description>LongTermRetentionManagedInstanceBackups_Get</description></item><item><term>Default Api Version</term><description>2021-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="managedInstanceName" />, <paramref name="databaseName" /> or <paramref name="backupName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="managedInstanceName" />, <paramref name="databaseName" /> or <paramref name="backupName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionLongTermRetentionManagedInstanceBackups">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupCollection GetSubscriptionLongTermRetentionManagedInstanceBackups (Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupCollection GetSubscriptionLongTermRetentionManagedInstanceBackups(valuetype Azure.Core.AzureLocation locationName, string managedInstanceName, string databaseName) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionManagedInstanceBackups(Azure.Core.AzureLocation,System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionLongTermRetentionManagedInstanceBackups (locationName As AzureLocation, managedInstanceName As String, databaseName As String) As SubscriptionLongTermRetentionManagedInstanceBackupCollection" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionLongTermRetentionManagedInstanceBackups : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupCollection
override this.GetSubscriptionLongTermRetentionManagedInstanceBackups : Azure.Core.AzureLocation * string * string -> Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupCollection" Usage="mockableSqlSubscriptionResource.GetSubscriptionLongTermRetentionManagedInstanceBackups (locationName, managedInstanceName, databaseName)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.Sql.SubscriptionLongTermRetentionManagedInstanceBackupCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="managedInstanceName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
</Parameters>
<Docs>
<param name="locationName"> The location of the database. </param>
<param name="managedInstanceName"> The name of the managed instance. </param>
<param name="databaseName"> The name of the managed database. </param>
<summary> Gets a collection of SubscriptionLongTermRetentionManagedInstanceBackupResources in the SubscriptionResource. </summary>
<returns> An object representing collection of SubscriptionLongTermRetentionManagedInstanceBackupResources and their operations over a SubscriptionLongTermRetentionManagedInstanceBackupResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="managedInstanceName" /> or <paramref name="databaseName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="managedInstanceName" /> or <paramref name="databaseName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionUsage">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource> GetSubscriptionUsage (Azure.Core.AzureLocation locationName, string usageName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.Sql.SubscriptionUsageResource> GetSubscriptionUsage(valuetype Azure.Core.AzureLocation locationName, string usageName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionUsage(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionUsage (locationName As AzureLocation, usageName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SubscriptionUsageResource)" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionUsage : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource>
override this.GetSubscriptionUsage : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource>" Usage="mockableSqlSubscriptionResource.GetSubscriptionUsage (locationName, usageName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="usageName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<param name="usageName"> Name of usage metric to return. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a subscription usage metric.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName}</description></item><item><term>Operation Id</term><description>SubscriptionUsages_Get</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SubscriptionUsageResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="usageName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="usageName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionUsageAsync">
<MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource>> GetSubscriptionUsageAsync (Azure.Core.AzureLocation locationName, string usageName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.Sql.SubscriptionUsageResource>> GetSubscriptionUsageAsync(valuetype Azure.Core.AzureLocation locationName, string usageName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionUsageAsync(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionUsageAsync (locationName As AzureLocation, usageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SubscriptionUsageResource))" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionUsageAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource>>
override this.GetSubscriptionUsageAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource>>" Usage="mockableSqlSubscriptionResource.GetSubscriptionUsageAsync (locationName, usageName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.SubscriptionUsageResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="usageName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<param name="usageName"> Name of usage metric to return. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a subscription usage metric.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/usages/{usageName}</description></item><item><term>Operation Id</term><description>SubscriptionUsages_Get</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SubscriptionUsageResource" /></description></item></list></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="usageName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="usageName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetSubscriptionUsages">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.Sql.SubscriptionUsageCollection GetSubscriptionUsages (Azure.Core.AzureLocation locationName);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.Sql.SubscriptionUsageCollection GetSubscriptionUsages(valuetype Azure.Core.AzureLocation locationName) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSubscriptionUsages(Azure.Core.AzureLocation)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSubscriptionUsages (locationName As AzureLocation) As SubscriptionUsageCollection" />
<MemberSignature Language="F#" Value="abstract member GetSubscriptionUsages : Azure.Core.AzureLocation -> Azure.ResourceManager.Sql.SubscriptionUsageCollection
override this.GetSubscriptionUsages : Azure.Core.AzureLocation -> Azure.ResourceManager.Sql.SubscriptionUsageCollection" Usage="mockableSqlSubscriptionResource.GetSubscriptionUsages locationName" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.Sql.SubscriptionUsageCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<summary> Gets a collection of SubscriptionUsageResources in the SubscriptionResource. </summary>
<returns> An object representing collection of SubscriptionUsageResources and their operations over a SubscriptionUsageResource. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSyncDatabaseIdsSyncGroups">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Resources.Models.SubResource> GetSyncDatabaseIdsSyncGroups (Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Resources.Models.SubResource> GetSyncDatabaseIdsSyncGroups(valuetype Azure.Core.AzureLocation locationName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSyncDatabaseIdsSyncGroups(Azure.Core.AzureLocation,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncDatabaseIdsSyncGroups (locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SubResource)" />
<MemberSignature Language="F#" Value="abstract member GetSyncDatabaseIdsSyncGroups : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.SubResource>
override this.GetSyncDatabaseIdsSyncGroups : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.SubResource>" Usage="mockableSqlSubscriptionResource.GetSyncDatabaseIdsSyncGroups (locationName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Resources.Models.SubResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a collection of sync database ids.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds</description></item><item><term>Operation Id</term><description>SyncGroups_ListSyncDatabaseIds</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SyncGroupResource" /></description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Resources.Models.SubResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetSyncDatabaseIdsSyncGroupsAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.SubResource> GetSyncDatabaseIdsSyncGroupsAsync (Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Resources.Models.SubResource> GetSyncDatabaseIdsSyncGroupsAsync(valuetype Azure.Core.AzureLocation locationName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetSyncDatabaseIdsSyncGroupsAsync(Azure.Core.AzureLocation,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncDatabaseIdsSyncGroupsAsync (locationName As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SubResource)" />
<MemberSignature Language="F#" Value="abstract member GetSyncDatabaseIdsSyncGroupsAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.SubResource>
override this.GetSyncDatabaseIdsSyncGroupsAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.SubResource>" Usage="mockableSqlSubscriptionResource.GetSyncDatabaseIdsSyncGroupsAsync (locationName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Resources.Models.SubResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="locationName" Type="Azure.Core.AzureLocation" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="locationName"> The name of the region where the resource is located. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a collection of sync database ids.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/syncDatabaseIds</description></item><item><term>Operation Id</term><description>SyncGroups_ListSyncDatabaseIds</description></item><item><term>Default Api Version</term><description>2020-11-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.SyncGroupResource" /></description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Resources.Models.SubResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVirtualClusters">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.Sql.VirtualClusterResource> GetVirtualClusters (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.Sql.VirtualClusterResource> GetVirtualClusters(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetVirtualClusters(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetVirtualClusters (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualClusterResource)" />
<MemberSignature Language="F#" Value="abstract member GetVirtualClusters : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.VirtualClusterResource>
override this.GetVirtualClusters : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.VirtualClusterResource>" Usage="mockableSqlSubscriptionResource.GetVirtualClusters cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.Sql.VirtualClusterResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all virtualClusters in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/virtualClusters</description></item><item><term>Operation Id</term><description>VirtualClusters_List</description></item><item><term>Default Api Version</term><description>2022-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.VirtualClusterResource" /></description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.Sql.VirtualClusterResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetVirtualClustersAsync">
<MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.VirtualClusterResource> GetVirtualClustersAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.Sql.VirtualClusterResource> GetVirtualClustersAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Sql.Mocking.MockableSqlSubscriptionResource.GetVirtualClustersAsync(System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Function GetVirtualClustersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualClusterResource)" />
<MemberSignature Language="F#" Value="abstract member GetVirtualClustersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.VirtualClusterResource>
override this.GetVirtualClustersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.VirtualClusterResource>" Usage="mockableSqlSubscriptionResource.GetVirtualClustersAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.Sql</AssemblyName>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.Sql.VirtualClusterResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets a list of all virtualClusters in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Sql/virtualClusters</description></item><item><term>Operation Id</term><description>VirtualClusters_List</description></item><item><term>Default Api Version</term><description>2022-05-01-preview</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Sql.VirtualClusterResource" /></description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.Sql.VirtualClusterResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>