ExeHostEntryPointDescription.IsExternalExecutable 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.
Gets a value that indicates whether the program is an external executable outside of the code package.
public bool IsExternalExecutable { get; }
member this.IsExternalExecutable : bool
Public ReadOnly Property IsExternalExecutable As Boolean
Property Value
true
if the program is an external executable outside of the code package.
Windows cluster loads external executables from the sequence of: working folder, Windows directory, and PATH environment variable.
Linux cluster loads external executables from the standard directory. By default, the directory is "/usr/bin". It can be modifed from "LinuxExternalExecutablePath" config.
Applies to
Azure SDK for .NET