ContainerAppInitContainer 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 App init container definition.
public class ContainerAppInitContainer : Azure.ResourceManager.AppContainers.Models.ContainerAppBaseContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppInitContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppInitContainer>
type ContainerAppInitContainer = class
inherit ContainerAppBaseContainer
interface IJsonModel<ContainerAppInitContainer>
interface IPersistableModel<ContainerAppInitContainer>
Public Class ContainerAppInitContainer
Inherits ContainerAppBaseContainer
Implements IJsonModel(Of ContainerAppInitContainer), IPersistableModel(Of ContainerAppInitContainer)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerAppInitContainer() |
Initializes a new instance of ContainerAppInitContainer. |
Properties
| Name | Description |
|---|---|
| Args |
Container start command arguments. (Inherited from ContainerAppBaseContainer) |
| Command |
Container start command. (Inherited from ContainerAppBaseContainer) |
| Env |
Container environment variables. (Inherited from ContainerAppBaseContainer) |
| Image |
Container image tag. (Inherited from ContainerAppBaseContainer) |
| ImageType |
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. (Inherited from ContainerAppBaseContainer) |
| Name |
Custom container name. (Inherited from ContainerAppBaseContainer) |
| Resources |
Container resource requirements. (Inherited from ContainerAppBaseContainer) |
| VolumeMounts |
Container volume mounts. (Inherited from ContainerAppBaseContainer) |