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.synapse.listIntegrationRuntimeAuthKey
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
List authentication keys in an integration runtime API Version: 2021-03-01.
Using listIntegrationRuntimeAuthKey
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 listIntegrationRuntimeAuthKey(args: ListIntegrationRuntimeAuthKeyArgs, opts?: InvokeOptions): Promise<ListIntegrationRuntimeAuthKeyResult>
function listIntegrationRuntimeAuthKeyOutput(args: ListIntegrationRuntimeAuthKeyOutputArgs, opts?: InvokeOptions): Output<ListIntegrationRuntimeAuthKeyResult>
def list_integration_runtime_auth_key(integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListIntegrationRuntimeAuthKeyResult
def list_integration_runtime_auth_key_output(integration_runtime_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
workspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListIntegrationRuntimeAuthKeyResult]
func ListIntegrationRuntimeAuthKey(ctx *Context, args *ListIntegrationRuntimeAuthKeyArgs, opts ...InvokeOption) (*ListIntegrationRuntimeAuthKeyResult, error)
func ListIntegrationRuntimeAuthKeyOutput(ctx *Context, args *ListIntegrationRuntimeAuthKeyOutputArgs, opts ...InvokeOption) ListIntegrationRuntimeAuthKeyResultOutput
> Note: This function is named ListIntegrationRuntimeAuthKey
in the Go SDK.
public static class ListIntegrationRuntimeAuthKey
{
public static Task<ListIntegrationRuntimeAuthKeyResult> InvokeAsync(ListIntegrationRuntimeAuthKeyArgs args, InvokeOptions? opts = null)
public static Output<ListIntegrationRuntimeAuthKeyResult> Invoke(ListIntegrationRuntimeAuthKeyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListIntegrationRuntimeAuthKeyResult> listIntegrationRuntimeAuthKey(ListIntegrationRuntimeAuthKeyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:synapse:listIntegrationRuntimeAuthKey
arguments:
# arguments dictionary
The following arguments are supported:
- Integration
Runtime stringName - Integration runtime name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- Integration
Runtime stringName - Integration runtime name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Workspace
Name string - The name of the workspace.
- integration
Runtime StringName - Integration runtime name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
- integration
Runtime stringName - Integration runtime name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- workspace
Name string - The name of the workspace.
- integration_
runtime_ strname - Integration runtime name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- workspace_
name str - The name of the workspace.
- integration
Runtime StringName - Integration runtime name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- workspace
Name String - The name of the workspace.
listIntegrationRuntimeAuthKey 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