Resource Type: azure_dataset_resource

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

Overview

Dataset resource type.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • etag

    Etag identifies change in the resource.

  • id

    The resource identifier.

  • properties

    Dataset properties.

  • type

    The resource type.

Parameters

  • api_version

    The API version.

  • dataset

    Dataset resource definition.

  • dataset_name

    The dataset name.

  • factory_name

    The factory name.

  • name (namevar)

    The resource name.

  • provider

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

  • resource_group_name

    The resource group name.

  • subscription_id

    The subscription identifier.