Resource Type: dsc_xazurequickvm

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

Overview

The DSC xAzureQuickVM resource type. Automatically generated from ‘xAzure/DSCResources/MSFT_xAzureQuickVM/MSFT_xAzureQuickVM.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_adminusername

    AdminUsername - Specifies the name for the administrative account to create.

  • dsc_ensure

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

  • dsc_imagename

    ImageName - Specifies the name of the operating system image to use to create the operating system disk.

  • dsc_instancesize

    InstanceSize - Specifies the size of the instance. For a list of virtual machine sizes, see msdn.microsoft.com/library/azure/dn197896.aspx

  • dsc_linux

    Linux - Creates a Linux virtual machine.

    Supported values:
    • true
    • false
  • dsc_linuxuser

    LinuxUser - Specifies the Linux administrative account name to create.

  • dsc_name

    Name - Specifies the name of the virtual machine.

  • dsc_password

    Password - Specifies the password for the administrative account.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_servicename

    ServiceName - Specifies the new or existing service name.

  • dsc_windows

    Windows - Creates a Windows virtual machine.

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

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