ClientGroupInfo Constructors
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.
Overloads
ClientGroupInfo() |
Initializes a new instance of the ClientGroupInfo class. |
ClientGroupInfo(String, String) |
Initializes a new instance of the ClientGroupInfo class. |
ClientGroupInfo()
Initializes a new instance of the ClientGroupInfo class.
public ClientGroupInfo ();
Public Sub New ()
Applies to
ClientGroupInfo(String, String)
Initializes a new instance of the ClientGroupInfo class.
public ClientGroupInfo (string groupName = default, string groupId = default);
new Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo : string * string -> Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo
Public Sub New (Optional groupName As String = Nothing, Optional groupId As String = Nothing)
Parameters
- groupName
- String
The AAD security group name.
- groupId
- String
The AAD security group id.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET