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