다음을 통해 공유


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 실행되는 instance.

location
AzureLocation

Azure 지역의 이름입니다.

cancellationToken
CancellationToken

사용할 취소 토큰입니다.

반환

여러 서비스 요청을 반복하는 데 걸릴 수 있는 의 NetAppSubscriptionQuotaItem 컬렉션입니다.

적용 대상