Resource Type: dsc_xspalternateurl

Defined in:
lib/puppet/type/dsc_xspalternateurl.rb

Overview

The DSC xSPAlternateUrl resource type. Automatically generated from version 0.12.0.0

Properties

  • dsc_ensure

    Present ensures the URL is set for this zone on this web app, Absent ensures it is removed

  • dsc_url

    The new alternate URL

Parameters

  • dsc_installaccount

    POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5

  • dsc_psdscrunascredential
  • dsc_webappurl (namevar)

    The URL of the web application to apply the alternate URL to

  • dsc_zone (namevar)

    The Zone to use for the alternate URL

  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).