Share via


AppPlatformCustomContainer Class

Definition

Custom container payload.

public class AppPlatformCustomContainer : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformCustomContainer>
public class AppPlatformCustomContainer
type AppPlatformCustomContainer = class
    interface IJsonModel<AppPlatformCustomContainer>
    interface IPersistableModel<AppPlatformCustomContainer>
type AppPlatformCustomContainer = class
Public Class AppPlatformCustomContainer
Implements IJsonModel(Of AppPlatformCustomContainer), IPersistableModel(Of AppPlatformCustomContainer)
Public Class AppPlatformCustomContainer
Inheritance
AppPlatformCustomContainer
Implements

Constructors

AppPlatformCustomContainer()

Initializes a new instance of AppPlatformCustomContainer.

Properties

Args

Arguments to the entrypoint. The docker image's CMD is used if this is not provided.

Command

Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.

ContainerImage

Container image of the custom container. This should be in the form of <repository>:<tag> without the server name of the registry.

ImageRegistryCredential

Credential of the image registry.

LanguageFramework

Language framework of the container image uploaded.

Server

The name of the registry that contains the container image.

Explicit Interface Implementations

IJsonModel<AppPlatformCustomContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformCustomContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformCustomContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformCustomContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformCustomContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to