Share via


AppPlatformCustomContainerUserSourceInfo Class

Definition

Custom container user source info.

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

Constructors

AppPlatformCustomContainerUserSourceInfo()

Initializes a new instance of AppPlatformCustomContainerUserSourceInfo.

Properties

CustomContainer

Custom container payload.

Version

Version of the source.

(Inherited from AppPlatformUserSourceInfo)

Explicit Interface Implementations

IJsonModel<AppPlatformCustomContainerUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformCustomContainerUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AppPlatformUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AppPlatformUserSourceInfo)
IJsonModel<AppPlatformUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformCustomContainerUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformCustomContainerUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformCustomContainerUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AppPlatformUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AppPlatformUserSourceInfo)

Applies to