MockableDataFactorySubscriptionResource.GetFeatureValueExposureControl 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.
Get exposure control feature for specific location.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue
- Operation Id: ExposureControl_GetFeatureValue
- Default Api Version: 2018-06-01
public virtual Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult> GetFeatureValueExposureControl (Azure.Core.AzureLocation locationId, Azure.ResourceManager.DataFactory.Models.ExposureControlContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFeatureValueExposureControl : Azure.Core.AzureLocation * Azure.ResourceManager.DataFactory.Models.ExposureControlContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult>
override this.GetFeatureValueExposureControl : Azure.Core.AzureLocation * Azure.ResourceManager.DataFactory.Models.ExposureControlContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult>
Public Overridable Function GetFeatureValueExposureControl (locationId As AzureLocation, content As ExposureControlContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExposureControlResult)
Parameters
- locationId
- AzureLocation
The location identifier.
- content
- ExposureControlContent
The exposure control request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.