你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VirtualApplication Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. VirtualApplication
- com.
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<Virtual |
virtualDirectories()
Get the virtualDirectories value. |
String |
virtualPath()
Get the virtualPath value. |
Virtual |
withPhysicalPath(String physicalPath)
Set the physicalPath value. |
Virtual |
withPreloadEnabled(Boolean preloadEnabled)
Set the preloadEnabled value. |
Virtual |
withVirtualDirectories(List<VirtualDirectory> virtualDirectories)
Set the virtualDirectories value. |
Virtual |
withVirtualPath(String virtualPath)
Set the virtualPath value. |
Method Details
physicalPath
public String physicalPath()
Get the physicalPath value.
Returns:
preloadEnabled
public Boolean preloadEnabled()
Get the preloadEnabled value.
Returns:
virtualDirectories
public List
Get the virtualDirectories value.
Returns:
virtualPath
public String virtualPath()
Get the virtualPath value.
Returns:
withPhysicalPath
public VirtualApplication withPhysicalPath(String physicalPath)
Set the physicalPath value.
Parameters:
Returns:
withPreloadEnabled
public VirtualApplication withPreloadEnabled(Boolean preloadEnabled)
Set the preloadEnabled value.
Parameters:
Returns:
withVirtualDirectories
public VirtualApplication withVirtualDirectories(List
Set the virtualDirectories value.
Parameters:
Returns:
withVirtualPath
public VirtualApplication withVirtualPath(String virtualPath)
Set the virtualPath value.
Parameters:
Returns: