Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftAgentPoolProfileRole
-
Packages that use OpenShiftAgentPoolProfileRole Package Description com.azure.resourcemanager.containerservice.models 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 OpenShiftAgentPoolProfileRole Modifier and Type Field Description static OpenShiftAgentPoolProfileRoleOpenShiftAgentPoolProfileRole. COMPUTEStatic value compute for OpenShiftAgentPoolProfileRole.static OpenShiftAgentPoolProfileRoleOpenShiftAgentPoolProfileRole. INFRAStatic value infra for OpenShiftAgentPoolProfileRole.Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftAgentPoolProfileRole Modifier and Type Method Description static OpenShiftAgentPoolProfileRoleOpenShiftAgentPoolProfileRole. fromString(String name)Creates or finds a OpenShiftAgentPoolProfileRole from its string representation.OpenShiftAgentPoolProfileRoleOpenShiftManagedClusterAgentPoolProfile. 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 OpenShiftAgentPoolProfileRole Modifier and Type Method Description static Collection<OpenShiftAgentPoolProfileRole>OpenShiftAgentPoolProfileRole. values()Methods in com.azure.resourcemanager.containerservice.models with parameters of type OpenShiftAgentPoolProfileRole Modifier and Type Method Description OpenShiftManagedClusterAgentPoolProfileOpenShiftManagedClusterAgentPoolProfile. withRole(OpenShiftAgentPoolProfileRole role)Set the role property: Define the role of the AgentPoolProfile.
-