NetAppExtensions.GetNetAppQuotaLimit 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기본 및 현재 구독 할당량 한도 가져오기
- 요청 경로/구독/{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입니다.