1. Packages
  2. Azure Native
  3. API Docs
  4. datafactory
  5. getGlobalParameter
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.datafactory.getGlobalParameter

Explore with Pulumi AI

azure-native logo
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets a Global parameter Azure REST API version: 2018-06-01.

    Using getGlobalParameter

    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 getGlobalParameter(args: GetGlobalParameterArgs, opts?: InvokeOptions): Promise<GetGlobalParameterResult>
    function getGlobalParameterOutput(args: GetGlobalParameterOutputArgs, opts?: InvokeOptions): Output<GetGlobalParameterResult>
    def get_global_parameter(factory_name: Optional[str] = None,
                             global_parameter_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetGlobalParameterResult
    def get_global_parameter_output(factory_name: Optional[pulumi.Input[str]] = None,
                             global_parameter_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetGlobalParameterResult]
    func LookupGlobalParameter(ctx *Context, args *LookupGlobalParameterArgs, opts ...InvokeOption) (*LookupGlobalParameterResult, error)
    func LookupGlobalParameterOutput(ctx *Context, args *LookupGlobalParameterOutputArgs, opts ...InvokeOption) LookupGlobalParameterResultOutput

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

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

    The following arguments are supported:

    FactoryName string
    The factory name.
    GlobalParameterName string
    The global parameter name.
    ResourceGroupName string
    The resource group name.
    FactoryName string
    The factory name.
    GlobalParameterName string
    The global parameter name.
    ResourceGroupName string
    The resource group name.
    factoryName String
    The factory name.
    globalParameterName String
    The global parameter name.
    resourceGroupName String
    The resource group name.
    factoryName string
    The factory name.
    globalParameterName string
    The global parameter name.
    resourceGroupName string
    The resource group name.
    factory_name str
    The factory name.
    global_parameter_name str
    The global parameter name.
    resource_group_name str
    The resource group name.
    factoryName String
    The factory name.
    globalParameterName String
    The global parameter name.
    resourceGroupName String
    The resource group name.

    getGlobalParameter Result

    The following output properties are available:

    Etag string
    Etag identifies change in the resource.
    Id string
    The resource identifier.
    Name string
    The resource name.
    Properties Dictionary<string, Pulumi.AzureNative.DataFactory.Outputs.GlobalParameterSpecificationResponse>
    Properties of the global parameter.
    Type string
    The resource type.
    Etag string
    Etag identifies change in the resource.
    Id string
    The resource identifier.
    Name string
    The resource name.
    Properties map[string]GlobalParameterSpecificationResponse
    Properties of the global parameter.
    Type string
    The resource type.
    etag String
    Etag identifies change in the resource.
    id String
    The resource identifier.
    name String
    The resource name.
    properties Map<String,GlobalParameterSpecificationResponse>
    Properties of the global parameter.
    type String
    The resource type.
    etag string
    Etag identifies change in the resource.
    id string
    The resource identifier.
    name string
    The resource name.
    properties {[key: string]: GlobalParameterSpecificationResponse}
    Properties of the global parameter.
    type string
    The resource type.
    etag str
    Etag identifies change in the resource.
    id str
    The resource identifier.
    name str
    The resource name.
    properties Mapping[str, GlobalParameterSpecificationResponse]
    Properties of the global parameter.
    type str
    The resource type.
    etag String
    Etag identifies change in the resource.
    id String
    The resource identifier.
    name String
    The resource name.
    properties Map<Property Map>
    Properties of the global parameter.
    type String
    The resource type.

    Supporting Types

    GlobalParameterSpecificationResponse

    Type string
    Global Parameter type.
    Value object
    Value of parameter.
    Type string
    Global Parameter type.
    Value interface{}
    Value of parameter.
    type String
    Global Parameter type.
    value Object
    Value of parameter.
    type string
    Global Parameter type.
    value any
    Value of parameter.
    type str
    Global Parameter type.
    value Any
    Value of parameter.
    type String
    Global Parameter type.
    value Any
    Value of parameter.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi