Skip to content
Docs Try Aspire

withRemoteImageTag

Function
📦 Aspire.Hosting v13.2.0
interface ContainerResource {
// ... omitted for brevity
withRemoteImageTag(remoteImageTag: string): IComputeResource;
}

Signature

method withRemoteImageTag builder
Sets the remote image tag for publishing
withRemoteImageTag(remoteImageTag: string): IComputeResource
remoteImageTag string
IComputeResource

Applies to

This function is an extension method on the following types: