1. Packages
  2. Azure Native
  3. API Docs
  4. fluidrelay
  5. listFluidRelayServerKeys
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.fluidrelay.listFluidRelayServerKeys

Explore with Pulumi AI

azure-native logo
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    The set of available keys for this server. 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>
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:fluidrelay:listFluidRelayServerKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FluidRelayServerName string
    The Fluid Relay server resource name.
    ResourceGroup string
    The resource group containing the resource.
    FluidRelayServerName string
    The Fluid Relay server resource name.
    ResourceGroup string
    The resource group containing the resource.
    fluidRelayServerName String
    The Fluid Relay server resource name.
    resourceGroup String
    The resource group containing the resource.
    fluidRelayServerName string
    The Fluid Relay server resource name.
    resourceGroup string
    The resource group containing the resource.
    fluid_relay_server_name str
    The Fluid Relay server resource name.
    resource_group str
    The resource group containing the resource.
    fluidRelayServerName String
    The Fluid Relay server resource name.
    resourceGroup 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
    azure-native logo
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi