Uses of Class
com.azure.resourcemanager.containerservice.models.OpenShiftManagedClusterAgentPoolProfile
Packages that use OpenShiftManagedClusterAgentPoolProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of OpenShiftManagedClusterAgentPoolProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type OpenShiftManagedClusterAgentPoolProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.agentPoolProfiles()Get the agentPoolProfiles property: Configuration of OpenShift cluster VMs.OpenShiftManagedClusterProperties.agentPoolProfiles()Get the agentPoolProfiles property: Configuration of OpenShift cluster VMs.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type OpenShiftManagedClusterAgentPoolProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterInner.withAgentPoolProfiles(List<OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: Configuration of OpenShift cluster VMs.OpenShiftManagedClusterProperties.withAgentPoolProfiles(List<OpenShiftManagedClusterAgentPoolProfile> agentPoolProfiles) Set the agentPoolProfiles property: Configuration of OpenShift cluster VMs. -
Uses of OpenShiftManagedClusterAgentPoolProfile in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type OpenShiftManagedClusterAgentPoolProfileModifier and TypeClassDescriptionfinal classDefines the configuration of the OpenShift cluster VMs.Methods in com.azure.resourcemanager.containerservice.models that return OpenShiftManagedClusterAgentPoolProfileModifier and TypeMethodDescriptionOpenShiftManagedClusterAgentPoolProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenShiftManagedClusterAgentPoolProfile from the JsonReader.OpenShiftManagedClusterAgentPoolProfile.withCount(int count) Set the count property: Number of agents (VMs) to host docker containers.Set the name property: Unique name of the pool profile in the context of the subscription and resource group.OpenShiftManagedClusterAgentPoolProfile.withOsType(OSType osType) Set the osType property: OsType to be used to specify os type.OpenShiftManagedClusterAgentPoolProfile.withRole(OpenShiftAgentPoolProfileRole role) Set the role property: Define the role of the AgentPoolProfile.OpenShiftManagedClusterAgentPoolProfile.withSubnetCidr(String subnetCidr) Set the subnetCidr property: Subnet CIDR for the peering.OpenShiftManagedClusterAgentPoolProfile.withVmSize(OpenShiftContainerServiceVMSize vmSize) Set the vmSize property: Size of agent VMs.