Resource Type: azure_group
- Defined in:
- lib/puppet/type/azure_group.rb
- Providers:
-
arm
Overview
A group created in a 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 group. /subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.Migrate/projects/projectName/groups/groupName
-
properties
Properties of the group.
-
type
Type of the object = [Microsoft.Migrate/projects/groups].
Parameters
-
api_version
Standard request header. Used by service to identify API version used by client.
-
name (namevar)
Name of the group.
-
project_name
Name of the Azure Migrate project.
-
provider
The specific backend to use for this ‘azure_group` 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.