ClusterProfile(String, String, AuthorizationProfile) Constructor
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.
Initializes a new instance of ClusterProfile.
public ClusterProfile (string clusterVersion, string ossVersion, Azure.ResourceManager.HDInsight.Containers.Models.AuthorizationProfile authorizationProfile);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterProfile : string * string * Azure.ResourceManager.HDInsight.Containers.Models.AuthorizationProfile -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterProfile
Public Sub New (clusterVersion As String, ossVersion As String, authorizationProfile As AuthorizationProfile)
Parameters
- clusterVersion
- String
Version with 3/4 part.
- ossVersion
- String
Version with three part.
- authorizationProfile
- AuthorizationProfile
Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
Exceptions
clusterVersion
, ossVersion
or authorizationProfile
is null.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET