azure-native.servicelinker.listLinkerConfigurations
Explore with Pulumi AI
list source configurations for a Linker.
Uses Azure REST API version 2024-04-01.
Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]
. See the version guide for details.
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)
public static Output<ListLinkerConfigurationsResult> listLinkerConfigurations(ListLinkerConfigurationsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:servicelinker:listLinkerConfigurations
arguments:
# arguments dictionary
The following arguments are supported:
- Linker
Name string - The name Linker resource.
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource to be connected.
- Linker
Name string - The name Linker resource.
- Resource
Uri string - The fully qualified Azure Resource manager identifier of the resource to be connected.
- linker
Name String - The name Linker resource.
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource to be connected.
- linker
Name string - The name Linker resource.
- resource
Uri 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.
- linker
Name String - The name Linker resource.
- resource
Uri String - The fully qualified Azure Resource manager identifier of the resource to be connected.
listLinkerConfigurations Result
The following output properties are available:
- Configurations
List<Pulumi.
Azure Native. Service Linker. Outputs. Source Configuration Response> - The configuration properties for source resource.
- Configurations
[]Source
Configuration Response - The configuration properties for source resource.
- configurations
List<Source
Configuration Response> - The configuration properties for source resource.
- configurations
Source
Configuration Response[] - The configuration properties for source resource.
- configurations
Sequence[Source
Configuration Response] - The configuration properties for source resource.
- configurations List<Property Map>
- The configuration properties for source resource.
Supporting Types
SourceConfigurationResponse
- Config
Type string - The type of setting
- Description string
- Descriptive information for the configuration
- Key
Vault stringReference Identity - The identity for key vault reference, system or user-assigned managed identity ID
- Name string
- The name of setting.
- Value string
- The value of setting
- Config
Type string - The type of setting
- Description string
- Descriptive information for the configuration
- Key
Vault stringReference Identity - The identity for key vault reference, system or user-assigned managed identity ID
- Name string
- The name of setting.
- Value string
- The value of setting
- config
Type String - The type of setting
- description String
- Descriptive information for the configuration
- key
Vault StringReference Identity - The identity for key vault reference, system or user-assigned managed identity ID
- name String
- The name of setting.
- value String
- The value of setting
- config
Type string - The type of setting
- description string
- Descriptive information for the configuration
- key
Vault stringReference Identity - The identity for key vault reference, system or user-assigned managed identity ID
- name string
- The name of setting.
- value string
- The value of setting
- config_
type str - The type of setting
- description str
- Descriptive information for the configuration
- key_
vault_ strreference_ identity - The identity for key vault reference, system or user-assigned managed identity ID
- name str
- The name of setting.
- value str
- The value of setting
- config
Type String - The type of setting
- description String
- Descriptive information for the configuration
- key
Vault StringReference Identity - The identity for key vault reference, system or user-assigned managed identity ID
- 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