Resource Type: azure_data_connection

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

Overview

Class representing an data connection.

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

  • kind

    Kind of the endpoint for the data connection

  • location

    Resource location.

  • 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.

  • database_name

    The name of the database in the Kusto cluster.

  • name (namevar)

    The name of the resource

  • parameters

    The data connection parameters supplied to the CreateOrUpdate operation.

  • provider

    The specific backend to use for this ‘azure_data_connection` 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.