ContainerRegistryWithCustomImage 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.
Container registry that the final image will be uploaded to.
public class ContainerRegistryWithCustomImage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerRegistryWithCustomImage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerRegistryWithCustomImage>
type ContainerRegistryWithCustomImage = class
interface IJsonModel<ContainerRegistryWithCustomImage>
interface IPersistableModel<ContainerRegistryWithCustomImage>
Public Class ContainerRegistryWithCustomImage
Implements IJsonModel(Of ContainerRegistryWithCustomImage), IPersistableModel(Of ContainerRegistryWithCustomImage)
- Inheritance
-
ContainerRegistryWithCustomImage
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerRegistryWithCustomImage(String) |
Initializes a new instance of ContainerRegistryWithCustomImage. |
Properties
| Name | Description |
|---|---|
| Image |
Full name that the final image should be uploaded as, including both image name and tag. |
| Server |
Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it. |