Uses of Class
com.azure.resourcemanager.appplatform.models.BuildProperties
Packages that use BuildProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return BuildPropertiesModifier and TypeMethodDescriptionBuildInner.properties()Get the properties property: Properties of the build resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type BuildPropertiesModifier and TypeMethodDescriptionBuildInner.withProperties(BuildProperties properties) Set the properties property: Properties of the build resource. -
Uses of BuildProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildPropertiesModifier and TypeMethodDescriptionBuildProperties.withAgentPool(String agentPool) Set the agentPool property: The resource id of agent pool.BuildProperties.withBuilder(String builder) Set the builder property: The resource id of builder to build the source code.Set the env property: The environment variables for this build.BuildProperties.withRelativePath(String relativePath) Set the relativePath property: The relative path of source code.