listIntegrationRuntimeAuthKey
Using listIntegrationRuntimeAuthKey
function listIntegrationRuntimeAuthKey(args: ListIntegrationRuntimeAuthKeyArgs, opts?: InvokeOptions): Promise<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
func ListIntegrationRuntimeAuthKey(ctx *Context, args *ListIntegrationRuntimeAuthKeyArgs, opts ...InvokeOption) (*ListIntegrationRuntimeAuthKeyResult, error)
Note: This function is named
ListIntegrationRuntimeAuthKey
in the Go SDK.
public static class ListIntegrationRuntimeAuthKey {
public static Task<ListIntegrationRuntimeAuthKeyResult> InvokeAsync(ListIntegrationRuntimeAuthKeyArgs args, InvokeOptions? opts = null)
}
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_ 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.
listIntegrationRuntimeAuthKey Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-nextgen
- License
- Apache-2.0