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.63.0 published on Tuesday, Sep 24, 2024 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Get exposure control feature for specific location. 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datafactory:getExposureControlFeatureValue
arguments:
# arguments dictionary
The following arguments are supported:
- Location
Id string - The location identifier.
- Feature
Name string - The feature name.
- Feature
Type string - The feature type.
- Location
Id string - The location identifier.
- Feature
Name string - The feature name.
- Feature
Type string - The feature type.
- location
Id String - The location identifier.
- feature
Name String - The feature name.
- feature
Type String - The feature type.
- location
Id string - The location identifier.
- feature
Name string - The feature name.
- feature
Type string - The feature type.
- location_
id str - The location identifier.
- feature_
name str - The feature name.
- feature_
type str - The feature type.
- location
Id String - The location identifier.
- feature
Name String - The feature name.
- feature
Type String - The feature type.
getExposureControlFeatureValue 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
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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi