QuotaOperationsExtensions.Get(IQuotaOperations, String, 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.
Retrieves the specified quota from the server.
public static Microsoft.WindowsAzure.Management.Sql.Models.QuotaGetResponse Get (this Microsoft.WindowsAzure.Management.Sql.IQuotaOperations operations, string serverName, string quotaName);
static member Get : Microsoft.WindowsAzure.Management.Sql.IQuotaOperations * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.QuotaGetResponse
<Extension()>
Public Function Get (operations As IQuotaOperations, serverName As String, quotaName As String) As QuotaGetResponse
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 retrieve the quota.
- quotaName
- String
Required. The name of the quota to retrieve.
Returns
Represents the response structure for the Quota Get operation.