azure-native.maps.getAccount

Get a Maps Account. API Version: 2018-05-01.

Using getAccount

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 getAccount(args: GetAccountArgs, opts?: InvokeOptions): Promise<GetAccountResult>
function getAccountOutput(args: GetAccountOutputArgs, opts?: InvokeOptions): Output<GetAccountResult>
def get_account(account_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetAccountResult
def get_account_output(account_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetAccountResult]
func LookupAccount(ctx *Context, args *LookupAccountArgs, opts ...InvokeOption) (*LookupAccountResult, error)
func LookupAccountOutput(ctx *Context, args *LookupAccountOutputArgs, opts ...InvokeOption) LookupAccountResultOutput

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

public static class GetAccount 
{
    public static Task<GetAccountResult> InvokeAsync(GetAccountArgs args, InvokeOptions? opts = null)
    public static Output<GetAccountResult> Invoke(GetAccountInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:maps:getAccount
  arguments:
    # arguments dictionary

The following arguments are supported:

AccountName string

The name of the Maps Account.

ResourceGroupName string

The name of the Azure Resource Group.

AccountName string

The name of the Maps Account.

ResourceGroupName string

The name of the Azure Resource Group.

accountName String

The name of the Maps Account.

resourceGroupName String

The name of the Azure Resource Group.

accountName string

The name of the Maps Account.

resourceGroupName string

The name of the Azure Resource Group.

account_name str

The name of the Maps Account.

resource_group_name str

The name of the Azure Resource Group.

accountName String

The name of the Maps Account.

resourceGroupName String

The name of the Azure Resource Group.

getAccount Result

The following output properties are available:

Id string

The fully qualified Maps Account resource identifier.

Location string

The location of the resource.

Name string

The name of the Maps Account, which is unique within a Resource Group.

Properties Pulumi.AzureNative.Maps.Outputs.MapsAccountPropertiesResponse

The map account properties.

Sku Pulumi.AzureNative.Maps.Outputs.SkuResponse

The SKU of this account.

Tags Dictionary<string, string>

Gets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

Type string

Azure resource type.

Id string

The fully qualified Maps Account resource identifier.

Location string

The location of the resource.

Name string

The name of the Maps Account, which is unique within a Resource Group.

Properties MapsAccountPropertiesResponse

The map account properties.

Sku SkuResponse

The SKU of this account.

Tags map[string]string

Gets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

Type string

Azure resource type.

id String

The fully qualified Maps Account resource identifier.

location String

The location of the resource.

name String

The name of the Maps Account, which is unique within a Resource Group.

properties MapsAccountPropertiesResponse

The map account properties.

sku SkuResponse

The SKU of this account.

tags Map<String,String>

Gets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

type String

Azure resource type.

id string

The fully qualified Maps Account resource identifier.

location string

The location of the resource.

name string

The name of the Maps Account, which is unique within a Resource Group.

properties MapsAccountPropertiesResponse

The map account properties.

sku SkuResponse

The SKU of this account.

tags {[key: string]: string}

Gets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

type string

Azure resource type.

id str

The fully qualified Maps Account resource identifier.

location str

The location of the resource.

name str

The name of the Maps Account, which is unique within a Resource Group.

properties MapsAccountPropertiesResponse

The map account properties.

sku SkuResponse

The SKU of this account.

tags Mapping[str, str]

Gets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

type str

Azure resource type.

id String

The fully qualified Maps Account resource identifier.

location String

The location of the resource.

name String

The name of the Maps Account, which is unique within a Resource Group.

properties Property Map

The map account properties.

sku Property Map

The SKU of this account.

tags Map<String>

Gets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

type String

Azure resource type.

Supporting Types

MapsAccountPropertiesResponse

XMsClientId string

A unique identifier for the maps account

XMsClientId string

A unique identifier for the maps account

xMsClientId String

A unique identifier for the maps account

xMsClientId string

A unique identifier for the maps account

x_ms_client_id str

A unique identifier for the maps account

xMsClientId String

A unique identifier for the maps account

SkuResponse

Name string

The name of the SKU, in standard format (such as S0).

Tier string

Gets the sku tier. This is based on the SKU name.

Name string

The name of the SKU, in standard format (such as S0).

Tier string

Gets the sku tier. This is based on the SKU name.

name String

The name of the SKU, in standard format (such as S0).

tier String

Gets the sku tier. This is based on the SKU name.

name string

The name of the SKU, in standard format (such as S0).

tier string

Gets the sku tier. This is based on the SKU name.

name str

The name of the SKU, in standard format (such as S0).

tier str

Gets the sku tier. This is based on the SKU name.

name String

The name of the SKU, in standard format (such as S0).

tier String

Gets the sku tier. This is based on the SKU name.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0