Uses of Class
com.azure.resourcemanager.appplatform.models.BuildServiceProperties
Packages that use BuildServiceProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of BuildServiceProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return BuildServicePropertiesModifier and TypeMethodDescriptionBuildServiceInner.properties()Get the properties property: Properties of the build resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type BuildServicePropertiesModifier and TypeMethodDescriptionBuildServiceInner.withProperties(BuildServiceProperties properties) Set the properties property: Properties of the build resource. -
Uses of BuildServiceProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return BuildServicePropertiesModifier and TypeMethodDescriptionBuildServiceProperties.withContainerRegistry(String containerRegistry) Set the containerRegistry property: The resource id of the container registry used in this build service.BuildServiceProperties.withResourceRequests(BuildServicePropertiesResourceRequests resourceRequests) Set the resourceRequests property: The runtime resource configuration of this build service.