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.mixedreality.listSpatialAnchorsAccountKeys
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
List Both of the 2 Keys of a Spatial Anchors Account API Version: 2021-01-01.
Using listSpatialAnchorsAccountKeys
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 listSpatialAnchorsAccountKeys(args: ListSpatialAnchorsAccountKeysArgs, opts?: InvokeOptions): Promise<ListSpatialAnchorsAccountKeysResult>
function listSpatialAnchorsAccountKeysOutput(args: ListSpatialAnchorsAccountKeysOutputArgs, opts?: InvokeOptions): Output<ListSpatialAnchorsAccountKeysResult>
def list_spatial_anchors_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListSpatialAnchorsAccountKeysResult
def list_spatial_anchors_account_keys_output(account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListSpatialAnchorsAccountKeysResult]
func ListSpatialAnchorsAccountKeys(ctx *Context, args *ListSpatialAnchorsAccountKeysArgs, opts ...InvokeOption) (*ListSpatialAnchorsAccountKeysResult, error)
func ListSpatialAnchorsAccountKeysOutput(ctx *Context, args *ListSpatialAnchorsAccountKeysOutputArgs, opts ...InvokeOption) ListSpatialAnchorsAccountKeysResultOutput
> Note: This function is named ListSpatialAnchorsAccountKeys
in the Go SDK.
public static class ListSpatialAnchorsAccountKeys
{
public static Task<ListSpatialAnchorsAccountKeysResult> InvokeAsync(ListSpatialAnchorsAccountKeysArgs args, InvokeOptions? opts = null)
public static Output<ListSpatialAnchorsAccountKeysResult> Invoke(ListSpatialAnchorsAccountKeysInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListSpatialAnchorsAccountKeysResult> listSpatialAnchorsAccountKeys(ListSpatialAnchorsAccountKeysArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:mixedreality:listSpatialAnchorsAccountKeys
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.
listSpatialAnchorsAccountKeys 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-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