你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureHDInsightClientGroupInfo 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
AzureHDInsightClientGroupInfo() | |
AzureHDInsightClientGroupInfo(ClientGroupInfo) | |
AzureHDInsightClientGroupInfo(String, String) |
AzureHDInsightClientGroupInfo()
public AzureHDInsightClientGroupInfo ();
Public Sub New ()
Applies to
AzureHDInsightClientGroupInfo(ClientGroupInfo)
public AzureHDInsightClientGroupInfo (Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo clientGroupInfo = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClientGroupInfo : Microsoft.Azure.Management.HDInsight.Models.ClientGroupInfo -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClientGroupInfo
Public Sub New (Optional clientGroupInfo As ClientGroupInfo = Nothing)
Parameters
- clientGroupInfo
- ClientGroupInfo
Applies to
AzureHDInsightClientGroupInfo(String, String)
public AzureHDInsightClientGroupInfo (string groupName = default, string groupId = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClientGroupInfo : string * string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightClientGroupInfo
Public Sub New (Optional groupName As String = Nothing, Optional groupId As String = Nothing)
Parameters
- groupName
- String
- groupId
- String