Uses of Class
com.azure.resourcemanager.appplatform.models.BuildServiceAgentPoolSizeProperties
Packages that use BuildServiceAgentPoolSizeProperties
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildServiceAgentPoolSizeProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildServiceAgentPoolSizePropertiesModifier and TypeMethodDescriptionBuildServiceAgentPoolSizeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BuildServiceAgentPoolSizeProperties from the JsonReader.BuildServiceAgentPoolProperties.poolSize()Get the poolSize property: build service agent pool size properties.Set the name property: The name of build service agent pool size.Methods in com.azure.resourcemanager.appplatform.models with parameters of type BuildServiceAgentPoolSizePropertiesModifier and TypeMethodDescriptionBuildServiceAgentPoolProperties.withPoolSize(BuildServiceAgentPoolSizeProperties poolSize) Set the poolSize property: build service agent pool size properties.