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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.mixedreality.listObjectAnchorsAccountKeys
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
List Both of the 2 Keys of an object anchors Account Azure REST API version: 2021-03-01-preview.
Using listObjectAnchorsAccountKeys
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 listObjectAnchorsAccountKeys(args: ListObjectAnchorsAccountKeysArgs, opts?: InvokeOptions): Promise<ListObjectAnchorsAccountKeysResult>
function listObjectAnchorsAccountKeysOutput(args: ListObjectAnchorsAccountKeysOutputArgs, opts?: InvokeOptions): Output<ListObjectAnchorsAccountKeysResult>def list_object_anchors_account_keys(account_name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> ListObjectAnchorsAccountKeysResult
def list_object_anchors_account_keys_output(account_name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[ListObjectAnchorsAccountKeysResult]func ListObjectAnchorsAccountKeys(ctx *Context, args *ListObjectAnchorsAccountKeysArgs, opts ...InvokeOption) (*ListObjectAnchorsAccountKeysResult, error)
func ListObjectAnchorsAccountKeysOutput(ctx *Context, args *ListObjectAnchorsAccountKeysOutputArgs, opts ...InvokeOption) ListObjectAnchorsAccountKeysResultOutput> Note: This function is named ListObjectAnchorsAccountKeys in the Go SDK.
public static class ListObjectAnchorsAccountKeys 
{
    public static Task<ListObjectAnchorsAccountKeysResult> InvokeAsync(ListObjectAnchorsAccountKeysArgs args, InvokeOptions? opts = null)
    public static Output<ListObjectAnchorsAccountKeysResult> Invoke(ListObjectAnchorsAccountKeysInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListObjectAnchorsAccountKeysResult> listObjectAnchorsAccountKeys(ListObjectAnchorsAccountKeysArgs args, InvokeOptions options)
public static Output<ListObjectAnchorsAccountKeysResult> listObjectAnchorsAccountKeys(ListObjectAnchorsAccountKeysArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:mixedreality:listObjectAnchorsAccountKeys
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- Name of an Mixed Reality Account.
- ResourceGroup stringName 
- Name of an Azure resource group.
- AccountName string
- Name of an Mixed Reality Account.
- ResourceGroup stringName 
- Name of an Azure resource group.
- accountName String
- Name of an Mixed Reality Account.
- resourceGroup StringName 
- Name of an Azure resource group.
- accountName string
- Name of an Mixed Reality Account.
- resourceGroup 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.
- accountName String
- Name of an Mixed Reality Account.
- resourceGroup StringName 
- Name of an Azure resource group.
listObjectAnchorsAccountKeys 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 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.89.1 published on Sunday, Mar 2, 2025 by Pulumi