Resource Type: azure_sql_database

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

Overview

Represents a database.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource ID.

  • kind

    Kind of database. This is metadata used for the Azure portal experience.

  • location

    Resource location.

  • properties

    The properties representing the resource.

  • tags

    Resource tags.

  • type

    Resource type.

Parameters

  • api_version

    The API version to use for the request.

  • name (namevar)

    Resource name.

  • parameters

    The required parameters for creating or updating a database.

  • provider

    The specific backend to use for this ‘azure_sql_database` 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 resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

  • server_name

    The name of the server.

  • subscription_id

    The subscription ID that identifies an Azure subscription.