This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
The set of available keys for this server.
Uses Azure REST API version 2022-06-01.
Other available API versions: 2025-06-20-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native fluidrelay [ApiVersion]. See the version guide for details.
Using listFluidRelayServerKeys
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 listFluidRelayServerKeys(args: ListFluidRelayServerKeysArgs, opts?: InvokeOptions): Promise<ListFluidRelayServerKeysResult>
function listFluidRelayServerKeysOutput(args: ListFluidRelayServerKeysOutputArgs, opts?: InvokeOptions): Output<ListFluidRelayServerKeysResult>def list_fluid_relay_server_keys(fluid_relay_server_name: Optional[str] = None,
resource_group: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListFluidRelayServerKeysResult
def list_fluid_relay_server_keys_output(fluid_relay_server_name: Optional[pulumi.Input[str]] = None,
resource_group: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListFluidRelayServerKeysResult]func ListFluidRelayServerKeys(ctx *Context, args *ListFluidRelayServerKeysArgs, opts ...InvokeOption) (*ListFluidRelayServerKeysResult, error)
func ListFluidRelayServerKeysOutput(ctx *Context, args *ListFluidRelayServerKeysOutputArgs, opts ...InvokeOption) ListFluidRelayServerKeysResultOutput> Note: This function is named ListFluidRelayServerKeys in the Go SDK.
public static class ListFluidRelayServerKeys
{
public static Task<ListFluidRelayServerKeysResult> InvokeAsync(ListFluidRelayServerKeysArgs args, InvokeOptions? opts = null)
public static Output<ListFluidRelayServerKeysResult> Invoke(ListFluidRelayServerKeysInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListFluidRelayServerKeysResult> listFluidRelayServerKeys(ListFluidRelayServerKeysArgs args, InvokeOptions options)
public static Output<ListFluidRelayServerKeysResult> listFluidRelayServerKeys(ListFluidRelayServerKeysArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:fluidrelay:listFluidRelayServerKeys
arguments:
# arguments dictionaryThe following arguments are supported:
- Fluid
Relay stringServer Name - The Fluid Relay server resource name.
- Resource
Group string - The resource group containing the resource.
- Fluid
Relay stringServer Name - The Fluid Relay server resource name.
- Resource
Group string - The resource group containing the resource.
- fluid
Relay StringServer Name - The Fluid Relay server resource name.
- resource
Group String - The resource group containing the resource.
- fluid
Relay stringServer Name - The Fluid Relay server resource name.
- resource
Group string - The resource group containing the resource.
- fluid_
relay_ strserver_ name - The Fluid Relay server resource name.
- resource_
group str - The resource group containing the resource.
- fluid
Relay StringServer Name - The Fluid Relay server resource name.
- resource
Group String - The resource group containing the resource.
listFluidRelayServerKeys 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 v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
