Package version:

Interface BuilderResourceUpdate

The type used for update operations of the BuilderResource.

interface BuilderResourceUpdate {
    environmentId?: string;
    identity?: ManagedServiceIdentity;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

environmentId?: string

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

The managed service identities assigned to this resource.

tags?: {
    [propertyName: string]: string;
}

Resource tags.