1. Packages
  2. Azure Native v2
  3. API Docs
  4. mixedreality
  5. listRemoteRenderingAccountKeys
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.mixedreality.listRemoteRenderingAccountKeys

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    List Both of the 2 Keys of a Remote Rendering Account Azure REST API version: 2021-01-01.

    Other available API versions: 2021-03-01-preview.

    Using listRemoteRenderingAccountKeys

    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 listRemoteRenderingAccountKeys(args: ListRemoteRenderingAccountKeysArgs, opts?: InvokeOptions): Promise<ListRemoteRenderingAccountKeysResult>
    function listRemoteRenderingAccountKeysOutput(args: ListRemoteRenderingAccountKeysOutputArgs, opts?: InvokeOptions): Output<ListRemoteRenderingAccountKeysResult>
    def list_remote_rendering_account_keys(account_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListRemoteRenderingAccountKeysResult
    def list_remote_rendering_account_keys_output(account_name: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListRemoteRenderingAccountKeysResult]
    func ListRemoteRenderingAccountKeys(ctx *Context, args *ListRemoteRenderingAccountKeysArgs, opts ...InvokeOption) (*ListRemoteRenderingAccountKeysResult, error)
    func ListRemoteRenderingAccountKeysOutput(ctx *Context, args *ListRemoteRenderingAccountKeysOutputArgs, opts ...InvokeOption) ListRemoteRenderingAccountKeysResultOutput

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

    public static class ListRemoteRenderingAccountKeys 
    {
        public static Task<ListRemoteRenderingAccountKeysResult> InvokeAsync(ListRemoteRenderingAccountKeysArgs args, InvokeOptions? opts = null)
        public static Output<ListRemoteRenderingAccountKeysResult> Invoke(ListRemoteRenderingAccountKeysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListRemoteRenderingAccountKeysResult> listRemoteRenderingAccountKeys(ListRemoteRenderingAccountKeysArgs args, InvokeOptions options)
    public static Output<ListRemoteRenderingAccountKeysResult> listRemoteRenderingAccountKeys(ListRemoteRenderingAccountKeysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:mixedreality:listRemoteRenderingAccountKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    Name of an Mixed Reality Account.
    ResourceGroupName string
    Name of an Azure resource group.
    AccountName string
    Name of an Mixed Reality Account.
    ResourceGroupName string
    Name of an Azure resource group.
    accountName String
    Name of an Mixed Reality Account.
    resourceGroupName String
    Name of an Azure resource group.
    accountName string
    Name of an Mixed Reality Account.
    resourceGroupName string
    Name of an Azure resource group.
    account_name str
    Name of an Mixed Reality Account.
    resource_group_name str
    Name of an Azure resource group.
    accountName String
    Name of an Mixed Reality Account.
    resourceGroupName String
    Name of an Azure resource group.

    listRemoteRenderingAccountKeys Result

    The following output properties are available:

    PrimaryKey string
    value of primary key.
    SecondaryKey string
    value of secondary key.
    PrimaryKey string
    value of primary key.
    SecondaryKey string
    value of secondary key.
    primaryKey String
    value of primary key.
    secondaryKey String
    value of secondary key.
    primaryKey string
    value of primary key.
    secondaryKey string
    value of secondary key.
    primary_key str
    value of primary key.
    secondary_key str
    value of secondary key.
    primaryKey String
    value of primary key.
    secondaryKey String
    value of secondary key.

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi