ImportImageParametersInner Class
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.
public class ImportImageParametersInner
type ImportImageParametersInner = class
Public Class ImportImageParametersInner
- Inheritance
-
ImportImageParametersInner
Constructors
ImportImageParametersInner() |
Initializes a new instance of the ImportImageParametersInner class. |
ImportImageParametersInner(ImportSource, IList<String>, IList<String>, String) |
Initializes a new instance of the ImportImageParametersInner class. |
Properties
Mode |
Gets or sets when Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins. Possible values include: 'NoForce', 'Force' |
Source |
Gets or sets the source of the image. |
TargetTags |
Gets or sets list of strings of the form repo[:tag]. When tag is omitted the source will be used (or 'latest' if source tag is also omitted). |
UntaggedTargetRepositories |
Gets or sets list of strings of repository names to do a manifest only copy. No tag will be created. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET