Freigeben über


DataFactoryResource.GetExposureControlFeatures Methode

Definition

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

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

Parameter

content
ExposureControlBatchContent

Die Anforderung der Belichtungssteuerung für die Liste der Features.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: