DataFactoryExtensions.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 static Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult> GetFeatureValueExposureControl (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationId, Azure.ResourceManager.DataFactory.Models.ExposureControlContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetFeatureValueExposureControl : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.DataFactory.Models.ExposureControlContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult>
<Extension()>
Public Function GetFeatureValueExposureControl (subscriptionResource As SubscriptionResource, locationId As AzureLocation, content As ExposureControlContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExposureControlResult)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- locationId
- AzureLocation
The location identifier.
- content
- ExposureControlContent
The exposure control request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
or content
is null.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET