共用方式為


NetAppExtensions.GetNetAppQuotaLimits 方法

定義

取得配額的預設和目前限制

  • 要求路徑/訂用帳戶/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • 作業IdNetAppResourceQuotaLimits_List
public static Azure.Pageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem> GetNetAppQuotaLimits (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member GetNetAppQuotaLimits : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
<Extension()>
Public Function GetNetAppQuotaLimits (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NetAppSubscriptionQuotaItem)

參數

subscriptionResource
SubscriptionResource

方法 SubscriptionResource 將對其執行的實例。

location
AzureLocation

Azure 區域的名稱。

cancellationToken
CancellationToken

要使用的取消權杖。

傳回

NetAppSubscriptionQuotaItem 集合,可能需要多個服務要求來逐一查看。

適用於