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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.fluidrelay.listFluidRelayServerKeys
Explore with Pulumi AI
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.73.0 published on Wednesday, Nov 20, 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:
- 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 v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi