BuilderData Class

Definition

Information about the SourceToCloud builder resource.

public class BuilderData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.BuilderData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.BuilderData>
type BuilderData = class
    inherit TrackedResourceData
    interface IJsonModel<BuilderData>
    interface IPersistableModel<BuilderData>
Public Class BuilderData
Inherits TrackedResourceData
Implements IJsonModel(Of BuilderData), IPersistableModel(Of BuilderData)
Inheritance
Implements

Constructors

Name Description
BuilderData(AzureLocation)

Initializes a new instance of BuilderData.

Properties

Name Description
ContainerRegistries

List of mappings of container registries and the managed identity used to connect to it.

EnvironmentId

Resource ID of the container apps environment that the builder is associated with.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

The managed service identities assigned to this resource.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

Provisioning state of a builder resource.

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

Resource tags.

(Inherited from TrackedResourceData)

Methods

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

Explicit Interface Implementations

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

Applies to