ArmHDInsightModelFactory.ClientGroupInfo(String, String) 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.ClientGroupInfo ClientGroupInfo(string groupName = default, string groupId = default);
static member ClientGroupInfo : string * string -> Azure.ResourceManager.HDInsight.Models.ClientGroupInfo
Public Shared Function ClientGroupInfo (Optional groupName As String = Nothing, Optional groupId As String = Nothing) As ClientGroupInfo
Parameters
- groupName
- String
The AAD security group name.
- groupId
- String
The AAD security group id.
Returns
A new ClientGroupInfo instance for mocking.