Resource Type: azure_gremlin_graph

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

Overview

An Azure Cosmos DB Gremlin graph.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The unique resource identifier of the database account.

  • location

    The location of the resource group to which the resource belongs.

  • properties

    The properties of an Azure Cosmos DB Gremlin graph

  • tags

    “”

  • type

    The type of Azure resource.

Parameters

  • account_name

    Cosmos DB database account name.

  • api_version

    Version of the API to be used with the client request. The current version is 2015-04-08.

  • create_update_gremlin_graph_parameters

    The parameters to provide for the current Gremlin graph.

  • database_name

    Cosmos DB database name.

  • graph_name

    Cosmos DB graph name.

  • name (namevar)

    The name of the database account.

  • provider

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

  • resource_group_name

    Name of an Azure resource group.

  • subscription_id

    Azure subscription ID.