ContainerAppsBuildData Class

Definition

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
ContainerAppsBuildData
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)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContainerAppsBuildData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ContainerAppsBuildData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ContainerAppsBuildData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ContainerAppsBuildData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ContainerAppsBuildData>.Write(ModelReaderWriterOptions)

Applies to