Resource Type: azure_replication

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

Overview

An object that represents a replication for a container registry.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The resource ID.

  • location

    The location of the resource. This cannot be changed after the resource is created.

  • properties

    The properties of the replication.

  • tags

    The tags of the resource.

  • type

    The type of the resource.

Parameters

  • api_version

    The client API version.

  • name (namevar)

    The name of the resource.

  • provider

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

  • registry_name

    The name of the container registry.

  • replication

    The parameters for creating a replication.

  • resource_group_name

    The name of the resource group to which the container registry belongs.

  • subscription_id

    The Microsoft Azure subscription ID.