Class DSCCommentBeginResource

All Implemented Interfaces:
DSCParserConstants, DSCComment, DSCEvent

public class DSCCommentBeginResource extends AbstractResourceDSCComment
Represents a %BeginResource DSC comment.
  • Constructor Details

    • DSCCommentBeginResource

      public DSCCommentBeginResource()
      Creates a new instance
    • DSCCommentBeginResource

      public DSCCommentBeginResource(PSResource resource)
      Creates a new instance for a given PSResource instance
      Parameters:
      resource - the resource
    • DSCCommentBeginResource

      public DSCCommentBeginResource(PSResource resource, int min, int max)
      Creates a new instance for a given PSResource instance
      Parameters:
      resource - the resource
      min - Minimum VM used by the resource
      max - Maximum VM used by the resource
  • Method Details