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 將對其執行的實例。
- location
- AzureLocation
Azure 區域的名稱。
- cancellationToken
- CancellationToken
要使用的取消權杖。