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
ContainerAppInitContainer() |
Initializes a new instance of ContainerAppInitContainer. |
Properties
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) |
Name |
Custom container name. (Inherited from ContainerAppBaseContainer) |
Resources |
Container resource requirements. (Inherited from ContainerAppBaseContainer) |
VolumeMounts |
Container volume mounts. (Inherited from ContainerAppBaseContainer) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET