Resource Type: dsc_xazurestorageaccount

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

Overview

The DSC xAzureStorageAccount resource type. Automatically generated from ‘xAzure/DSCResources/MSFT_xAzureStorageAccount/MSFT_xAzureStorageAccount.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 the name of an existing affinity group in the current subscription. You can specify either a Location or an AffinityGroup parameter, but not both.

  • dsc_container

    Container - Specifies a name for the Container that should be created in the Azure Storage Account.

  • dsc_ensure

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

  • dsc_folder

    Folder - Specifies a local folder. All files in the root of the folder will be uploaded to the new container.

  • dsc_label

    Label - Specifies a label for the storage account. The label may be up to 100 characters in length.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_storageaccountname

    StorageAccountName - Specifies a name for the storage account. The storage account name must be unique to Windows Azure and must be between 3 and 24 characters in length and use lowercase letters and numbers only.

  • name (namevar)
  • provider

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