NetAppExtensions.QueryRegionInfoNetAppResource Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Biedt informatie over opslag naar netwerknabijheid en logische zonetoewijzing.
- Pad/abonnementen/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo aanvragen
- Bewerkings 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)
Parameters
- subscriptionResource
- SubscriptionResource
Het SubscriptionResource exemplaar waarop de methode wordt uitgevoerd.
- location
- AzureLocation
De naam van de Azure-regio.
- cancellationToken
- CancellationToken
Het annuleringstoken dat moet worden gebruikt.