1. Packages
  2. Azure Native
  3. API Docs
  4. servicelinker
  5. listLinkerConfigurations
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.servicelinker.listLinkerConfigurations

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.38.0 published on Monday, Apr 22, 2024 by Pulumi

    list source configurations for a Linker. Azure REST API version: 2022-11-01-preview.

    Other available API versions: 2021-11-01-preview, 2023-04-01-preview.

    Using listLinkerConfigurations

    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 listLinkerConfigurations(args: ListLinkerConfigurationsArgs, opts?: InvokeOptions): Promise<ListLinkerConfigurationsResult>
    function listLinkerConfigurationsOutput(args: ListLinkerConfigurationsOutputArgs, opts?: InvokeOptions): Output<ListLinkerConfigurationsResult>
    def list_linker_configurations(linker_name: Optional[str] = None,
                                   resource_uri: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> ListLinkerConfigurationsResult
    def list_linker_configurations_output(linker_name: Optional[pulumi.Input[str]] = None,
                                   resource_uri: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[ListLinkerConfigurationsResult]
    func ListLinkerConfigurations(ctx *Context, args *ListLinkerConfigurationsArgs, opts ...InvokeOption) (*ListLinkerConfigurationsResult, error)
    func ListLinkerConfigurationsOutput(ctx *Context, args *ListLinkerConfigurationsOutputArgs, opts ...InvokeOption) ListLinkerConfigurationsResultOutput

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

    public static class ListLinkerConfigurations 
    {
        public static Task<ListLinkerConfigurationsResult> InvokeAsync(ListLinkerConfigurationsArgs args, InvokeOptions? opts = null)
        public static Output<ListLinkerConfigurationsResult> Invoke(ListLinkerConfigurationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListLinkerConfigurationsResult> listLinkerConfigurations(ListLinkerConfigurationsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:servicelinker:listLinkerConfigurations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    LinkerName string
    The name Linker resource.
    ResourceUri string
    The fully qualified Azure Resource manager identifier of the resource to be connected.
    LinkerName string
    The name Linker resource.
    ResourceUri string
    The fully qualified Azure Resource manager identifier of the resource to be connected.
    linkerName String
    The name Linker resource.
    resourceUri String
    The fully qualified Azure Resource manager identifier of the resource to be connected.
    linkerName string
    The name Linker resource.
    resourceUri string
    The fully qualified Azure Resource manager identifier of the resource to be connected.
    linker_name str
    The name Linker resource.
    resource_uri str
    The fully qualified Azure Resource manager identifier of the resource to be connected.
    linkerName String
    The name Linker resource.
    resourceUri String
    The fully qualified Azure Resource manager identifier of the resource to be connected.

    listLinkerConfigurations Result

    The following output properties are available:

    Configurations []SourceConfigurationResponse
    The configuration properties for source resource.
    configurations List<SourceConfigurationResponse>
    The configuration properties for source resource.
    configurations SourceConfigurationResponse[]
    The configuration properties for source resource.
    configurations Sequence[SourceConfigurationResponse]
    The configuration properties for source resource.
    configurations List<Property Map>
    The configuration properties for source resource.

    Supporting Types

    SourceConfigurationResponse

    Name string
    The name of setting.
    Value string
    The value of setting
    Name string
    The name of setting.
    Value string
    The value of setting
    name String
    The name of setting.
    value String
    The value of setting
    name string
    The name of setting.
    value string
    The value of setting
    name str
    The name of setting.
    value str
    The value of setting
    name String
    The name of setting.
    value String
    The value of setting

    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.38.0 published on Monday, Apr 22, 2024 by Pulumi