INetCoreZipUploadedUserSourceInfo.NetCoreMainEntryPath Property
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.
The path to the .NET executable relative to zip root
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The path to the .NET executable relative to zip root", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="netCoreMainEntryPath")]
public string NetCoreMainEntryPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="The path to the .NET executable relative to zip root", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="netCoreMainEntryPath")>]
member this.NetCoreMainEntryPath : string with get, set
Public Property NetCoreMainEntryPath As String
Property Value
- Attributes