Resource Type: azure_search_service
- Defined in:
- lib/puppet/type/azure_search_service.rb
- Providers:
-
arm
Overview
Describes an Azure Search service and its current state.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
id
The ID of the resource. This can be used with the Azure Resource Manager to link resources together.
-
identity
The identity of the resource.
-
location
The geographic location of the resource. This must be one of the supported and registered Azure Geo Regions (for example, West US, East US, Southeast Asia, and so forth). This property is required when creating a new resource.
-
properties
Properties of the Search service.
-
sku
The SKU of the Search Service, which determines price tier and capacity limits. This property is required when creating a new Search Service.
-
tags
Tags to help categorize the resource in the Azure portal.
-
type
The resource type.
Parameters
-
api_version
The API version to use for each request. The current version is 2015-08-19.
-
name (namevar)
The name of the resource.
-
provider
The specific backend to use for this ‘azure_search_service` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
resource_group_name
The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
-
service
The definition of the Search service to create or update.
-
subscription_id
The unique identifier for a Microsoft Azure subscription. You can obtain this value from the Azure Resource Manager API or the portal.