NetAppExtensions.QueryRegionInfoNetAppResource 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
네트워크 근접 및 논리 영역 매핑 정보에 대한 스토리지를 제공합니다.
- 요청 경로/구독/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo
- 작업 IdNetAppResource_QueryRegionInfo
public static Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppRegionInfo> QueryRegionInfoNetAppResource (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
static member QueryRegionInfoNetAppResource : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NetApp.Models.NetAppRegionInfo>
<Extension()>
Public Function QueryRegionInfoNetAppResource (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetAppRegionInfo)
매개 변수
- subscriptionResource
- SubscriptionResource
메서드가 SubscriptionResource 실행되는 instance.
- location
- AzureLocation
Azure 지역의 이름입니다.
- cancellationToken
- CancellationToken
사용할 취소 토큰입니다.