Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftRouterProfile
-
Packages that use OpenShiftRouterProfile 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 OpenShiftRouterProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type OpenShiftRouterProfile Modifier and Type Method Description List<OpenShiftRouterProfile>OpenShiftManagedClusterInner. routerProfiles()Get the routerProfiles property: Configuration for OpenShift router(s).List<OpenShiftRouterProfile>OpenShiftManagedClusterProperties. routerProfiles()Get the routerProfiles property: Configuration for OpenShift router(s).Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type OpenShiftRouterProfile Modifier and Type Method Description OpenShiftManagedClusterInnerOpenShiftManagedClusterInner. withRouterProfiles(List<OpenShiftRouterProfile> routerProfiles)Set the routerProfiles property: Configuration for OpenShift router(s).OpenShiftManagedClusterPropertiesOpenShiftManagedClusterProperties. withRouterProfiles(List<OpenShiftRouterProfile> routerProfiles)Set the routerProfiles property: Configuration for OpenShift router(s). -
Uses of OpenShiftRouterProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftRouterProfile Modifier and Type Method Description OpenShiftRouterProfileOpenShiftRouterProfile. withName(String name)Set the name property: Name of the router profile.
-