azure-native.datafactory.getGlobalParameter
Global parameters resource type. 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:
- Factory
Name string The factory name.
- Global
Parameter stringName The global parameter name.
- Resource
Group stringName The resource group name.
- Factory
Name string The factory name.
- Global
Parameter stringName The global parameter name.
- Resource
Group stringName The resource group name.
- factory
Name String The factory name.
- global
Parameter StringName The global parameter name.
- resource
Group StringName The resource group name.
- factory
Name string The factory name.
- global
Parameter stringName The global parameter name.
- resource
Group stringName The resource group name.
- factory_
name str The factory name.
- global_
parameter_ strname The global parameter name.
- resource_
group_ strname The resource group name.
- factory
Name String The factory name.
- global
Parameter StringName The global parameter name.
- resource
Group StringName 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.
Azure Native. Data Factory. Outputs. Global Parameter Specification Response> 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]Global
Parameter Specification Response 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,Global
Parameter Specification Response> 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]: Global
Parameter Specification Response} 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, Global
Parameter Specification Response] 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
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0