SqlServerCollection.GetAll(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of servers in a resource groups.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers
- Operation Id: Servers_ListByResourceGroup
- Default Api Version: 2023-05-01-preview
- Resource: SqlServerResource
public virtual Azure.Pageable<Azure.ResourceManager.Sql.SqlServerResource> GetAll (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerResource>
Public Overridable Function GetAll (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SqlServerResource)
Parameters
- expand
- String
The child resources to include in the response.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SqlServerResource that may take multiple service requests to iterate over.