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:
- Factory
Name string The factory name.
- Resource
Group stringName The resource group name.
- Feature
Name string The feature name.
- Feature
Type string The feature type.
- Factory
Name string The factory name.
- Resource
Group stringName The resource group name.
- Feature
Name string The feature name.
- Feature
Type string The feature type.
- factory
Name String The factory name.
- resource
Group StringName The resource group name.
- feature
Name String The feature name.
- feature
Type String The feature type.
- factory
Name string The factory name.
- resource
Group stringName The resource group name.
- feature
Name string The feature name.
- feature
Type string The feature type.
- factory_
name str The factory name.
- resource_
group_ strname The resource group name.
- feature_
name str The feature name.
- feature_
type str The feature type.
- factory
Name String The factory name.
- resource
Group StringName The resource group name.
- feature
Name String The feature name.
- feature
Type String The feature type.
getExposureControlFeatureValueByFactory Result
The following output properties are available:
- Feature
Name string The feature name.
- Value string
The feature value.
- Feature
Name string The feature name.
- Value string
The feature value.
- feature
Name String The feature name.
- value String
The feature value.
- feature
Name string The feature name.
- value string
The feature value.
- feature_
name str The feature name.
- value str
The feature value.
- feature
Name String The feature name.
- value String
The feature value.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0