Share via


NetAppResourceQuotaLimitsOperationsExtensions.GetAsync Method

Definition

Get the default and current subscription quota limit

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItem> GetAsync (this Microsoft.Azure.Management.NetApp.INetAppResourceQuotaLimitsOperations operations, string location, string quotaLimitName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.NetApp.INetAppResourceQuotaLimitsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.NetApp.Models.SubscriptionQuotaItem>
<Extension()>
Public Function GetAsync (operations As INetAppResourceQuotaLimitsOperations, location As String, quotaLimitName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get the default and current subscription quota limit

Applies to