Resource Type: azure_database

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

Overview

Class representing a Kusto database.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Fully qualified resource Id for the resource. Ex - /subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/resourceProviderNamespace/resourceType/resourceName

  • location

    Resource location.

  • properties

    The database properties.

  • type

    The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Parameters

  • api_version

    The API version to use for this operation.

  • cluster_name

    The name of the Kusto cluster.

  • name (namevar)

    The name of the resource

  • parameters

    The database parameters supplied to the CreateOrUpdate operation.

  • provider

    The specific backend to use for this ‘azure_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 containing the Kusto cluster.

  • subscription_id

    The ID of the target subscription.