Resource Type: azure_maps_account

Defined in:
lib/puppet/type/azure_maps_account.rb
Providers:
arm

Overview

An Azure resource which represents access to a suite of Maps REST APIs.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The fully qualified Maps Account resource identifier.

  • location

    The location of the resource.

  • properties

    The map account properties.

  • sku

    The SKU of this account.

  • tags

    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

    Azure resource type.

Parameters

  • account_name

    The name of the Maps Account.

  • api_version

    Client Api Version.

  • maps_account_create_parameters

    The new or updated parameters for the Maps Account.

  • name (namevar)

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

  • provider

    The specific backend to use for this ‘azure_maps_account` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • resource_group_name

    The name of the Azure Resource Group.

  • subscription_id

    Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.