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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.synapse.listIntegrationRuntimeAuthKey
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 2024 by Pulumi
List authentication keys in an integration runtime Azure REST API version: 2021-06-01.
Other available API versions: 2021-06-01-preview.
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 pulumi/pulumi-azure-native
- License
- Apache-2.0
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.47.1 published on Monday, Jun 24, 2024 by Pulumi