QuotaOperationsExtensions.Get Method (IQuotaOperations, String, String)

 

Retrieves the specified quota from the server.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public static QuotaGetResponse Get(
    this IQuotaOperations operations,
    string serverName,
    string quotaName
)
public:
[ExtensionAttribute]
static QuotaGetResponse^ Get(
    IQuotaOperations^ operations,
    String^ serverName,
    String^ quotaName
)
static member Get : 
        operations:IQuotaOperations *
        serverName:string *
        quotaName:string -> QuotaGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IQuotaOperations,
    serverName As String,
    quotaName As String
) As QuotaGetResponse

Parameters

  • serverName
    Type: System.String

    Required. The name of the Azure SQL Database Server from which to retrieve the quota.

  • quotaName
    Type: System.String

    Required. The name of the quota to retrieve.

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.QuotaGetResponse

Represents the response structure for the Quota Get operation.

See Also

QuotaOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top