Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.AuthorizationProfile
Packages that use AuthorizationProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of AuthorizationProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type AuthorizationProfileModifier and TypeClassDescriptionfinal classAuthorization profile with details of AAD user Ids and group Ids authorized for data plane access.Methods in com.azure.resourcemanager.hdinsight.containers.models that return AuthorizationProfileModifier and TypeMethodDescriptionClusterProfile.authorizationProfile()Get the authorizationProfile property: Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.UpdatableClusterProfile.authorizationProfile()Get the authorizationProfile property: Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.static AuthorizationProfileAuthorizationProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationProfile from the JsonReader.AuthorizationProfile.withGroupIds(List<String> groupIds) Set the groupIds property: AAD group Ids authorized for data plane access.AuthorizationProfile.withUserIds(List<String> userIds) Set the userIds property: AAD user Ids authorized for data plane access.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type AuthorizationProfileModifier and TypeMethodDescriptionClusterProfile.withAuthorizationProfile(AuthorizationProfile authorizationProfile) Set the authorizationProfile property: Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.UpdatableClusterProfile.withAuthorizationProfile(AuthorizationProfile authorizationProfile) Set the authorizationProfile property: Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.