Resource Type: azure_role

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

Overview

Compute role.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The path ID that uniquely identifies the object.

  • kind

    Role type.

  • type

    The hierarchical type of the object.

Parameters

  • api_version

    The API version.

  • device_name

    The device name.

  • name (namevar)

    The object name.

  • provider

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

  • role

    The role properties.

  • subscription_id

    The subscription ID.