DataFactoryResource.GetExposureControlFeature 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 factory.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getFeatureValue
- Operation Id: ExposureControl_GetFeatureValueByFactory
- Default Api Version: 2018-06-01
public virtual Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult> GetExposureControlFeature (Azure.ResourceManager.DataFactory.Models.ExposureControlContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExposureControlFeature : Azure.ResourceManager.DataFactory.Models.ExposureControlContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult>
override this.GetExposureControlFeature : Azure.ResourceManager.DataFactory.Models.ExposureControlContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlResult>
Public Overridable Function GetExposureControlFeature (content As ExposureControlContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExposureControlResult)
Parameters
- content
- ExposureControlContent
The exposure control request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET