Uses of Class
com.azure.resourcemanager.containerservice.fluent.models.OpenShiftManagedClusterProperties
Packages that use OpenShiftManagedClusterProperties
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
-
Uses of OpenShiftManagedClusterProperties in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return OpenShiftManagedClusterPropertiesModifier and TypeMethodDescriptionOpenShiftManagedClusterProperties.withAgentPoolProfiles(List<OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: Configuration of OpenShift cluster VMs.OpenShiftManagedClusterProperties.withAuthProfile(OpenShiftManagedClusterAuthProfile authProfile) Set the authProfile property: Configures OpenShift authentication.OpenShiftManagedClusterProperties.withMasterPoolProfile(OpenShiftManagedClusterMasterPoolProfile masterPoolProfile) Set the masterPoolProfile property: Configuration for OpenShift master VMs.OpenShiftManagedClusterProperties.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Configuration for OpenShift networking.OpenShiftManagedClusterProperties.withOpenShiftVersion(String openShiftVersion) Set the openShiftVersion property: Version of OpenShift specified when creating the cluster.OpenShiftManagedClusterProperties.withRouterProfiles(List<OpenShiftRouterProfile> routerProfiles) Set the routerProfiles property: Configuration for OpenShift router(s).