Exposure Control - Get Feature Value By Factory

Get exposure control feature for specific factory.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getFeatureValue?api-version=2018-06-01

URI Parameters

Name In Required Type Description
factoryName
path True

string

The factory name.

Regex pattern: ^[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*$

resourceGroupName
path True

string

The resource group name.

Regex pattern: ^[-\w\._\(\)]+$

subscriptionId
path True

string

The subscription identifier.

api-version
query True

string

The API version.

Request Body

Name Type Description
featureName

string

The feature name.

featureType

string

The feature type.

Responses

Name Type Description
200 OK

ExposureControlResponse

OK.

Other Status Codes

CloudError

An error response received from the Azure Data Factory service.

Security

azure_auth

Azure Active Directory OAuth2 Flow.

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

ExposureControl_GetFeatureValueByFactory

Sample request

POST https://management.azure.com/subscriptions/12345678-1234-1234-1234-12345678abc/resourceGroups/exampleResourceGroup/providers/Microsoft.DataFactory/factories/exampleFactoryName/getFeatureValue?api-version=2018-06-01

{
  "featureName": "ADFIntegrationRuntimeSharingRbac",
  "featureType": "Feature"
}

Sample response

Date: Sat, 22 Dec 2018 09:46:07 GMT
X-Content-Type-Options: nosniff
{
  "featureName": "ADFIntegrationRuntimeSharingRbac",
  "value": "False"
}

Definitions

Name Description
CloudError

The object that defines the structure of an Azure Data Factory error response.

ExposureControlRequest

The exposure control request.

ExposureControlResponse

The exposure control response.

CloudError

The object that defines the structure of an Azure Data Factory error response.

Name Type Description
error.code

string

Error code.

error.details

CloudError[]

Array with additional error details.

error.message

string

Error message.

error.target

string

Property name/path in request associated with error.

ExposureControlRequest

The exposure control request.

Name Type Description
featureName

string

The feature name.

featureType

string

The feature type.

ExposureControlResponse

The exposure control response.

Name Type Description
featureName

string

The feature name.

value

string

The feature value.