Delen via


AppPlatformUserSourceInfo Class

Definition

Source information for a deployment Please note AppPlatformUserSourceInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppPlatformBuildResultUserSourceInfo, AppPlatformCustomContainerUserSourceInfo, JarUploadedUserSourceInfo, NetCoreZipUploadedUserSourceInfo, SourceUploadedUserSourceInfo and AppPlatformUploadedUserSourceInfo.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownUserSourceInfo))]
public abstract class AppPlatformUserSourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo>
public abstract class AppPlatformUserSourceInfo
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownUserSourceInfo))>]
type AppPlatformUserSourceInfo = class
    interface IJsonModel<AppPlatformUserSourceInfo>
    interface IPersistableModel<AppPlatformUserSourceInfo>
type AppPlatformUserSourceInfo = class
Public MustInherit Class AppPlatformUserSourceInfo
Implements IJsonModel(Of AppPlatformUserSourceInfo), IPersistableModel(Of AppPlatformUserSourceInfo)
Public MustInherit Class AppPlatformUserSourceInfo
Inheritance
AppPlatformUserSourceInfo
Derived
Attributes
Implements

Constructors

AppPlatformUserSourceInfo()

Initializes a new instance of AppPlatformUserSourceInfo.

Properties

Version

Version of the source.

Explicit Interface Implementations

IJsonModel<AppPlatformUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to