This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 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 v2 docs if using the v2 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>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]func GetExposureControlFeatureValue(ctx *Context, args *GetExposureControlFeatureValueArgs, opts ...InvokeOption) (*GetExposureControlFeatureValueResult, error)
func GetExposureControlFeatureValueOutput(ctx *Context, args *GetExposureControlFeatureValueOutputArgs, opts ...InvokeOption) GetExposureControlFeatureValueResultOutput> 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)
}public static CompletableFuture<GetExposureControlFeatureValueResult> getExposureControlFeatureValue(GetExposureControlFeatureValueArgs args, InvokeOptions options)
public static Output<GetExposureControlFeatureValueResult> getExposureControlFeatureValue(GetExposureControlFeatureValueArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:datafactory:getExposureControlFeatureValue
  arguments:
    # arguments dictionaryThe following arguments are supported:
- LocationId string
- The location identifier.
- FeatureName string
- The feature name.
- FeatureType string
- The feature type.
- LocationId string
- The location identifier.
- FeatureName string
- The feature name.
- FeatureType string
- The feature type.
- locationId String
- The location identifier.
- featureName String
- The feature name.
- featureType String
- The feature type.
- locationId string
- The location identifier.
- featureName string
- The feature name.
- featureType string
- The feature type.
- location_id str
- The location identifier.
- feature_name str
- The feature name.
- feature_type str
- The feature type.
- locationId 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 v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi