These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.datafactory.listIntegrationRuntimeAuthKeys
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Retrieves the authentication keys for an integration runtime. API Version: 2018-06-01.
Using listIntegrationRuntimeAuthKeys
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 listIntegrationRuntimeAuthKeys(args: ListIntegrationRuntimeAuthKeysArgs, opts?: InvokeOptions): Promise<ListIntegrationRuntimeAuthKeysResult>
function listIntegrationRuntimeAuthKeysOutput(args: ListIntegrationRuntimeAuthKeysOutputArgs, opts?: InvokeOptions): Output<ListIntegrationRuntimeAuthKeysResult>
def list_integration_runtime_auth_keys(factory_name: Optional[str] = None,
integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListIntegrationRuntimeAuthKeysResult
def list_integration_runtime_auth_keys_output(factory_name: Optional[pulumi.Input[str]] = None,
integration_runtime_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListIntegrationRuntimeAuthKeysResult]
func ListIntegrationRuntimeAuthKeys(ctx *Context, args *ListIntegrationRuntimeAuthKeysArgs, opts ...InvokeOption) (*ListIntegrationRuntimeAuthKeysResult, error)
func ListIntegrationRuntimeAuthKeysOutput(ctx *Context, args *ListIntegrationRuntimeAuthKeysOutputArgs, opts ...InvokeOption) ListIntegrationRuntimeAuthKeysResultOutput
> Note: This function is named ListIntegrationRuntimeAuthKeys
in the Go SDK.
public static class ListIntegrationRuntimeAuthKeys
{
public static Task<ListIntegrationRuntimeAuthKeysResult> InvokeAsync(ListIntegrationRuntimeAuthKeysArgs args, InvokeOptions? opts = null)
public static Output<ListIntegrationRuntimeAuthKeysResult> Invoke(ListIntegrationRuntimeAuthKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListIntegrationRuntimeAuthKeysResult> listIntegrationRuntimeAuthKeys(ListIntegrationRuntimeAuthKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datafactory:listIntegrationRuntimeAuthKeys
arguments:
# arguments dictionary
The following arguments are supported:
- Factory
Name string - The factory name.
- Integration
Runtime stringName - The integration runtime name.
- Resource
Group stringName - The resource group name.
- Factory
Name string - The factory name.
- Integration
Runtime stringName - The integration runtime name.
- Resource
Group stringName - The resource group name.
- factory
Name String - The factory name.
- integration
Runtime StringName - The integration runtime name.
- resource
Group StringName - The resource group name.
- factory
Name string - The factory name.
- integration
Runtime stringName - The integration runtime name.
- resource
Group stringName - The resource group name.
- factory_
name str - The factory name.
- integration_
runtime_ strname - The integration runtime name.
- resource_
group_ strname - The resource group name.
- factory
Name String - The factory name.
- integration
Runtime StringName - The integration runtime name.
- resource
Group StringName - The resource group name.
listIntegrationRuntimeAuthKeys Result
The following output properties are available:
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi