MockableDataBoxSubscriptionResource.GetRegionConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API provides configuration details specific to given region/___location at Subscription level.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataBox/locations/{___location}/regionConfiguration
- Operation Id: Service_RegionConfiguration
- Default Api Version: 2025-02-01
public virtual Azure.Response<Azure.ResourceManager.DataBox.Models.RegionConfigurationResult> GetRegionConfiguration(Azure.Core.AzureLocation ___location, Azure.ResourceManager.DataBox.Models.RegionConfigurationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRegionConfiguration : Azure.Core.AzureLocation * Azure.ResourceManager.DataBox.Models.RegionConfigurationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataBox.Models.RegionConfigurationResult>
override this.GetRegionConfiguration : Azure.Core.AzureLocation * Azure.ResourceManager.DataBox.Models.RegionConfigurationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataBox.Models.RegionConfigurationResult>
Public Overridable Function GetRegionConfiguration (___location As AzureLocation, content As RegionConfigurationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RegionConfigurationResult)
Parameters
- ___location
- AzureLocation
The ___location of the resource.
- content
- RegionConfigurationContent
Request body to get the configuration for the region.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.