azure-native.datafactory.getExposureControlFeatureValueByFactory

Explore with Pulumi AI

Get exposure control feature for specific factory. API Version: 2018-06-01.

Using getExposureControlFeatureValueByFactory

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 getExposureControlFeatureValueByFactory(args: GetExposureControlFeatureValueByFactoryArgs, opts?: InvokeOptions): Promise<GetExposureControlFeatureValueByFactoryResult>
function getExposureControlFeatureValueByFactoryOutput(args: GetExposureControlFeatureValueByFactoryOutputArgs, opts?: InvokeOptions): Output<GetExposureControlFeatureValueByFactoryResult>
def get_exposure_control_feature_value_by_factory(factory_name: Optional[str] = None,
                                                  feature_name: Optional[str] = None,
                                                  feature_type: Optional[str] = None,
                                                  resource_group_name: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetExposureControlFeatureValueByFactoryResult
def get_exposure_control_feature_value_by_factory_output(factory_name: Optional[pulumi.Input[str]] = None,
                                                  feature_name: Optional[pulumi.Input[str]] = None,
                                                  feature_type: Optional[pulumi.Input[str]] = None,
                                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetExposureControlFeatureValueByFactoryResult]
func GetExposureControlFeatureValueByFactory(ctx *Context, args *GetExposureControlFeatureValueByFactoryArgs, opts ...InvokeOption) (*GetExposureControlFeatureValueByFactoryResult, error)
func GetExposureControlFeatureValueByFactoryOutput(ctx *Context, args *GetExposureControlFeatureValueByFactoryOutputArgs, opts ...InvokeOption) GetExposureControlFeatureValueByFactoryResultOutput

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

public static class GetExposureControlFeatureValueByFactory 
{
    public static Task<GetExposureControlFeatureValueByFactoryResult> InvokeAsync(GetExposureControlFeatureValueByFactoryArgs args, InvokeOptions? opts = null)
    public static Output<GetExposureControlFeatureValueByFactoryResult> Invoke(GetExposureControlFeatureValueByFactoryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExposureControlFeatureValueByFactoryResult> getExposureControlFeatureValueByFactory(GetExposureControlFeatureValueByFactoryArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:datafactory:getExposureControlFeatureValueByFactory
  arguments:
    # arguments dictionary

The following arguments are supported:

FactoryName string

The factory name.

ResourceGroupName string

The resource group name.

FeatureName string

The feature name.

FeatureType string

The feature type.

FactoryName string

The factory name.

ResourceGroupName string

The resource group name.

FeatureName string

The feature name.

FeatureType string

The feature type.

factoryName String

The factory name.

resourceGroupName String

The resource group name.

featureName String

The feature name.

featureType String

The feature type.

factoryName string

The factory name.

resourceGroupName string

The resource group name.

featureName string

The feature name.

featureType string

The feature type.

factory_name str

The factory name.

resource_group_name str

The resource group name.

feature_name str

The feature name.

feature_type str

The feature type.

factoryName String

The factory name.

resourceGroupName String

The resource group name.

featureName String

The feature name.

featureType String

The feature type.

getExposureControlFeatureValueByFactory 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