QuotaOperationsExtensions.List(IQuotaOperations, String) 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.
Returns a list of quotas from the server.
public static Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse List (this Microsoft.WindowsAzure.Management.Sql.IQuotaOperations operations, string serverName);
static member List : Microsoft.WindowsAzure.Management.Sql.IQuotaOperations * string -> Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse
<Extension()>
Public Function List (operations As IQuotaOperations, serverName As String) As QuotaListResponse
Parameters
- operations
- IQuotaOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server from which to get the quotas.
Returns
Represents the response structure for the Quota List operation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET