NetAppResourceQuotaLimitsOperationsExtensions.Get Method

Definition

Get the default and current subscription quota limit

public static Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItem Get (this Microsoft.Azure.Management.NetApp.INetAppResourceQuotaLimitsOperations operations, string location, string quotaLimitName);
static member Get : Microsoft.Azure.Management.NetApp.INetAppResourceQuotaLimitsOperations * string * string -> Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItem
<Extension()>
Public Function Get (operations As INetAppResourceQuotaLimitsOperations, location As String, quotaLimitName As String) As SubscriptionQuotaItem

Parameters

operations
INetAppResourceQuotaLimitsOperations

The operations group for this extension method.

location
String

The name of the Azure region.

quotaLimitName
String

The name of the Quota Limit

Returns

Remarks

Get the default and current subscription quota limit

Applies to