ArmHDInsightModelFactory.KafkaRestProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.HDInsight.Models.KafkaRestProperties KafkaRestProperties(Azure.ResourceManager.HDInsight.Models.ClientGroupInfo clientGroupInfo = default, System.Collections.Generic.IDictionary<string,string> configurationOverride = default);
static member KafkaRestProperties : Azure.ResourceManager.HDInsight.Models.ClientGroupInfo * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.HDInsight.Models.KafkaRestProperties
Public Shared Function KafkaRestProperties (Optional clientGroupInfo As ClientGroupInfo = Nothing, Optional configurationOverride As IDictionary(Of String, String) = Nothing) As KafkaRestProperties
Parameters
- clientGroupInfo
- ClientGroupInfo
The information of AAD security group.
- configurationOverride
- IDictionary<String,String>
The configurations that need to be overriden.
Returns
A new KafkaRestProperties instance for mocking.