IResourceContainerImageBuilder.PushImageAsync Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pushes a container image to a registry.
public System.Threading.Tasks.Task PushImageAsync(string imageName, System.Threading.CancellationToken cancellationToken = default);
	abstract member PushImageAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
	Public Function PushImageAsync (imageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
	Parameters
- imageName
 - String
 
The name of the image to push.
- cancellationToken
 - CancellationToken
 
The cancellation token.