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.maps.getAccount
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
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:
- Account
Name string - The name of the Maps Account.
- Resource
Group stringName - The name of the Azure Resource Group.
- Account
Name string - The name of the Maps Account.
- Resource
Group stringName - The name of the Azure Resource Group.
- account
Name String - The name of the Maps Account.
- resource
Group StringName - The name of the Azure Resource Group.
- account
Name string - The name of the Maps Account.
- resource
Group stringName - The name of the Azure Resource Group.
- account_
name str - The name of the Maps Account.
- resource_
group_ strname - The name of the Azure Resource Group.
- account
Name String - The name of the Maps Account.
- resource
Group StringName - 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.
Azure Native. Maps. Outputs. Maps Account Properties Response - The map account properties.
- Sku
Pulumi.
Azure Native. Maps. Outputs. Sku Response - The SKU of this account.
- 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
Maps
Account Properties Response - The map account properties.
- Sku
Sku
Response - The SKU of this account.
- 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
Maps
Account Properties Response - The map account properties.
- sku
Sku
Response - The SKU of this account.
- 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
Maps
Account Properties Response - The map account properties.
- sku
Sku
Response - The SKU of this account.
- {[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
Maps
Account Properties Response - The map account properties.
- sku
Sku
Response - The SKU of this account.
- 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.
- 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
- XMs
Client stringId - A unique identifier for the maps account
- XMs
Client stringId - A unique identifier for the maps account
- x
Ms StringClient Id - A unique identifier for the maps account
- x
Ms stringClient Id - A unique identifier for the maps account
- x_
ms_ strclient_ id - A unique identifier for the maps account
- x
Ms StringClient Id - A unique identifier for the maps account
SkuResponse
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