다음을 통해 공유


NetAppExtensions.GetNetAppQuotaLimit 메서드

정의

기본 및 현재 구독 할당량 한도 가져오기

  • 요청 경로/구독/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • 작업 IdNetAppResourceQuotaLimits_Get
public static Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem> GetNetAppQuotaLimit (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string quotaLimitName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetAppQuotaLimit : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppSubscriptionQuotaItem>
<Extension()>
Public Function GetNetAppQuotaLimit (subscriptionResource As SubscriptionResource, location As AzureLocation, quotaLimitName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetAppSubscriptionQuotaItem)

매개 변수

subscriptionResource
SubscriptionResource

메서드가 SubscriptionResource 실행되는 instance.

location
AzureLocation

Azure 지역의 이름입니다.

quotaLimitName
String

할당량 한도의 이름입니다.

cancellationToken
CancellationToken

사용할 취소 토큰입니다.

반환

예외

quotaLimitName 가 빈 문자열이고 비어 있지 않은 것으로 예상되었습니다.

quotaLimitName가 null입니다.

적용 대상