BuildServiceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. BuildServiceProperties
- com.
Implements
public final class BuildServiceProperties
implements JsonSerializable<BuildServiceProperties>
Build service resource properties payload.
Constructor Summary
Constructor | Description |
---|---|
BuildServiceProperties() |
Creates an instance of Build |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
containerRegistry()
Get the container |
static
Build |
fromJson(JsonReader jsonReader)
Reads an instance of Build |
String |
kPackVersion()
Get the k |
Build |
provisioningState()
Get the provisioning |
Build |
resourceRequests()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Build |
withContainerRegistry(String containerRegistry)
Set the container |
Build |
withResourceRequests(BuildServicePropertiesResourceRequests resourceRequests)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
BuildServiceProperties
public BuildServiceProperties()
Creates an instance of BuildServiceProperties class.
Method Details
containerRegistry
public String containerRegistry()
Get the containerRegistry property: The resource id of the container registry used in this build service.
Returns:
fromJson
public static BuildServiceProperties fromJson(JsonReader jsonReader)
Reads an instance of BuildServiceProperties from the JsonReader.
Parameters:
Returns:
Throws:
kPackVersion
public String kPackVersion()
Get the kPackVersion property: The installed KPack version in this build service.
Returns:
provisioningState
public BuildServiceProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the KPack build service.
Returns:
resourceRequests
public BuildServicePropertiesResourceRequests resourceRequests()
Get the resourceRequests property: The runtime resource configuration of this build service.
Returns:
toJson
validate
public void validate()
Validates the instance.
withContainerRegistry
public BuildServiceProperties withContainerRegistry(String containerRegistry)
Set the containerRegistry property: The resource id of the container registry used in this build service.
Parameters:
Returns:
withResourceRequests
public BuildServiceProperties withResourceRequests(BuildServicePropertiesResourceRequests resourceRequests)
Set the resourceRequests property: The runtime resource configuration of this build service.
Parameters:
Returns:
Applies to
Azure SDK for Java