你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExeHostEntryPointDescription Class

public class ExeHostEntryPointDescription extends EntryPointDescription

Method Summary

Modifier and Type Method and Description
String getArguments()

Gets the arguments passed to the executable as specified in the service manifest.

long getConsoleRedirectionFileMaxSizeInKb()

Gets the maximum size in KB for console redirection file.

long getConsoleRedirectionFileRetentionCount()

Gets the maximum number of files used for console redirection before overwriting content in circular way.

long getPeriodicInterval()

Gets the time period, if executable needs to be activated periodically.

String getProgram()

Gets the executable name as specified in the service manifest.

ExeHostWorkingFolder getWorkingFolder()

Gets the working folder for the executable as specified in the service manifest.

boolean isConsoleRedirectedEnabled()

Gets a value that indicates whether to enable or disable console redirection for executables. Default is false.

String toString()

Inherited Members

Method Details

getArguments

public String getArguments()

Gets the arguments passed to the executable as specified in the service manifest.

Returns:

The arguments passed to the executable as specified in the service manifest.

getConsoleRedirectionFileMaxSizeInKb

public long getConsoleRedirectionFileMaxSizeInKb()

Gets the maximum size in KB for console redirection file.

Returns:

The maximum size in KB for console redirection file.

getConsoleRedirectionFileRetentionCount

public long getConsoleRedirectionFileRetentionCount()

Gets the maximum number of files used for console redirection before overwriting content in circular way.

Returns:

The maximum number of files used for console redirection before overwriting content in circular way.

getPeriodicInterval

public long getPeriodicInterval()

Gets the time period, if executable needs to be activated periodically.

Returns:

The time period the executable needs to be activated periodically.

getProgram

public String getProgram()

Gets the executable name as specified in the service manifest.

Returns:

The executable name as specified in the service manifest.

getWorkingFolder

public ExeHostWorkingFolder getWorkingFolder()

Gets the working folder for the executable as specified in the service manifest.

Returns:

The working folder for the executable as specified in the service manifest.

isConsoleRedirectedEnabled

public boolean isConsoleRedirectedEnabled()

Gets a value that indicates whether to enable or disable console redirection for executables. Default is false.

Returns:

true if console redirection for executables is enabled; otherwise false.

toString

public String toString()

Applies to