Resource Type: azure_application_definition

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

Overview

Information about managed application definition.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Resource ID

  • identity

    The identity of the resource.

  • location

    Resource location

  • managed_by

    ID of the resource that manages this resource.

  • properties

    The managed application definition properties.

  • sku

    The SKU of the resource.

  • tags

    Resource tags

  • type

    Resource type

Parameters

  • api_version

    The API version to use for this operation.

  • name (namevar)

    Resource name

  • parameters

    Parameters supplied to the create or update an managed application definition.

  • provider

    The specific backend to use for this ‘azure_application_definition` 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. The name is case insensitive.

  • subscription_id

    The ID of the target subscription.