Resource Type: dsc_xazurevmdscconfiguration

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

Overview

The DSC xAzureVMDscConfiguration resource type. Automatically generated from ‘xAzure/DSCResources/MSFT_xAzureVMDscConfiguration/MSFT_xAzureVMDscConfiguration.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_azurepublishsettingspath

    AzurePublishSettingsPath - Specifies the location of the Publish Settings file for the Azure Subscription.

  • dsc_azuresubscriptionname

    AzureSubscriptionName - Specifies the name of the Azure subscription that should be set to Current.

  • dsc_bloburi

    BlobUri - Absolute Uri of the Blob

  • dsc_configurationpath

    ConfigurationPath - Specifies location of the Dsc Configuration document

  • dsc_containername

    ContainerName - Specifies the name of the Container in the Azure Storage Account.

  • dsc_ensure

    Ensure - Specifies whether the supplied Configuration is Present or Absent in Azure Storage Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_storageaccountname

    StorageAccountName - Specifies name of the existing storage account.

  • name (namevar)
  • provider

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