Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterAuthProfile
Packages that use OpenShiftManagedClusterAuthProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 OpenShiftManagedClusterAuthProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.authProfile()Get the authProfile property: Configures OpenShift authentication.OpenShiftManagedClusterProperties.authProfile()Get the authProfile property: Configures OpenShift authentication.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type OpenShiftManagedClusterAuthProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.withAuthProfile(OpenShiftManagedClusterAuthProfile authProfile) Set the authProfile property: Configures OpenShift authentication.OpenShiftManagedClusterProperties.withAuthProfile(OpenShiftManagedClusterAuthProfile authProfile) Set the authProfile property: Configures OpenShift authentication. -
Uses of OpenShiftManagedClusterAuthProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type OpenShiftManagedClusterAuthProfileModifier and TypeClassDescriptionfinal classDefines all possible authentication profiles for the OpenShift cluster.Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterAuthProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterAuthProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenShiftManagedClusterAuthProfile from the JsonReader.OpenShiftManagedClusterAuthProfile.withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders) Set the identityProviders property: Type of authentication profile to use.