BuilderResourceUpdate interface
The type used for update operations of the BuilderResource.
Properties
| environment |
Resource ID of the container apps environment that the builder is associated with. |
| identity | The managed service identities assigned to this resource. |
| tags | Resource tags. |
Property Details
environmentId
Resource ID of the container apps environment that the builder is associated with.
environmentId?: string
Property Value
string
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentity
Property Value
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}