AppPlatformUploadedUserSourceInfo 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.
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
- 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
Applies to
Azure SDK for .NET