[Parameter(Position = 1, ValueFromPipelineByPropertyName = true, HelpMessage = "A set of attributes to determine how the connection is made. This parameter can be null. Keys in this map must be Strings. The appropriate type of each associated value depends on the attribute. The contents of environment are not changed by this call.")]
public IDictionary<string, object> Environment { get; set; }
[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The address of the connector server to connect to.")]
public JMXServiceURL ServiceURL { get; set; }
[Parameter(Position = 2, ValueFromPipelineByPropertyName = true, HelpMessage = "Use method NewJMXConnector to create a JMXConnector.")]
public SwitchParameter UseNewJMXConnector { get; set; }