Resource Type: azure_assessment

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

Overview

An assessment created for a group in the Migration project.

Properties

  • e_tag

    For optimistic concurrency control.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Path reference to this assessment. /subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Migrate/projects/projectName/groups/groupName/assessment/assessmentName

  • properties

    Properties of the assessment.

  • type

    Type of the object = [Microsoft.Migrate/projects/groups/assessments].

Parameters

  • api_version

    Standard request header. Used by service to identify API version used by client.

  • group_name

    Unique name of a group within a project.

  • name (namevar)

    Unique name of an assessment.

  • project_name

    Name of the Azure Migrate project.

  • provider

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

  • resource_group_name

    Name of the Azure Resource Group that project is part of.

  • subscription_id

    Azure Subscription Id in which project was created.