Uses of Class
com.azure.resourcemanager.hybridcontainerservice.models.AadProfile
Package
Description
Package containing the data models for HybridContainerService.
-
Uses of AadProfile in com.azure.resourcemanager.hybridcontainerservice.models
Modifier and TypeMethodDescriptionProvisionedClustersPropertiesWithSecrets.aadProfile()
Get the aadProfile property: AAD profile for the provisioned cluster.AadProfile.withAdminGroupObjectIDs
(List<String> adminGroupObjectIDs) Set the adminGroupObjectIDs property: The list of AAD group object IDs that will have admin role of the cluster.AadProfile.withClientAppId
(String clientAppId) Set the clientAppId property: The client AAD application ID.AadProfile.withEnableAzureRbac
(Boolean enableAzureRbac) Set the enableAzureRbac property: Whether to enable Azure RBAC for Kubernetes authorization.AadProfile.withManaged
(Boolean managed) Set the managed property: Whether to enable managed AAD.AadProfile.withServerAppId
(String serverAppId) Set the serverAppId property: The server AAD application ID.AadProfile.withServerAppSecret
(String serverAppSecret) Set the serverAppSecret property: The server AAD application secret.AadProfile.withTenantId
(String tenantId) Set the tenantId property: The AAD tenant ID to use for authentication.Modifier and TypeMethodDescriptionProvisionedClustersAllProperties.withAadProfile
(AadProfile aadProfile) Set the aadProfile property: AAD profile for the provisioned cluster.ProvisionedClustersPropertiesWithSecrets.withAadProfile
(AadProfile aadProfile) Set the aadProfile property: AAD profile for the provisioned cluster.