KafkaRestProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.KafkaRestProperties

public class KafkaRestProperties

The kafka rest proxy configuration which contains AAD security group information.

Constructor Summary

Constructor Description
KafkaRestProperties()

Method Summary

Modifier and Type Method and Description
ClientGroupInfo clientGroupInfo()

Get the information of AAD security group.

KafkaRestProperties withClientGroupInfo(ClientGroupInfo clientGroupInfo)

Set the information of AAD security group.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

KafkaRestProperties

public KafkaRestProperties()

Method Details

clientGroupInfo

public ClientGroupInfo clientGroupInfo()

Get the information of AAD security group.

Returns:

the clientGroupInfo value

withClientGroupInfo

public KafkaRestProperties withClientGroupInfo(ClientGroupInfo clientGroupInfo)

Set the information of AAD security group.

Parameters:

clientGroupInfo - the clientGroupInfo value to set

Returns:

the KafkaRestProperties object itself.

Applies to