QuotaOperationsExtensions.List Method
Returns a list of quotas from the server.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Usage
'Usage
Dim operations As IQuotaOperations
Dim serverName As String
Dim returnValue As QuotaListResponse
returnValue = QuotaOperationsExtensions.List(operations, serverName)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function List ( _
operations As IQuotaOperations, _
serverName As String _
) As QuotaListResponse
[ExtensionAttribute]
public static QuotaListResponse List (
IQuotaOperations operations,
string serverName
)
[ExtensionAttribute]
public:
static QuotaListResponse^ List (
IQuotaOperations^ operations,
String^ serverName
)
/** @attribute ExtensionAttribute() */
public static QuotaListResponse List (
IQuotaOperations operations,
String serverName
)
ExtensionAttribute
public static function List (
operations : IQuotaOperations,
serverName : String
) : QuotaListResponse
Parameters
- operations
Reference to the Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.
- serverName
Required. The name of the Azure SQL Database Server from which to get the quotas.
Return Value
Represents the response structure for the Quota List operation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
QuotaOperationsExtensions Class
QuotaOperationsExtensions Members
Microsoft.WindowsAzure.Management.Sql Namespace