Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterIdentityProvider
-
Packages that use OpenShiftManagedClusterIdentityProvider Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of OpenShiftManagedClusterIdentityProvider in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterIdentityProvider Modifier and Type Method Description OpenShiftManagedClusterIdentityProviderOpenShiftManagedClusterIdentityProvider. withName(String name)Set the name property: Name of the provider.OpenShiftManagedClusterIdentityProviderOpenShiftManagedClusterIdentityProvider. withProvider(OpenShiftManagedClusterBaseIdentityProvider provider)Set the provider property: Configuration of the provider.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OpenShiftManagedClusterIdentityProvider Modifier and Type Method Description List<OpenShiftManagedClusterIdentityProvider>OpenShiftManagedClusterAuthProfile. identityProviders()Get the identityProviders property: Type of authentication profile to use.Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type OpenShiftManagedClusterIdentityProvider Modifier and Type Method Description OpenShiftManagedClusterAuthProfileOpenShiftManagedClusterAuthProfile. withIdentityProviders(List<OpenShiftManagedClusterIdentityProvider> identityProviders)Set the identityProviders property: Type of authentication profile to use.
-