Freigeben über


DataFactoryResource.GetExposureControlFeaturesAsync Methode

Definition

Rufen Sie eine Liste der Belichtungssteuerungsfeatures für eine bestimmte Fabrik ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryFeaturesValue
  • Vorgang IdExposureControl_QueryFeatureValuesByFactory
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlBatchResult>> GetExposureControlFeaturesAsync (Azure.ResourceManager.DataFactory.Models.ExposureControlBatchContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetExposureControlFeaturesAsync : Azure.ResourceManager.DataFactory.Models.ExposureControlBatchContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlBatchResult>>
override this.GetExposureControlFeaturesAsync : Azure.ResourceManager.DataFactory.Models.ExposureControlBatchContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.Models.ExposureControlBatchResult>>
Public Overridable Function GetExposureControlFeaturesAsync (content As ExposureControlBatchContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExposureControlBatchResult))

Parameter

content
ExposureControlBatchContent

Die Belichtungssteuerungsanforderung für die Liste der Features.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: