Class GetDomainsCmdletCommand
[Cmdlet("Get", "Domains")]
[OutputType(new Type[] { typeof(string[]) })]
public class GetDomainsCmdletCommand : JNetPSCmdlet<JNetPSCore>
- Inheritance
-
GetDomainsCmdletCommand
- Inherited Members
- Extension Methods
Properties
Connector
[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The JMXConnector to use.")]
public JMXConnector Connector { get; set; }
Property Value
Methods
ProcessCommand()
protected override void ProcessCommand()