Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterAuthProfile
-
Packages that use OpenShiftManagedClusterAuthProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OpenShiftManagedClusterAuthProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OpenShiftManagedClusterAuthProfile Modifier and Type Method Description OpenShiftManagedClusterAuthProfileOpenShiftManagedClusterInner. authProfile()Get the authProfile property: Configures OpenShift authentication.OpenShiftManagedClusterAuthProfileOpenShiftManagedClusterProperties. authProfile()Get the authProfile property: Configures OpenShift authentication.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OpenShiftManagedClusterAuthProfile Modifier and Type Method Description OpenShiftManagedClusterInnerOpenShiftManagedClusterInner. withAuthProfile(OpenShiftManagedClusterAuthProfile authProfile)Set the authProfile property: Configures OpenShift authentication.OpenShiftManagedClusterPropertiesOpenShiftManagedClusterProperties. withAuthProfile(OpenShiftManagedClusterAuthProfile authProfile)Set the authProfile property: Configures OpenShift authentication. -
Uses of OpenShiftManagedClusterAuthProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterAuthProfile Modifier and Type Method Description OpenShiftManagedClusterAuthProfileOpenShiftManagedClusterAuthProfile. withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)Set the identityProviders property: Type of authentication profile to use.
-