ContainerAppsBuildData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information pertaining to an individual build.
public class ContainerAppsBuildData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.ContainerAppsBuildData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.ContainerAppsBuildData>
type ContainerAppsBuildData = class
inherit ResourceData
interface IJsonModel<ContainerAppsBuildData>
interface IPersistableModel<ContainerAppsBuildData>
Public Class ContainerAppsBuildData
Inherits ResourceData
Implements IJsonModel(Of ContainerAppsBuildData), IPersistableModel(Of ContainerAppsBuildData)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| BuildStatus |
Status of the build once it has been provisioned. |
| Configuration |
Configuration of the build. |
| DestinationContainerRegistry |
Container registry that the final image will be uploaded to. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| LogStreamEndpoint |
Endpoint from which the build logs can be streamed. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ProvisioningState |
Build provisioning state. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |