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

VirtualApplication Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.VirtualApplication

public class VirtualApplication

Virtual application in an app.

Method Summary

Modifier and Type Method and Description
String physicalPath()

Get the physicalPath value.

Boolean preloadEnabled()

Get the preloadEnabled value.

List<VirtualDirectory> virtualDirectories()

Get the virtualDirectories value.

String virtualPath()

Get the virtualPath value.

VirtualApplication withPhysicalPath(String physicalPath)

Set the physicalPath value.

VirtualApplication withPreloadEnabled(Boolean preloadEnabled)

Set the preloadEnabled value.

VirtualApplication withVirtualDirectories(List<VirtualDirectory> virtualDirectories)

Set the virtualDirectories value.

VirtualApplication withVirtualPath(String virtualPath)

Set the virtualPath value.

Method Details

physicalPath

public String physicalPath()

Get the physicalPath value.

Returns:

the physicalPath value

preloadEnabled

public Boolean preloadEnabled()

Get the preloadEnabled value.

Returns:

the preloadEnabled value

virtualDirectories

public List virtualDirectories()

Get the virtualDirectories value.

Returns:

the virtualDirectories value

virtualPath

public String virtualPath()

Get the virtualPath value.

Returns:

the virtualPath value

withPhysicalPath

public VirtualApplication withPhysicalPath(String physicalPath)

Set the physicalPath value.

Parameters:

physicalPath - the physicalPath value to set

Returns:

the VirtualApplication object itself.

withPreloadEnabled

public VirtualApplication withPreloadEnabled(Boolean preloadEnabled)

Set the preloadEnabled value.

Parameters:

preloadEnabled - the preloadEnabled value to set

Returns:

the VirtualApplication object itself.

withVirtualDirectories

public VirtualApplication withVirtualDirectories(List virtualDirectories)

Set the virtualDirectories value.

Parameters:

virtualDirectories - the virtualDirectories value to set

Returns:

the VirtualApplication object itself.

withVirtualPath

public VirtualApplication withVirtualPath(String virtualPath)

Set the virtualPath value.

Parameters:

virtualPath - the virtualPath value to set

Returns:

the VirtualApplication object itself.

Applies to