These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.fluidrelay.listFluidRelayServerKeys
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
The set of available keys for this server. API Version: 2022-04-21.
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:
- 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi