1. Packages
  2. Azure Native
  3. API Docs
  4. datafactory
  5. getExposureControlFeatureValue
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.datafactory.getExposureControlFeatureValue

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Get exposure control feature for specific location.

Uses Azure REST API version 2018-06-01.

Using getExposureControlFeatureValue

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getExposureControlFeatureValue(args: GetExposureControlFeatureValueArgs, opts?: InvokeOptions): Promise<GetExposureControlFeatureValueResult>
function getExposureControlFeatureValueOutput(args: GetExposureControlFeatureValueOutputArgs, opts?: InvokeOptions): Output<GetExposureControlFeatureValueResult>
Copy
def get_exposure_control_feature_value(feature_name: Optional[str] = None,
                                       feature_type: Optional[str] = None,
                                       location_id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetExposureControlFeatureValueResult
def get_exposure_control_feature_value_output(feature_name: Optional[pulumi.Input[str]] = None,
                                       feature_type: Optional[pulumi.Input[str]] = None,
                                       location_id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetExposureControlFeatureValueResult]
Copy
func GetExposureControlFeatureValue(ctx *Context, args *GetExposureControlFeatureValueArgs, opts ...InvokeOption) (*GetExposureControlFeatureValueResult, error)
func GetExposureControlFeatureValueOutput(ctx *Context, args *GetExposureControlFeatureValueOutputArgs, opts ...InvokeOption) GetExposureControlFeatureValueResultOutput
Copy

> Note: This function is named GetExposureControlFeatureValue in the Go SDK.

public static class GetExposureControlFeatureValue 
{
    public static Task<GetExposureControlFeatureValueResult> InvokeAsync(GetExposureControlFeatureValueArgs args, InvokeOptions? opts = null)
    public static Output<GetExposureControlFeatureValueResult> Invoke(GetExposureControlFeatureValueInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExposureControlFeatureValueResult> getExposureControlFeatureValue(GetExposureControlFeatureValueArgs args, InvokeOptions options)
public static Output<GetExposureControlFeatureValueResult> getExposureControlFeatureValue(GetExposureControlFeatureValueArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:datafactory:getExposureControlFeatureValue
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

LocationId
This property is required.
Changes to this property will trigger replacement.
string
The location identifier.
FeatureName string
The feature name.
FeatureType string
The feature type.
LocationId
This property is required.
Changes to this property will trigger replacement.
string
The location identifier.
FeatureName string
The feature name.
FeatureType string
The feature type.
locationId
This property is required.
Changes to this property will trigger replacement.
String
The location identifier.
featureName String
The feature name.
featureType String
The feature type.
locationId
This property is required.
Changes to this property will trigger replacement.
string
The location identifier.
featureName string
The feature name.
featureType string
The feature type.
location_id
This property is required.
Changes to this property will trigger replacement.
str
The location identifier.
feature_name str
The feature name.
feature_type str
The feature type.
locationId
This property is required.
Changes to this property will trigger replacement.
String
The location identifier.
featureName String
The feature name.
featureType String
The feature type.

getExposureControlFeatureValue Result

The following output properties are available:

FeatureName string
The feature name.
Value string
The feature value.
FeatureName string
The feature name.
Value string
The feature value.
featureName String
The feature name.
value String
The feature value.
featureName string
The feature name.
value string
The feature value.
feature_name str
The feature name.
value str
The feature value.
featureName String
The feature name.
value String
The feature value.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi