Table of Contents

Class NewKafkaAdminClientCmdletCommand

Namespace
MASES.KNet.PowerShell.Cmdlet.Client
Assembly
MASES.KNetPS.dll
[Cmdlet("New", "KafkaAdminClient")]
[OutputType(new Type[] { typeof(KafkaAdminClient) })]
public class NewKafkaAdminClientCmdletCommand : KNetPSCmdlet
Inheritance
NewKafkaAdminClientCmdletCommand
Inherited Members

Properties

Configuration

[Parameter(Mandatory = true, Position = 0, ValueFromPipelineByPropertyName = true, HelpMessage = "The configuration to be used as a AdminClientConfigBuilder object")]
public AdminClientConfigBuilder Configuration { get; set; }

Property Value

AdminClientConfigBuilder

Methods

BeginProcessing()

protected override void BeginProcessing()

EndProcessing()

protected override void EndProcessing()

ProcessCommand()

protected override void ProcessCommand()