Resource Type: azure_web_service

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

Overview

Instance of an Azure ML web service resource.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Specifies the resource ID.

  • location

    Specifies the location of the resource.

  • properties

    Contains the property payload that describes the web service.

  • tags

    Contains resource tags defined as key/value pairs.

  • type

    Specifies the type of the resource.

Parameters

  • api_version

    The version of the Microsoft.MachineLearning resource provider API to use.

  • create_or_update_payload

    The payload that is used to create or update the web service.

  • name (namevar)

    Specifies the name of the resource.

  • provider

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

  • resource_group_name

    Name of the resource group in which the web service is located.

  • subscription_id

    The Azure subscription ID.