Share via


AppPlatformDeploymentProperties.Source Property

Definition

Uploaded source information of the 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.

public Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo Source { get; set; }
member this.Source : Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo with get, set
Public Property Source As AppPlatformUserSourceInfo

Property Value

Applies to