azure-native.mixedreality.listRemoteRenderingAccountKeys
Explore with Pulumi AI
[!NOTE]
Mixed Reality retirement
The Mixed Reality service is now deprecated and will be retired.
List Both of the 2 Keys of a Remote Rendering Account
Uses Azure REST API version 2021-03-01-preview.
Other available API versions: 2021-01-01, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mixedreality [ApiVersion]
. See the version guide for details.
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:
- Account
Name string - Name of an Mixed Reality Account.
- Resource
Group stringName - Name of an Azure resource group.
- Account
Name string - Name of an Mixed Reality Account.
- Resource
Group stringName - Name of an Azure resource group.
- account
Name String - Name of an Mixed Reality Account.
- resource
Group StringName - Name of an Azure resource group.
- account
Name string - Name of an Mixed Reality Account.
- resource
Group stringName - Name of an Azure resource group.
- account_
name str - Name of an Mixed Reality Account.
- resource_
group_ strname - Name of an Azure resource group.
- account
Name String - Name of an Mixed Reality Account.
- resource
Group StringName - Name of an Azure resource group.
listRemoteRenderingAccountKeys Result
The following output properties are available:
- Primary
Key string - value of primary key.
- Secondary
Key string - value of secondary key.
- Primary
Key string - value of primary key.
- Secondary
Key string - value of secondary key.
- primary
Key String - value of primary key.
- secondary
Key String - value of secondary key.
- primary
Key string - value of primary key.
- secondary
Key string - value of secondary key.
- primary_
key str - value of primary key.
- secondary_
key str - value of secondary key.
- primary
Key String - value of primary key.
- secondary
Key String - value of secondary key.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0