ContainerImagePushOptions Properties
Class Properties 2 members
Represents options for pushing container images to a registry.
Gets or sets the remote image name (repository path without registry endpoint or tag).
public string? RemoteImageName { get; set; } Gets or sets the remote image tag.
public string? RemoteImageTag { get; set; }