Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolStatus
Packages that use AgentPoolStatus
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolStatus in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return AgentPoolStatusModifier and TypeMethodDescriptionAgentPoolInner.status()Get the status property: Contains read-only information about the Agent Pool.ManagedClusterAgentPoolProfileProperties.status()Get the status property: Contains read-only information about the Agent Pool.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type AgentPoolStatusModifier and TypeMethodDescriptionAgentPoolInner.withStatus(AgentPoolStatus status) Set the status property: Contains read-only information about the Agent Pool.ManagedClusterAgentPoolProfileProperties.withStatus(AgentPoolStatus status) Set the status property: Contains read-only information about the Agent Pool. -
Uses of AgentPoolStatus in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolStatusModifier and TypeMethodDescriptionstatic AgentPoolStatusAgentPoolStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AgentPoolStatus from the JsonReader.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolStatusModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withStatus(AgentPoolStatus status) Set the status property: Contains read-only information about the Agent Pool.