Resource Type: dsc_xexchdatabaseavailabilitygroupnetwork

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

Overview

The DSC xExchDatabaseAvailabilityGroupNetwork resource type. Automatically generated from version 1.33.0

Properties

  • dsc_databaseavailabilitygroup

    The DAG where the network will live.

  • dsc_domaincontroller

    The DomainController parameter specifies the domain controller that’s used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.

  • dsc_ensure

    Whether the DAG network should exist or not.

  • dsc_ignorenetwork

    The IgnoreNetwork parameter indicates that the specified network should be ignored and not used by the DAG.

  • dsc_replicationenabled

    The ReplicationEnabled parameter specifies whether the network can be used for replication activity. If this parameter isn’t specified, the default behavior is to enable the network for replication.

  • dsc_subnets

    The Subnets parameter specifies one or more subnets that are associated with the DAG network.

Parameters

  • dsc_credential

    Credentials used to establish a remote PowerShell session to Exchange.

  • dsc_name (namevar)

    The name of the DAG network.

  • dsc_psdscrunascredential
  • 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).