azure-native.fluidrelay.getFluidRelayServerKeys

Explore with Pulumi AI

The set of available keys for this server. API Version: 2021-03-12-preview.

Using getFluidRelayServerKeys

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 getFluidRelayServerKeys(args: GetFluidRelayServerKeysArgs, opts?: InvokeOptions): Promise<GetFluidRelayServerKeysResult>
function getFluidRelayServerKeysOutput(args: GetFluidRelayServerKeysOutputArgs, opts?: InvokeOptions): Output<GetFluidRelayServerKeysResult>
def get_fluid_relay_server_keys(name: Optional[str] = None,
                                resource_group: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetFluidRelayServerKeysResult
def get_fluid_relay_server_keys_output(name: Optional[pulumi.Input[str]] = None,
                                resource_group: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetFluidRelayServerKeysResult]
func GetFluidRelayServerKeys(ctx *Context, args *GetFluidRelayServerKeysArgs, opts ...InvokeOption) (*GetFluidRelayServerKeysResult, error)
func GetFluidRelayServerKeysOutput(ctx *Context, args *GetFluidRelayServerKeysOutputArgs, opts ...InvokeOption) GetFluidRelayServerKeysResultOutput

> Note: This function is named GetFluidRelayServerKeys in the Go SDK.

public static class GetFluidRelayServerKeys 
{
    public static Task<GetFluidRelayServerKeysResult> InvokeAsync(GetFluidRelayServerKeysArgs args, InvokeOptions? opts = null)
    public static Output<GetFluidRelayServerKeysResult> Invoke(GetFluidRelayServerKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFluidRelayServerKeysResult> getFluidRelayServerKeys(GetFluidRelayServerKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:fluidrelay:getFluidRelayServerKeys
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

The resource name.

ResourceGroup string

The resource group containing the resource.

Name string

The resource name.

ResourceGroup string

The resource group containing the resource.

name String

The resource name.

resourceGroup String

The resource group containing the resource.

name string

The resource name.

resourceGroup string

The resource group containing the resource.

name str

The resource name.

resource_group str

The resource group containing the resource.

name String

The resource name.

resourceGroup String

The resource group containing the resource.

getFluidRelayServerKeys 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