Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftAgentPoolProfileRole
Packages that use OpenShiftAgentPoolProfileRole
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of OpenShiftAgentPoolProfileRole in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as OpenShiftAgentPoolProfileRoleModifier and TypeFieldDescriptionstatic final OpenShiftAgentPoolProfileRoleOpenShiftAgentPoolProfileRole.COMPUTEStatic value compute for OpenShiftAgentPoolProfileRole.static final OpenShiftAgentPoolProfileRoleOpenShiftAgentPoolProfileRole.INFRAStatic value infra for OpenShiftAgentPoolProfileRole.Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftAgentPoolProfileRoleModifier and TypeMethodDescriptionOpenShiftAgentPoolProfileRole.fromString(String name) Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.OpenShiftManagedClusterAgentPoolProfile.role()Get the role property: Define the role of the AgentPoolProfile.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type OpenShiftAgentPoolProfileRoleModifier and TypeMethodDescriptionOpenShiftAgentPoolProfileRole.values()Gets known OpenShiftAgentPoolProfileRole values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type OpenShiftAgentPoolProfileRoleModifier and TypeMethodDescriptionOpenShiftManagedClusterAgentPoolProfile.withRole(OpenShiftAgentPoolProfileRole role) Set the role property: Define the role of the AgentPoolProfile.