Share via


AppPlatformUploadedUserSourceInfo Class

Definition

Source with uploaded location Please note AppPlatformUploadedUserSourceInfo 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 JarUploadedUserSourceInfo, NetCoreZipUploadedUserSourceInfo and SourceUploadedUserSourceInfo.

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

Constructors

AppPlatformUploadedUserSourceInfo()

Initializes a new instance of AppPlatformUploadedUserSourceInfo.

Properties

RelativePath

Relative path of the storage which stores the source.

Version

Version of the source.

(Inherited from AppPlatformUserSourceInfo)

Explicit Interface Implementations

IJsonModel<AppPlatformUploadedUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformUploadedUserSourceInfo>.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<AppPlatformUploadedUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformUploadedUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformUploadedUserSourceInfo>.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