Resource Type: dsc_xazureservice

Defined in:
lib/puppet/type/dsc_xazureservice.rb
Providers:
powershell

Overview

The DSC xAzureService resource type. Automatically generated from ‘xAzure/DSCResources/MSFT_xAzureService/MSFT_xAzureService.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_affinitygroup

    AffinityGroup - Specifies a description for the service.

  • dsc_description

    Description - Specifies the Azure Affinity Group for the service.

  • dsc_ensure

    Ensure - Specifies whether the service should be present or absent. Valid values are Present, Absent.

  • dsc_label

    Label - Specifies a label for the service.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_servicename

    ServiceName - Specifies a name for the new cloud service that is unique to the subscription.

  • name (namevar)
  • provider

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