MockableDataBoxResourceGroupResource.GetRegionConfiguration Method
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 Resource group level.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/locations/{location}/regionConfiguration
- Operation Id: Service_RegionConfigurationByResourceGroup
C#
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)
- location
- AzureLocation
The location of the resource.
- content
- RegionConfigurationContent
Request body to get the configuration for the region at resource group level.
- cancellationToken
- CancellationToken
The cancellation token to use.
content
is null.
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: