ImageType Struct
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.
The type of the image. Set to CloudBuild to let the system manages the image, where user will not be able to update image through image field. Set to ContainerImage for user provided image.
public readonly struct ImageType : IEquatable<Azure.ResourceManager.AppContainers.Models.ImageType>
type ImageType = struct
Public Structure ImageType
Implements IEquatable(Of ImageType)
- Inheritance
-
ImageType
- Implements
Constructors
| Name | Description |
|---|---|
| ImageType(String) |
Initializes a new instance of ImageType. |
Properties
| Name | Description |
|---|---|
| CloudBuild |
CloudBuild. |
| ContainerImage |
ContainerImage. |
Methods
| Name | Description |
|---|---|
| Equals(ImageType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ImageType, ImageType) |
Determines if two ImageType values are the same. |
| Implicit(String to ImageType) |
Converts a string to a ImageType. |
| Implicit(String to Nullable<ImageType>) | |
| Inequality(ImageType, ImageType) |
Determines if two ImageType values are not the same. |