Table of Contents

Class GetJMXConnectorCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Get", "JMXConnector")]
[OutputType(new Type[] { typeof(JMXConnector) })]
public class GetJMXConnectorCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
GetJMXConnectorCmdletCommand
Inherited Members
Extension Methods

Properties

Environment

[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; }

Property Value

IDictionary<string, object>

ServiceURL

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The address of the connector server to connect to.")]
public JMXServiceURL ServiceURL { get; set; }

Property Value

JMXServiceURL

UseNewJMXConnector

[Parameter(Position = 2, ValueFromPipelineByPropertyName = true, HelpMessage = "Use method NewJMXConnector to create a JMXConnector.")]
public SwitchParameter UseNewJMXConnector { get; set; }

Property Value

SwitchParameter

Methods

ProcessCommand()

protected override void ProcessCommand()