1. Packages
  2. Azure Native
  3. API Docs
  4. fluidrelay
  5. listFluidRelayServerKeys
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.fluidrelay.listFluidRelayServerKeys

Explore with Pulumi AI

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

The set of available keys for this server.

Uses Azure REST API version 2022-06-01.

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>
Copy
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]
Copy
func ListFluidRelayServerKeys(ctx *Context, args *ListFluidRelayServerKeysArgs, opts ...InvokeOption) (*ListFluidRelayServerKeysResult, error)
func ListFluidRelayServerKeysOutput(ctx *Context, args *ListFluidRelayServerKeysOutputArgs, opts ...InvokeOption) ListFluidRelayServerKeysResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListFluidRelayServerKeysResult> listFluidRelayServerKeys(ListFluidRelayServerKeysArgs args, InvokeOptions options)
public static Output<ListFluidRelayServerKeysResult> listFluidRelayServerKeys(ListFluidRelayServerKeysArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:fluidrelay:listFluidRelayServerKeys
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FluidRelayServerName
This property is required.
Changes to this property will trigger replacement.
string
The Fluid Relay server resource name.
ResourceGroup
This property is required.
Changes to this property will trigger replacement.
string
The resource group containing the resource.
FluidRelayServerName
This property is required.
Changes to this property will trigger replacement.
string
The Fluid Relay server resource name.
ResourceGroup
This property is required.
Changes to this property will trigger replacement.
string
The resource group containing the resource.
fluidRelayServerName
This property is required.
Changes to this property will trigger replacement.
String
The Fluid Relay server resource name.
resourceGroup
This property is required.
Changes to this property will trigger replacement.
String
The resource group containing the resource.
fluidRelayServerName
This property is required.
Changes to this property will trigger replacement.
string
The Fluid Relay server resource name.
resourceGroup
This property is required.
Changes to this property will trigger replacement.
string
The resource group containing the resource.
fluid_relay_server_name
This property is required.
Changes to this property will trigger replacement.
str
The Fluid Relay server resource name.
resource_group
This property is required.
Changes to this property will trigger replacement.
str
The resource group containing the resource.
fluidRelayServerName
This property is required.
Changes to this property will trigger replacement.
String
The Fluid Relay server resource name.
resourceGroup
This property is required.
Changes to this property will trigger replacement.
String
The resource group containing the resource.

listFluidRelayServerKeys Result

The following output properties are available:

Key1 string
The primary key for this server
Key2 string
The secondary key for this server
Key1 string
The primary key for this server
Key2 string
The secondary key for this server
key1 String
The primary key for this server
key2 String
The secondary key for this server
key1 string
The primary key for this server
key2 string
The secondary key for this server
key1 str
The primary key for this server
key2 str
The secondary key for this server
key1 String
The primary key for this server
key2 String
The secondary key for this server

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi